PHPackages                             ciikkeer/hx - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ciikkeer/hx

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ciikkeer/hx
===========

php helper library

1.0.85(1mo ago)081↓90%1Apache-2.0PHPPHP ^8.1

Since Mar 29Pushed 1mo agoCompare

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

READMEChangelogDependencies (1)Versions (83)Used By (1)

\#**SUMMARY**

PHP helper library fully embracing PHP's dynamic features, using 'property access' as a unified service entry point to build a lightweight, high-performance tree structure, allowing runtime replacement and reorganization—enabling developers to express business intent in a free-flowing manner without framework restrictions.

---

Installation

Install via Composer:

```
composer require ciikkeer/hx
```

Requirements: PHP 8.1+

---

Quick Start

Once installed, the global gf() function is your universal entry point. Here's the simplest possible example to verify everything is working:

```
