cr3a7ure / core
Build a fully-featured hypermedia or GraphQL API in minutes
Requires
- php: >=7.0
- doctrine/inflector: ^1.0
- psr/cache: ^1.0
- symfony/http-foundation: ^2.3 || ^3.0
- symfony/http-kernel: ^2.8 || ^3.0
- symfony/property-info: ^2.8 || ^3.0
- symfony/serializer: ^3.1
- willdurand/negotiation: ^2.0
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/doctrine-bundle: ^1.6@dev
- doctrine/orm: ^2.2.3
- 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
- phpunit/phpunit: ^5.0
- symfony/cache: ^3.1
- symfony/dependency-injection: ^2.8 || ^3.0
- symfony/finder: ^2.8 || ^3.1
- symfony/framework-bundle: ^3.1
- symfony/phpunit-bridge: ^3.1
- symfony/security: ^2.7 || ^3.0
- symfony/validator: ^2.5 || ^3.0
Suggests
- friendsofsymfony/user-bundle: To use the FOSUserBundle bridge.
- nelmio/api-doc-bundle: To have the api sandbox & documentation.
- 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.
This package is not auto-updated.
Last update: 2024-11-18 05:28:31 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, OpenAPI v2 (formerly Swagger) and v3, 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 Core Library can be browsed on the official website.