icybee / core
Icybee's core classes.
Installs: 2 185
Dependents: 12
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/icybee/core
Requires
- php: >=5.5.0
- icanboogie/bind-activerecord: ^3.0.0
- icanboogie/bind-cldr: ^1.0.0
- icanboogie/i18n: ^2.0.8
- icanboogie/icanboogie: ^3.0.0
- icanboogie/module: ^3.0.0
- icanboogie/operation: ^3.0.0
README
Icybee's core classes.
Requirements
The package requires PHP 5.4 or later.
Installation
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"
}
}
Cloning the repository
The package is available on GitHub, its repository can be cloned with the following command line:
$ git clone git://github.com/Icybee/Core.git
Documentation
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.
License
Icybee/Core is licensed under the New BSD License - See the LICENSE file for details.