grzegorz-jamroz / sf-api-bundle
There is no license information available for the latest version (v6.3.0) of this package.
Bundle provides basic features for Symfony Api.
v6.3.0
2023-12-14 16:52 UTC
Requires
- grzegorz-jamroz/plain-data-transformer: ^1.0.0
- symfony/framework-bundle: ^6.0|^7.0
- symfony/http-foundation: ^6.0|^7.0
- symfony/http-kernel: ^6.0|^7.0
- symfony/messenger: ^6.0|^7.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.11
- phpstan/phpstan: ^1.8
- phpunit/phpunit: ^9.5
- symfony/yaml: ^6.0|^7.0
README
Bundle provides basic features for Symfony Api
Installation
composer require grzegorz-jamroz/sf-api-bundle
Default config
You can add config/packages/ifrost_api.yaml
in your project to enable/disable some features if not necessary
# config/packages/ifrost_api.yaml # You can enable/disable some features if not necessary ifrost_api: api_request: true exception_listener: true