chadicus / entity
There is no license information available for the latest version (v0.1.0) of this package.
Base classes for basic API entities
v0.1.0
2016-05-24 17:11 UTC
Requires
- php: ~5.6
- chadicus/spl-exceptions: ~1.0
- chadicus/spl-traits: ~1.0
- dominionenterprises/filter: ~1.0
- dominionenterprises/util: ~1.0
Requires (Dev)
- chadicus/coding-standard: ~1.1
- phpunit/phpunit: ~5.0
- satooshi/php-coveralls: ~0.6.1
This package is auto-updated.
Last update: 2024-11-07 07:54:40 UTC
README
Base classes for API entities.
Requirements
Chadicus\Entity requires PHP 5.6 (or later).
##Composer
To add the library as a local, per-project dependency use Composer! Simply add a dependency on
chadicus/entity
to your project's composer.json
file such as:
{ "require": { "chadicus/entity": "dev-master" } }
##Contact Developers may be contacted at:
##Run Unit Tests With a checkout of the code get Composer in your PATH and run:
composer install ./vendor/bin/phpunit