Skip to content

delight-im/PHP-Foundation-Core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP-Foundation-Core

Core of PHP-Foundation

Requirements

  • PHP 5.6.0+
    • mbstring extension

Installation

  1. Include the library via Composer [?]:

    $ composer require delight-im/foundation-core
    
  2. Include the Composer autoloader:

    require __DIR__ . '/vendor/autoload.php';

Contributing

All contributions are welcome! If you wish to contribute, please create an issue first so that your feature, problem or question can be discussed.

License

This project is licensed under the terms of the MIT License.