gollumsf / rest-bundle
Very simple REST Api implementation
Installs: 1 061
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 2
Type:symfony-bundle
Requires
- php: >=7.2
- gollumsf/controller-action-extractor-bundle: ^1.0
- gollumsf/enum: ^1|^2
- sensio/framework-extra-bundle: ^5|^6
- symfony/config: ^4.4|^5|^6
- symfony/dependency-injection: ^4.4|^5|^6
- symfony/event-dispatcher: ^4.4|^5|^6
- symfony/http-foundation: ^4.4|^5|^6
- symfony/http-kernel: ^4.4|^5|^6
- symfony/orm-pack: ^1|^2
- symfony/property-access: ^4.4|^5|^6
- symfony/property-info: ^4.4|^5|^6
- symfony/security-bundle: ^4.4|^5|^6
- symfony/serializer: ^4.4|^5|^6
- symfony/validator: ^4.4|^5|^6
- symfony/yaml: ^4.4|^5|^6
Requires (Dev)
- doctrine/doctrine-fixtures-bundle: v3.3|^3
- gollumsf/entity-relation-setter: ^2.2
- gollumsf/reflection-property-test: ^1.0
- matthiasnoback/symfony-dependency-injection-test: ^4.1
- nyholm/symfony-bundle-test: 1.8.1
- phpunit/phpunit: ^9.3
- symfony/browser-kit: ^4.4|^5|^6
- symfony/proxy-manager-bridge: ^4.4|^5|^6
- dev-master
- v2.9.1
- v2.9.0
- v2.8.3
- v2.8.2
- v2.8.1
- v2.8.0
- v2.7.1
- v2.7.0
- v2.6.6
- v2.6.5
- v2.6.4
- v2.6.3
- v2.6.2
- v2.6.1
- v2.6.0
- v2.5.1
- v2.5.0
- v2.4.3
- v2.4.2
- v2.4.1
- v2.4.0
- v2.3.0
- v2.2.0
- v2.1.1
- v2.1.0
- v2.0.2
- v2.0.1
- v2.0.0
- v1.0.0
- dev-dependabot/composer/symfony/http-kernel-6.0.20
- dev-dependabot/composer/symfony/security-bundle-6.0.20
This package is auto-updated.
Last update: 2024-11-18 02:42:30 UTC
README
Very simple REST Api implementation
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 annotation