vierbergenlars / rad-rest-bundle
Symfony RadRestBundle
Installs: 106
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.4
- friendsofsymfony/rest-bundle: ~1.0
- jms/serializer-bundle: *
- nelmio/api-doc-bundle: *
- sensio/framework-extra-bundle: ~2.3 | ~3.0
- symfony/form: ~2.3
- symfony/framework-bundle: ~2.3
- symfony/security-bundle: ~2.3
- symfony/validator: ~2.3
Requires (Dev)
- doctrine/doctrine-bundle: ~1.2
- doctrine/orm: ~2.0
- knplabs/knp-paginator-bundle: ~2.4
- symfony/monolog-bundle: ~2.1
- symfony/symfony: ~2.3
This package is not auto-updated.
Last update: 2022-02-01 12:35:32 UTC
README
Documentation
The bulk of the documentation is stored in the Resources/doc/index.md
file in this bundle:
Read the Documentation for master
Read the Documentation for develop
Installation
All the installation instructions are located in documentation.
Short installation instructions:
composer require vierbergenlars/rad-rest-bundle
- Register bundle
FOS\RestBundle\FOSRestBundle
- Register bundle
JMS\SerializerBundle\JMSSerializerBundle
- Register bundle
vierbergenlars\Bundle\RadRestBundle\VlRadRestBundle
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.
When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.