davewid/asylum

A client/server to perpare data when developing REST APIs

0.2.0 2012-08-29 20:18 UTC

This package is not auto-updated.

Last update: 2024-04-27 10:58:18 UTC


README

Asylum is a PHP library to help secure your REST transactions. It is based on Amazon's API security. Requires PHP 5.3+.

Installing

You can use Composer to install the Asylum library. Asylum is hosted on Packagist so all you will need to add to the require section of composer.json file is below.

"require":{
	....
	"davewid/asylum": "*"
	....
}

PHP-FIG

Asylum is in compliance with PSR-0 and PSR-1 (except PSR-1 4.3 as my method names are lowercase and underscored).

License

This code is licensed under the MIT license.

Developed by Dave Widmer.