Installation
Installation with Composer
223k Downloads / Month
Open Source MIT License
223k Downloads / Month
Open Source MIT License
Before you begin with the installation make sure that your server environment supports the following requirements.
You can install this package quickly and easily with Composer.
Require the package via Composer:
composer require intervention/httpauth
After the installation you can start using the authenticator.
Although the configuration of the HTTP server should usually already be set correctly, in rare cases it may be necessary to make adjustments.
If you are using Apache and running PHP with CGI/FastCGI, check the server configuration to make sure the authorization headers are passed correctly to PHP.
Edit