Skip to content

easybiblabs/silex-hal-provider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Silex Service Provider for HAL

Adds a HAL builder object to the silex container which returns instances of HAL objects from the nocarrier/hal library.

Background on HAL:

Usage

$app->register(new EasyBib\Silex\Provider\HALServiceProvider());

$hal = $app['hal']->build('/orders', ['customerId' => 'CUS1234']);

See the (Nocarrier\Hal documentation)[https://github.com/blongden/hal/blob/develop/README.md] for more examples of how to use the HAL library itself.

About

A Silex service provider for the nocarrier/hal library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages