Download the PHP package rolies106/hmac without Composer
On this page you can find all versions of the php package rolies106/hmac. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rolies106/hmac
More information about rolies106/hmac
Files in rolies106/hmac
Download rolies106/hmac
More information about rolies106/hmac
Files in rolies106/hmac
Vendor rolies106
Package hmac
Short Description A keyed-Hash Message Authentication Code (HMAC). Used for application to application authentication.
License WTFPL
Homepage http://github.com/rolies106/hmac
Package hmac
Short Description A keyed-Hash Message Authentication Code (HMAC). Used for application to application authentication.
License WTFPL
Homepage http://github.com/rolies106/hmac
Please rate this library. Is it a good library?
Informations about the package hmac
HMAC Generator
A simple lightweight HMAC generator and checker. Forked from mardy-git/hmac.
Currently this is used to authenticate applications to other applications.
Installation
To install this use composer by adding
"mardy-git/hmac": "2.*"
to your composer.json file
Usage Example
Generating the HMAC
Validating the HMAC
Using with Guzzle
Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and trivial to integrate with web services. https://github.com/guzzle/guzzle
There is now a plugin that will allow integration with guzzle 4+
All versions of hmac with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5
The package rolies106/hmac contains the following files
Loading the files please wait ....