Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weierophinney/hal
ABANDONED; use zendframework/zend-expressive-hal instead.
https://github.com/weierophinney/hal
hal middleware psr-11 psr-13 psr-7 rest
Last synced: 2 days ago
JSON representation
ABANDONED; use zendframework/zend-expressive-hal instead.
- Host: GitHub
- URL: https://github.com/weierophinney/hal
- Owner: weierophinney
- License: bsd-2-clause
- Created: 2017-06-08T21:25:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-08T14:11:36.000Z (over 7 years ago)
- Last Synced: 2024-12-05T12:52:11.511Z (18 days ago)
- Topics: hal, middleware, psr-11, psr-13, psr-7, rest
- Language: PHP
- Homepage: https://docs.zendframework.com/zend-expressive-hal/
- Size: 722 KB
- Stars: 8
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Hypertext Application Language (HAL) for PSR-7 Applications
> ## ABANDONED
>
> Please use the package [zendframework/zend-expressive-hal](https://github.com/zendframework/zend-expressive-hal)
> instead, as development has moved to that repository.[![Build Status](https://secure.travis-ci.org/weierophinney/hal.svg?branch=master)](https://secure.travis-ci.org/weierophinney/hal)
[![Coverage Status](https://coveralls.io/repos/github/weierophinney/hal/badge.svg?branch=master)](https://coveralls.io/github/weierophinney/hal?branch=master)This library provides provides utilities for modeling HAL resources with links
and generating [PSR-7](http://www.php-fig.org/psr/psr-7/) responses representing
both JSON and XML serializations of them.## Installation
Run the following to install this library:
```bash
$ composer require weierophinney/hal
```## Documentation
Documentation is [in the doc tree](doc/book/), and can be compiled using [mkdocs](http://www.mkdocs.org):
```bash
$ mkdocs build
```You may also [browse the documentation online](https://weierophinney.github.io/hal/index.html).