v1.0.1 2015-06-09 11:30 UTC

This package is not auto-updated.

Last update: 2024-04-13 15:06:46 UTC


README

API System

Api System

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

Installation

Add FivePercent/Api in your composer.json:

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

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

$ php composer.phar update fivepercent/api