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

This package is auto-updated.

Last update: 2024-04-07 06:38:19 UTC


README

Build Status Scrutinizer Code Quality Coverage Status Dependency Status

Latest Stable Version Latest Unstable Version License

Total Downloads Monthly Downloads Daily Downloads

Documentation

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