gollumsf / rest-bundle
Very simple REST Api implementation
v3.0.2
2026-03-31 22:50 UTC
Requires
- php: >=8.2
- doctrine/doctrine-bundle: ^2.7|^3.0
- doctrine/orm: ^2.14|^3.0
- gollumsf/controller-action-extractor-bundle: ^1.0|^2.0
- symfony/config: ^6.4|^7.0|^8.0
- symfony/dependency-injection: ^6.4|^7.0|^8.0
- symfony/event-dispatcher: ^6.4|^7.0|^8.0
- symfony/http-foundation: ^6.4|^7.0|^8.0
- symfony/http-kernel: ^6.4|^7.0|^8.0
- symfony/property-access: ^6.4|^7.0|^8.0
- symfony/property-info: ^6.4|^7.0|^8.0
- symfony/security-bundle: ^6.4|^7.0|^8.0
- symfony/serializer: ^6.4|^7.0|^8.0
- symfony/validator: ^6.4|^7.0|^8.0
- symfony/yaml: ^6.4|^7.0|^8.0
Requires (Dev)
- doctrine/doctrine-fixtures-bundle: ^3.4|^4.0
- gollumsf/entity-relation-setter: ^3.0
- gollumsf/reflection-property-test: ^1.0
- masterminds/html5: ^2.7
- matthiasnoback/symfony-dependency-injection-test: ^4.1|^5.0|^6.0|^7.0
- monolog/monolog: ^3.0
- nyholm/symfony-bundle-test: ^3.0
- phpunit/phpunit: ^11.0
- symfony/browser-kit: ^6.4|^7.0|^8.0
- symfony/var-exporter: ^6.4|^7.0|^8.0
This package is auto-updated.
Last update: 2026-03-31 22:53:37 UTC
README
Very simple REST Api implementation
Requirements:
- PHP >= 8.2
- Symfony 6.4, 7.x or 8.0
Installation:
composer require gollumsf/rest-bundle
config/bundles.php
return [ // [ ... ] GollumSF\RestBundle\GollumSFRestBundle::class => ['all' => true], ];
config.yml
gollum_sf_rest: max_limit_item: 100 # (optional, default : 100) Max limit item API support when call ApiSearch, if 0 no limit. default_limit_item: 25 # (optional, default : 25) Default limit item API support if no limit on request when call ApiSearch always_serialized_exception: false # (optional, default : false) All symfony exception return json response. If false only route with Serialize attribute