fazland / api-platform-bundle
Build RESTful API within a Symfony project.
Installs: 2 455
Dependents: 1
Suggesters: 0
Security: 0
Stars: 4
Watchers: 3
Forks: 1
Open Issues: 4
Requires
- php: ^7.2
- ext-json: *
- ext-pdo: *
- cakephp/chronos: ^1.1
- justinrainbow/json-schema: ^5.2
- kcs/metadata: ^2.1|^3.0
- kcs/serializer: ^2.1|^3.0
- sensio/framework-extra-bundle: ^3.0|^4.0|^5.0
- symfony/cache: ^3.4|^4.0
- symfony/debug: ^3.4|^4.0
- symfony/form: ^3.4|^4.0
- symfony/framework-bundle: ^3.4|^4.0
- symfony/http-foundation: ^3.4|^4.0
- symfony/inflector: ^3.4|^4.0
- symfony/security: ^3.4|^4.0
- symfony/validator: ^3.4|^4.0
- symfony/yaml: ^3.4|^4.0
- willdurand/negotiation: ^2.3
Requires (Dev)
- alcaeus/mongo-php-adapter: ^1.1
- doctrine/annotations: ^1.4
- doctrine/dbal: ^2.6.3
- doctrine/doctrine-bundle: ^1.7
- doctrine/mongodb-odm-bundle: ^3.4
- doctrine/orm: ^2.5
- doctrine/phpcr-bundle: ^2.0
- doctrine/phpcr-odm: ^1.4
- fazland/doctrine-extra: dev-master
- fazland/elastica-odm: ^1.0
- giggsey/libphonenumber-for-php: ^8.10
- jackalope/jackalope-doctrine-dbal: ^1.3
- moneyphp/money: ^3.2
- myclabs/php-enum: ^1.0
- phpunit/phpunit: ^6.5|^7.0
- symfony/browser-kit: ^3.4|^4.0
- symfony/phpunit-bridge: ^3.4|^4.0
- symfony/security-bundle: ^3.4|^4.0
- symfony/translation: ^3.4|^4.0
- symfony/var-dumper: ^3.4|^4.0
This package is auto-updated.
Last update: 2024-10-29 04:53:27 UTC
README
This bundle helps to build RESTful API within a Symfony project.
Requirements
- php ^7.4
- symfony/symfony ^4.4|^5.0
Installation
The suggested installation method is via composer:
$ composer require fazland/api-platform-bundle
Using ApiPlatformBundle
Work in progress.
Test
Run
$ vendor/bin/phpunit
Contributing
Contributions are welcome. Feel free to open a PR or file an issue here on GitHub!
License
ApiPlatformBundle is licensed under the MIT License - see the LICENSE file for details