binsoul/net-hal-client

Client for the JSON Hypertext Application Language

0.2.0 2021-04-15 16:40 UTC

This package is auto-updated.

Last update: 2024-04-14 08:50:30 UTC


README

Latest Version on Packagist Software License Total Downloads Build Status

Hypertext Application Language (HAL) is an Internet Draft standard convention for defining hypermedia such as links to external resources within JSON or XML.

This package provides a client to work with HAL+JSON endpoints. It requires a PSR-18 compatible client to send HTTP requests.

Install

Via composer:

$ composer require binsoul/net-hal-client

This package requires PSR-17 compatible request/URI factories and a PSR-18 compatible HTTP client. If no factories are supplied, it uses PHP-HTTP discovery to find installed implementations.

For example if you want to use Guzzle as HTTP client execute:

$ composer require http-interop/http-factory-guzzle php-http/guzzle7-adapter

Testing

$ composer test

License

The MIT License (MIT). Please see License File for more information.