matiasnamendola / slimpower-basic-auth
HTTP Basic Authentication Middleware for SlimPower Framework.
Installs: 51
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/matiasnamendola/slimpower-basic-auth
Requires
- php: >=5.3.0
- matiasnamendola/slimpower-slim: master-dev
This package is not auto-updated.
Last update: 2025-09-28 01:12:12 UTC
README
HTTP Basic Authentication Middleware for SlimPower Framework
Installation
In terminal:
composer require matiasnamendola/slimpower-basic-auth
Or you can add use this as your composer.json:
{ "require": { "matiasnamendola/slimpower-basic-auth": "dev-master" } }
Credits
License
The MIT License (MIT). Please see License File for more information.