starlit / request-authenticator
Installs: 18 078
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 1
Open Issues: 0
Requires
- php: >=7.1
- psr/http-message: ^1.0
Requires (Dev)
- nyholm/psr7: ^1.1
- phpunit/phpunit: ^7.5
Suggests
- guzzlehttp/guzzle: ^5.0
- symfony/http-foundation: ^4.1
This package is auto-updated.
Last update: 2024-10-21 00:21:53 UTC
README
Utils
Library providing HMAC authenticator for Requests based on the symfony/http-foundation
package.
Installation
Add the package as a requirement to your composer.json
:
$ composer require starlit/request-authenticator
Requirements
- Requires PHP 7.1 or above.
License
This software is licensed under the BSD 3-Clause License - see the LICENSE
file for details.