weierophinney / hal

ABANDONED; use zendframework/zend-expressive-hal instead.

Home Page:https://docs.zendframework.com/zend-expressive-hal/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hypertext Application Language (HAL) for PSR-7 Applications

ABANDONED

Please use the package zendframework/zend-expressive-hal instead, as development has moved to that repository.

Build Status Coverage Status

This library provides 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 weierophinney/hal

Documentation

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

$ mkdocs build

You may also browse the documentation online.

About

ABANDONED; use zendframework/zend-expressive-hal instead.

https://docs.zendframework.com/zend-expressive-hal/

License:BSD 2-Clause "Simplified" License


Languages

Language:PHP 100.0%