Skip to content

daveWid/Asylum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asylum

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.

About

A PHP library to help secure your REST transactions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages