grzegorz-jamroz / sf-api-bundle
Bundle provides basic features for Symfony Api.
Installs: 99
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/grzegorz-jamroz/sf-api-bundle
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