https://github.com/chadicus/entity-php
Base classes for basic API entities
https://github.com/chadicus/entity-php
Last synced: about 1 month ago
JSON representation
Base classes for basic API entities
- Host: GitHub
- URL: https://github.com/chadicus/entity-php
- Owner: chadicus
- Created: 2016-05-16T19:36:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-23T00:57:46.000Z (almost 10 years ago)
- Last Synced: 2025-01-07T13:32:25.249Z (over 1 year ago)
- Language: PHP
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chadicus\Entity
[](https://travis-ci.org/chadicus/entity-php)
[](https://scrutinizer-ci.com/g/chadicus/entity-php/?branch=master)
[](https://coveralls.io/github/chadicus/entity-php?branch=master)
[](https://www.versioneye.com/user/projects/5606a7295a262f001e0001aa)
[](https://packagist.org/packages/chadicus/entity)
[](https://packagist.org/packages/chadicus/entity)
[](https://packagist.org/packages/chadicus/entity)
[](https://packagist.org/packages/chadicus/entity)
[](https://packagist.org/packages/chadicus/entity)
[](https://packagist.org/packages/chadicus/entity)
[](http://pholiophp.org/chadicus/entity)
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](http://getcomposer.org)! Simply add a dependency on
`chadicus/entity` to your project's `composer.json` file such as:
```json
{
"require": {
"chadicus/entity": "dev-master"
}
}
```
##Contact
Developers may be contacted at:
* [Pull Requests](https://github.com/chadicus/entity-php/pulls)
* [Issues](https://github.com/chadicus/entity-php/issues)
##Run Unit Tests
With a checkout of the code get [Composer](http://getcomposer.org) in your PATH and run:
```sh
composer install
./vendor/bin/phpunit
```