fivepercent/api-bundle

v1.0 2015-06-04 11:10 UTC

This package is not auto-updated.

Last update: 2024-04-27 15:15:18 UTC


README

API bundle

Api Bundle

Whit this bundle you can integrate API system to Symfony2 Application

Installation

Add FivePercent/ApiBundle in your composer.json:

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

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

$ php composer.phar update fivepercent/api-bundle