ehexphp/core

Ehex framework core library

v1.0.56 2024-04-28 23:33 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