ehexphp / core
Ehex framework core library
v1.0.70
2026-02-14 04:39 UTC
Requires
- php: >=8.1
This package is auto-updated.
Last update: 2026-06-14 05:35:53 UTC
README
The Ehex-framework utilities package
License
This software is distributed under the MIT license. Please read LICENSE for information on the software availability and distribution.
Installation & loading
EhexCore is available on Packagist (using semantic versioning), and installation via Composer is the recommended way to install EhexCore. Just add this line to your composer.json file:
"ehexphp/core": "^1.0.4"
or run
composer require ehexphp/core
A Simple Example
<?php //Load Composer's autoloader require 'vendor/autoload.php';
Documentation
Read Full Documentation now Documentation and Check out Api Documentation