20steps / bricks-rest-core
The ultimate solution to create web APIs.
Requires
- php: >=7.0
- doctrine/inflector: ^1.0
- psr/cache: ^1.0
- symfony/http-foundation: ^2.7 || ^3.0
- symfony/http-kernel: ^2.7 || ^3.0
- symfony/property-info: ^3.1
- symfony/serializer: ^3.1
- willdurand/negotiation: ^2.0.3
Requires (Dev)
- behat/behat: ^3.1
- behat/mink: ^1.7
- behat/mink-browserkit-driver: ^1.3.1
- behat/mink-extension: ^2.2
- behat/symfony2-extension: ^2.1
- behatch/contexts: ^2.5
- doctrine/annotations: ^1.2
- doctrine/doctrine-bundle: ^1.6.3
- doctrine/orm: ^2.5
- friendsofsymfony/user-bundle: ^2.0@dev
- nelmio/api-doc-bundle: ^2.11.2
- php-mock/php-mock-phpunit: ^1.1
- phpdocumentor/reflection-docblock: ^3.0
- phpdocumentor/type-resolver: ^0.2
- phpunit/phpunit: ^5.6.8
- psr/log: ^1.0
- symfony/asset: ^2.7 || ^3.0
- symfony/cache: ^3.1
- symfony/config: ^3.2
- symfony/dependency-injection: ^2.7 || ^3.0
- symfony/doctrine-bridge: ^2.8 || ^3.0
- symfony/finder: ^2.7 || ^3.0
- symfony/framework-bundle: ^3.1
- symfony/phpunit-bridge: ^2.7 || ^3.0
- symfony/security: ^2.7 || ^3.0
- symfony/templating: ^2.7 || ^3.0
- symfony/twig-bundle: ^2.8 || ^3.1
- symfony/validator: ^2.7 || ^3.0
Suggests
- friendsofsymfony/user-bundle: To use the FOSUserBundle bridge.
- phpdocumentor/reflection-docblock: To support extracting metadata from PHPDoc.
- psr/cache-implementation: To use metadata caching.
- symfony/cache: To have metadata caching when using Symfony integration.
- symfony/config: To load XML configuration files.
- symfony/twig-bundle: To use the Swagger UI integration.
- 2.0.x-dev
- dev-master / 2.0.x-dev
- v2.0.2
- v2.0.1
- v2.0.0
- v2.0.0-rc.6
- v2.0.0-rc.5
- v2.0.0-rc.4
- v2.0.0-rc.3
- v2.0.0-rc.2
- v2.0.0-rc.1
- v2.0.0-beta.3
- v2.0.0-beta.2
- v2.0.0-beta.1
- v2.0.0-alpha.2
- v2.0.0-alpha.1
- 1.x-dev
- v1.1.1
- v1.1.0
- v1.1.0-beta.2
- v1.1.0-beta.1
- v1.0.1
- v1.0.0
- v1.0.0-beta.3
- v1.0.0-beta.2
- v1.0.0-beta
This package is not auto-updated.
Last update: 2024-11-09 21:06:49 UTC
README
API Platform Core is an easy to use and powerful system to create hypermedia-driven REST APIs. It is a component of the API Platform framework and it can be integrated with the Symfony framework using the bundle distributed with the library.
It natively supports popular open formats including JSON for Linked Data (JSON-LD), Hydra Core Vocabulary, Swagger (OpenAPI), HAL and HTTP Problem.
Build a working and fully-featured CRUD API in minutes. Leverage the awesome features of the tool to develop complex and high performance API-first projects. Extend or override everything you want.
Documentation
The documentation of API Platform can be browsed on the official website.