Api system

Installs: 679

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 5

Forks: 1

Open Issues: 0

pkg:composer/fivepercent/api

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

This package is not auto-updated.

Last update: 2025-09-27 22:59:41 UTC


README

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