Download the PHP package alterway/rest-hal-bundle without Composer
On this page you can find all versions of the php package alterway/rest-hal-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download alterway/rest-hal-bundle
More information about alterway/rest-hal-bundle
Files in alterway/rest-hal-bundle
Download alterway/rest-hal-bundle
More information about alterway/rest-hal-bundle
Files in alterway/rest-hal-bundle
Vendor alterway
Package rest-hal-bundle
Short Description manage HAL Rest API with Symfony2 http://stateless.co/hal_specification.html
License MIT
Package rest-hal-bundle
Short Description manage HAL Rest API with Symfony2 http://stateless.co/hal_specification.html
License MIT
Please rate this library. Is it a good library?
Informations about the package rest-hal-bundle
RestHalBundle
Bundle to manage Hal API with Symfony2.
Installation
Edit your composer.json
:
And run Composer:
php composer.phar update alterway/rest-hal-bundle
Add the following line at the end of your autoload.php
:
Enable your bundle in your AppKernel.php
:
Usage
Resource
A resource is a PHP class who represents informations about elements of your applications.
For example:
Controller
With annotations:
Remember to enable annotations :
sensio_framework_extra:
router: { annotations: true }
request: { converters: true }
view: { annotations: true }
cache: { annotations: true }
Without annotations:
Contribute
Install dev dependencies:
php composer.phar update
Run Behat:
./vendor/bin/behat @AwRestHalBundle
Copyright
Copyright (c) 2013 La Ruche Qui Dit Oui!. See LICENSE for details.
Contributors
- Jean-François Lépine (Halleck45)
- Benoît Merlet (trompette)
- Antoine Lévêque (gh0stonio)
Sponsors
All versions of rest-hal-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
~5.3
symfony/symfony Version ~2.2
sensio/framework-extra-bundle Version ~2.2
nocarrier/hal Version ~0.9.4
symfony/symfony Version ~2.2
sensio/framework-extra-bundle Version ~2.2
nocarrier/hal Version ~0.9.4
The package alterway/rest-hal-bundle contains the following files
Loading the files please wait ....