ecentria / ecentria-rest-bundle
Goal of this bundle is to simplify process of creating APIs with Symfony. We use already well-coded libraries, combine them together to simplify process and not to re-invent the wheel. We've chose REST and HATEOS to have unified standards of API requests and responses.
Installs: 2 410
Dependents: 0
Suggesters: 0
Security: 0
Stars: 16
Watchers: 32
Forks: 12
Open Issues: 8
Type:symfony-bundle
Requires
- php: ~7.0
- doctrine/orm: ~2.3
- friendsofsymfony/rest-bundle: ~1.4 || ~2.2
- gedmo/doctrine-extensions: ~2.4
- jms/serializer-bundle: ~0.13 || ~1.0 || ~2.3
- nelmio/api-doc-bundle: ~2.0
- sensio/framework-extra-bundle: ~3.0
- symfony/monolog-bundle: ~2.4 || ~3.0
- symfony/symfony: ~2.7 || ~3.0
- willdurand/hateoas-bundle: ~0.3 || ~1.3
Requires (Dev)
- phpunit/phpunit: ^5.6
This package is auto-updated.
Last update: 2024-10-30 01:31:43 UTC
README
Goal of this bundle is to simplify process of creating APIs with Symfony. We use already well-coded libraries, combine them together to simplify process and not to re-invent the wheel. We've chose REST and HATEOS to have unified standards of API requests and responses.
Documentation
Documentation for Ecentria Rest Bundle is in Resources/doc/index.md
Installation
Installation instructions can be found in the documentation
License
This bundle is under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE
Reporting an issue or a feature request
Issues and feature requests are tracked in the Github issue tracker.
For contributors
- Fork repository
- Create your feature branch (
git checkout -b new-feature-name
) - Code your improvement or feature
- Write tests
- Create new Pull Request