文件名称:RestFabricationBundle:用于 RESTful API 的 RAD 的 Symfony2 Bundle
文件大小:13KB
文件格式:ZIP
更新时间:2024-07-11 11:08:30
PHP
RestFabricationBundle 这个包提供了一种为你的 Symfony2 项目快速开发 RESTful API 的方法。 安装 将 CodagRestFabricationBundle 添加到您的 composer.json 启用捆绑 第 1 步:将 CodagRestFabricationBundle 添加到您的 composer.json { "require" : { "codag/restfabrication-bundle" : "dev-master" } } 更新您的项目依赖项: php composer.phar update codag/restfabrication-bundle 第 2 步:启用捆绑包 <?php // app/AppKernel.php public function registerBund
【文件预览】:
RestFabricationBundle-master
----.gitignore(47B)
----Exception()
--------ResourceNotFoundException.php(722B)
--------RestException.php(497B)
--------InvalidFormException.php(607B)
----CodagRestFabricationBundle.php(148B)
----.travis.yml(547B)
----Resources()
--------meta()
--------config()
----composer.json(766B)
----README.md(7KB)
----Form()
--------Handler()
----DependencyInjection()
--------Configuration.php(898B)
--------CodagRestFabricationExtension.php(898B)
----phpunit.xml.dist(571B)
----Tests()
--------bootstrap.php(473B)
----DomainManager()
--------DefaultManager.php(2KB)
--------DomainManagerInterface.php(359B)