Download the PHP package c-squared-solutions-llc/hmac-util without Composer
On this page you can find all versions of the php package c-squared-solutions-llc/hmac-util. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download c-squared-solutions-llc/hmac-util
More information about c-squared-solutions-llc/hmac-util
Files in c-squared-solutions-llc/hmac-util
Download c-squared-solutions-llc/hmac-util
More information about c-squared-solutions-llc/hmac-util
Files in c-squared-solutions-llc/hmac-util
Vendor c-squared-solutions-llc
Package hmac-util
Short Description PHP HMAC utility library for signing and verifying signed requests
License MIT
Homepage https://c2rd.io
Package hmac-util
Short Description PHP HMAC utility library for signing and verifying signed requests
License MIT
Homepage https://c2rd.io
Please rate this library. Is it a good library?
Informations about the package hmac-util
hmac-util
Hmac Util currently supports signing requests with an hmac signature. You will need to provide the following to the library.
- HMAC Credentials (Username, Secret)
- HMAC Algorithm you would like to use
- Request Line (see HTTP REQUEST STANDARDS https://www.w3.org/Protocols/rfc2616/rfc2616-sec5.html)
- Body of the request (if any)
- Headers you wish to sign with (do not include headers you are sending but do not want as part of signature)
Example of use below
After you get the HmacRequest object back, it will contain an authorization header and possibly two more headers for the signature. Send all headers, plus any others you want, and the body from the HmacRequest object via any restful library that supports it.
All versions of hmac-util with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2|^8.0
The package c-squared-solutions-llc/hmac-util contains the following files
Loading the files please wait ....