silex-rest-provider:使用极其简洁的配置在 Silex 中生成 REST 资源的基本库。 有点基于 machsilex-rest

时间:2024-07-31 05:55:56
【文件属性】:

文件名称:silex-rest-provider:使用极其简洁的配置在 Silex 中生成 REST 资源的基本库。 有点基于 machsilex-rest

文件大小:8KB

文件格式:ZIP

更新时间:2024-07-31 05:55:56

PHP

另一个 Silex Rest 提供者 提供者基于 mach/silex-rest 简化/标准化 Silex 中 REST API 资源的生成。 关于版本的重要说明 2.0.0 以下版本支持 Silex 1.x,而 2.0.0 以上及包括 2.0.0 版本支持 silex 2.0@dev。 2.0.0 版本不适用于 silex 1.2。 问题 使用 mach 的 rest 提供程序,您可以按如下方式定义您的 api: $app['some.controller'] = function() { return new \Some\Controller(); } $app['some.controller.2'] = function() { return new \Some\Controller(); } $app['some.controller.3'] = funct


【文件预览】:
silex-rest-provider-master
----src()
--------RestService.php(5KB)
--------Provider()
----phpunit.xml.dist(544B)
----.travis.yml(292B)
----README.md(5KB)
----tests()
--------RestServiceProviderTest.php(865B)
--------fixture()
--------RestServiceTest.php(7KB)
----.gitignore(13B)
----composer.json(644B)

网友评论