2017 © Pedro Peláez
 

library digestauth

PHP Digest auth library

image

rakshazi/digestauth

PHP Digest auth library

  • Sunday, August 7, 2016
  • by rakshazi
  • Repository
  • 1 Watchers
  • 2 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

PHP Digest Auth library

Downloads License, (*1)

Usage

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

Installation

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

The Versions

07/08 2016

dev-master

9999999-dev https://github.com/rakshazi/digestauth

PHP Digest auth library

  Sources   Download

BSD

The Requires

  • php >=5.3

 

auth digest