PHPackages                             stormsys/simplehal - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. stormsys/simplehal

ActiveLibrary[API Development](/categories/api)

stormsys/simplehal
==================

SimpleHal is an easy to use library for consuming Hal API's

0.2.0(11y ago)7188MITPHP

Since Feb 15Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Stormsys/SimpleHal)[ Packagist](https://packagist.org/packages/stormsys/simplehal)[ Docs](https://github.com/Stormsys/SimpleHal)[ RSS](/packages/stormsys-simplehal/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

SimpleHAL
=========

[](#simplehal)

[![Total Downloads](https://camo.githubusercontent.com/6fda0d00e08c237a3d00376ecad054113c8ea35cd7571e583a729c73ee84c4c7/68747470733a2f2f706f7365722e707567782e6f72672f73746f726d7379732f73696d706c6568616c2f642f746f74616c2e737667)](https://packagist.org/packages/stormsys/simplehal)

SimpleHal is an easy to use library for consuming Hal API's.

Installation using Composer
---------------------------

[](#installation-using-composer)

Add the dependency:

```
composer require stormsys/simplehal
```

Limitations
-----------

[](#limitations)

Currently the library supports only GET requests, there are plans to add support for PUT, POST and DELETE in the future.

Usage
-----

[](#usage)

### Setup Root Resource

[](#setup-root-resource)

This examples shows how to setup a root resource to begin nagivation.

```
