Hal icon indicating copy to clipboard operation
Hal copied to clipboard

A PHP implementation of HAL http://stateless.co/hal_specification.html

Results 3 Hal issues
Sort by recently updated
recently updated
newest added

PHP 5.3 is end of life. I vote we tag `php-5.3` which maintains PHP 5.3 support and break BC.

$this->links['_self'] only exists at the top level to describe the current resource. It does not exist within embedded resources. There's a Link type check when _getEmbRes calls getXml which then...

Have some pity on us humans who find it hard to read everything on one line: ``` /** * Enable json pretty print * * @var boolean */ private $printPrint...