Icybee's core classes.
The package requires PHP 5.4 or later.
The recommended way to install this package is through Composer.
Create a composer.json
file and run php composer.phar install
command to install it:
{
"minimum-stability": "dev",
"require": {
"icybee/core": "2.x"
}
}
The package is available on GitHub, its repository can be cloned with the following command line:
$ git clone git://github.com/Icybee/Core.git
You can generate the documentation for the package and its dependencies with the make doc
command. The documentation is generated in the docs
directory. ApiGen is
required. You can later clean the directory with the make clean
command.
Icybee/Core is licensed under the New BSD License - See the LICENSE file for details.