chadicus / entity
Base classes for basic API entities
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/chadicus/entity
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: 2025-09-07 09:56:53 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