vierbergenlars/rad-rest-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

Symfony RadRestBundle

0.6.0 2015-01-13 18:42 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:35:32 UTC


README

Build Status HHVM Status Code Coverage Scrutinizer Code Quality Latest Stable Version Latest Unstable Version License

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:

  1. composer require vierbergenlars/rad-rest-bundle
  2. Register bundle FOS\RestBundle\FOSRestBundle
  3. Register bundle JMS\SerializerBundle\JMSSerializerBundle
  4. 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.