PHPackages                             ciikkeer/hx.fw - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. ciikkeer/hx.fw

ActiveProject[Framework](/categories/framework)

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

1.0.28(2mo ago)08Apache-2.0PHP

Since Apr 19Pushed 2mo agoCompare

[ Source](https://github.com/CIIKKEER/hx.fw)[ Packagist](https://packagist.org/packages/ciikkeer/hx.fw)[ RSS](/packages/ciikkeer-hxfw/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (1)Versions (16)Used By (0)

hx.fw
=====

[](#hxfw)

> 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
=================================

[](#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.

\#configuration file demo :

\#env/env.config :

 \[ # the log system uses a local file storage driver # # 'file' =&gt; \[ 'path' =&gt; \_\_DIR\_\_.'/../tmp.x/log.x/log.txt' , # required 'enable\_file\_lock' =&gt; false , # required : a true file lock flag makes the framework use an OS file lock to protect the shared writing data \] , # the JSON field log\_data\_table of this array is a standard mapping relation, in which each item is mapped to an actual table name, a log level, and a log data field in your database. # # 'db' =&gt; \[ 'mysql' =&gt; \[ 'default' =&gt; \[ 'hostname' =&gt; "x.x.x.x" , # required 'port' =&gt; 3306 , # required 'username' =&gt; "root" , # required 'password' =&gt; 'xxxxxxxxxxxxxxxxxxxxxx' , # required 'database' =&gt; "bbb" , # required # mapping log table field name # # 'log\_data\_table' =&gt; \[ 'table' =&gt; 'log' , # required 'log\_level' =&gt; 'log\_level' , # required 'log\_data' =&gt; 'log\_data' , # required \], \], \], \] \] \]; #env/env.json : { "mysql" : { "default" : { "hostname" : "x.x", "port" : 3306, "username" : "root", "password" : "", "database" : "bbb" } , "aaa" : { "hostname" : "x.x", "port" : 3306, "username" : "root", "password" : "sql", "database" : "aaaaaaaa" } , "bbb" : { "hostname" : "x.x", "port" : 53306, "username" : "root", "password" : "sql", "database" : "bbb" } } , "redis": { "default": { "scheme":"tcp", "host":"x.x", "port":6379, "password":"", "database":0 } } , "jwt": { "key":"you.can.modify.this.content.to.server.as.new.key.string.for.the.jwt.component" } }

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance86

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~2 days

Total

16

Last Release

67d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8c3e89d5dc3038662931fcd288cd1ae071ba0b10d4e8799d098cacd517c16ee5?d=identicon)[CIIKKEER](/maintainers/CIIKKEER)

---

Top Contributors

[![CIIKKEER](https://avatars.githubusercontent.com/u/100395276?v=4)](https://github.com/CIIKKEER "CIIKKEER (19 commits)")

### Embed Badge

![Health badge](/badges/ciikkeer-hxfw/health.svg)

```
[![Health](https://phpackages.com/badges/ciikkeer-hxfw/health.svg)](https://phpackages.com/packages/ciikkeer-hxfw)
```

###  Alternatives

[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[alizharb/laravel-modular

A professional, framework-agnostic modular architecture for Laravel 11+. Features zero-config autoloading, 29+ Artisan command overrides, and seamless Vite integration.

211.6k9](/packages/alizharb-laravel-modular)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
