Skip to content
This repository has been archived by the owner on Feb 17, 2020. It is now read-only.

vierbergenlars/VlRadRestBundle

Repository files navigation

VlRadRestBundle

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.