fivepercent/api-bundle

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

This package is not auto-updated.

Last update: 2024-09-28 17:33:17 UTC


README

使用此包可以将API系统集成到Symfony2应用程序中

安装

在您的composer.json文件中添加 FivePercent/ApiBundle

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

现在运行以下命令告诉composer下载库

$ php composer.phar update fivepercent/api-bundle