Download the PHP package iamtartan/laravel-hmac-signature without Composer
On this page you can find all versions of the php package iamtartan/laravel-hmac-signature. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download iamtartan/laravel-hmac-signature
More information about iamtartan/laravel-hmac-signature
Files in iamtartan/laravel-hmac-signature
Download iamtartan/laravel-hmac-signature
More information about iamtartan/laravel-hmac-signature
Files in iamtartan/laravel-hmac-signature
Vendor iamtartan
Package laravel-hmac-signature
Short Description Laravel HMAC-SHA authentication
License MIT
Package laravel-hmac-signature
Short Description Laravel HMAC-SHA authentication
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-hmac-signature
Signature
A laravel HMAC auth package based on Signature-PHP
Installation
Add iamtartan/laravel-hmac-signature
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 for api (version 1.0.0)
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 laravel-hmac-signature with dependencies
PHP Build Version
Package Version
The package iamtartan/laravel-hmac-signature contains the following files
Loading the files please wait ....