Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 574 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 574 Bytes

Halogen - Simple HATEOAS package for Laravel 5

Halogen allows you to implement HAL-compliant links and resources into your JSON, helping your REST API meet HATEOAS contraints.

Requirements

The following is required to run this package:

* PHP 5.4 or higher
* Laravel 5 or higher

Installing

To install Halogen, you will need to use Composer. In the root of your Laravel project, run the following command:

composer require rozzan/halogen