fivelab/api

This package is abandoned and no longer maintained. No replacement package was suggested.

Api system

v1.0.2 2016-03-18 16:13 UTC

This package is not auto-updated.

Last update: 2017-08-16 12:52:36 UTC


README

With this package you can easy create a API interfaces on you backend with validation, data mapping and doc generator.

Installation

Add FiveLab/Api in your composer.json:

{
    "require": {
        "fivelab/api": "~1.0"
    }
}

Now tell composer to download the library by running the command:

$ php composer.phar update fivelab/api