Download the PHP package philipbrown/signature-php without Composer
On this page you can find all versions of the php package philipbrown/signature-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download philipbrown/signature-php
More information about philipbrown/signature-php
Files in philipbrown/signature-php
Download philipbrown/signature-php
More information about philipbrown/signature-php
Files in philipbrown/signature-php
Vendor philipbrown
Package signature-php
Short Description HMAC-SHA authentication
License MIT
Package signature-php
Short Description HMAC-SHA authentication
License MIT
Keywords AuthenticationHMAC-SHA
Please rate this library. Is it a good library?
Informations about the package signature-php
Signature
A PHP 5.4+ port of the Signature ruby gem
Installation
Add philipbrown/signature-php
as a requirement to composer.json
:
What is HMAC-SHA authentication?
HMAC-SHA authentication allows you to implement very simple key / secret authentication for your API using hashed signatures.
Making a request
Authenticating a response
Changing the default HTTP request prefix
By default, this package uses auth_*
in requests. You can change this behaviour when signing and and authenticating requests:
If you changed the default, you will need to authenticate the request accordingly:
All versions of signature-php with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
The package philipbrown/signature-php contains the following files
Loading the files please wait ....