skript-manufaktur/simple-rest-bundle
最新稳定版本:v1.1.16
Composer 安装命令:
composer require skript-manufaktur/simple-rest-bundle
包简介
Upgrading a Symfony project with capabilities of a simple REST API.
README 文档
README
This Symfony bundle introduces helpers for a REST API. It is optimized to use the symfony/messenger component
internally.
Installation
This package is available on Packagist and should be installed using Composer:
composer require skript-manufaktur/simple-rest-bundle
If you don't use Symfony Flex, you must enable the bundle manually in the application:
return [ /* ... */ SkriptManufaktur\SimpleRestBundle\SkriptManufakturSimpleRestBundle::class => ['all' => true], ];
Documentation
The documentation for this bundle will be maintained in the GitHub pages: https://sengorius.github.io/repositories/simple-rest/index.html
Tests
Like to validate the tests or check coding standards? Clone the repository, run composer install and
composer check-bundle or take a look at the composer.json to run single code checks.
统计信息
- 总下载量: 297
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-12-28