fivelab/api

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

Api system

Maintainers

Details

github.com/FiveLab/Api

Source

Issues

Installs: 1 113

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 2

Open Issues: 0

pkg:composer/fivelab/api

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