rakshazi/digestauth

PHP Digest auth library

dev-master 2016-08-07 19:25 UTC

This package is auto-updated.

Last update: 2024-03-13 20:44:59 UTC


README

Downloads License

Usage

$auth = new \Rakshazi\Digestauth;
$auth->setUsers(array('admin' => 'password'))->setRealm("It's optional")->enable();

Installation

php composer.phar require rakshazi/digestauth:dev-master