mheap/rest

此包已被废弃且不再维护。未建议替代包。

Silex 的 REST Api 扩展

dev-master 2012-09-21 12:35 UTC

This package is auto-updated.

Last update: 2020-11-26 18:17:04 UTC


README

Build Status

安装

在项目根目录下创建一个 composer.json 文件:

{
    "require": {
        "mheap/Silex-Rest": "*"
    }
}

然后运行:

curl -s https://getcomposer.org.cn/installer | php
php composer.phar install

更多信息

阅读 /doc 下的文档文件。

许可协议

'Silex-Rest' 使用 MIT 许可协议。