ciikkeer/hx.fw

Based on the ciikkeer/hx PHP project it aims to create an ultra-lightweight high-performance zero-dependency dynamic property service tree framework

Maintainers

Package info

github.com/CIIKKEER/hx.fw

Type:project

pkg:composer/ciikkeer/hx.fw

Statistics

Installs: 5

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.23 2026-05-08 09:35 UTC

This package is auto-updated.

Last update: 2026-05-08 09:46:49 UTC


README

Based on the ciikkeer/hx PHP project it aims to create an ultra-lightweight high-performance zero-dependency dynamic property service tree framework

Summary of framework basic layout

/app.x/api ................. All application projects will be placed in this directory. Each individual subdirectory in the folder will be treated as a single application project

demo

...

...

...

...

/config/c_config_kv.php ... You can configure public const variable value that include mysql configuration environment file path and JWT component default key string or other

/config/c_config.php ....... You can add additional logic in the file's init function

/route

more ...................... All the route configuration files in this subdirectory will serve as part of the framework's routing system.