Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1003 Bytes

File metadata and controls

31 lines (21 loc) · 1003 Bytes

Ehex core package

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