netgen / api-platform-extras
Adaptations to default api platform stack mechanisms
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
pkg:composer/netgen/api-platform-extras
Requires
- php: >=8.4
- api-platform/doctrine-orm: ^4.2
- api-platform/symfony: ^4.2
- gesdinet/jwt-refresh-token-bundle: ^1.5 | ^2.0
- lexik/jwt-authentication-bundle: ^3.1
- symfony/config: ^7.3 || ^8.0
- symfony/console: ^7.3 || ^8.0
- symfony/dependency-injection: ^7.3 || ^8.0
- symfony/event-dispatcher: ^7.3 || ^8.0
- symfony/framework-bundle: ^7.3 || ^8.0
- symfony/http-foundation: ^7.3 || ^8.0
- symfony/http-kernel: ^7.3 || ^8.0
- symfony/property-access: ^7.3 || ^8.0
- symfony/routing: ^7.3 || ^8.0
- symfony/security-core: ^7.3 || ^8.0
- symfony/security-http: ^7.3 || ^8.0
Requires (Dev)
- php-cs-fixer/shim: ^3.92
- phpstan/phpstan: ^2.1
- phpstan/phpstan-strict-rules: ^2.0
- phpstan/phpstan-symfony: ^2.0
This package is auto-updated.
Last update: 2026-01-27 12:44:03 UTC
README
Configuration (config/packages/api_platform_extras.yaml):
api_platform_extras: features: http_cache: enabled: false schema_decoration: enabled: false #Mark schema properties as required by default when the type is not nullable. default_required_properties: false #Add @id as an optional property to all POST, PUT and PATCH schemas. jsonld_update_schema: false simple_normalizer: enabled: false jwt_refresh: enabled: false iri_template_generator: enabled: false schema_processor: enabled: false
Enable features by setting the corresponding flag to true.