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

Hypertext Application Language implementation for PHP and PSR-7

License

Notifications You must be signed in to change notification settings

zendframework/zend-expressive-hal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7898300 · Jan 20, 2020
Feb 11, 2019
Feb 11, 2019
Feb 11, 2019
Jun 5, 2017
Nov 8, 2017
Nov 8, 2017
Dec 11, 2018
Feb 11, 2019
Nov 8, 2017
Jan 20, 2020
Feb 6, 2019
Feb 6, 2019
Feb 5, 2019
Jun 5, 2017
Aug 8, 2017

Hypertext Application Language (HAL) for PSR-7 Applications

Repository abandoned 2019-12-31

This repository has moved to mezzio/mezzio-hal.

Build Status Coverage Status

This library provides utilities for modeling HAL resources with links and generating PSR-7 responses representing both JSON and XML serializations of them.

Installation

Run the following to install this library:

$ composer require zendframework/zend-expressive-hal

Documentation

Documentation is in the doc tree, and can be compiled using mkdocs:

$ mkdocs build

You may also browse the documentation online.