An open API service indexing awesome lists of open source software.

https://github.com/rakshazi/digestauth

PHP Digest Auth library
https://github.com/rakshazi/digestauth

Last synced: 3 months ago
JSON representation

PHP Digest Auth library

Awesome Lists containing this project

README

        

# PHP Digest Auth library
> [![Downloads](https://img.shields.io/packagist/dt/rakshazi/digestauth.svg)](https://packagist.org/packages/rakshazi/digestauth)
> [![License](https://img.shields.io/packagist/l/rakshazi/digestauth.svg)](https://packagist.org/packages/rakshazi/digestauth)

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

## Installation

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