2017 © Pedro Peláez
 

library entity

Base classes for basic API entities

image

chadicus/entity

Base classes for basic API entities

  • Tuesday, May 24, 2016
  • by chadicus
  • Repository
  • 2 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Chadicus\Entity

Build Status Scrutinizer Code Quality Coverage Status Dependency Status, (*1)

Latest Stable Version Latest Unstable Version License, (*2)

Total Downloads Monthly Downloads Daily Downloads, (*3)

Documentation, (*4)

Base classes for API entities., (*5)

Requirements

Chadicus\Entity requires PHP 5.6 (or later)., (*6)

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:, (*7)

{
    "require": {
        "chadicus/entity": "dev-master"
    }
}

Contact

Developers may be contacted at:, (*8)

Run Unit Tests

With a checkout of the code get Composer in your PATH and run:, (*9)

composer install
./vendor/bin/phpunit

The Versions