PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Dariusz   PHP Digest Authentication   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Digest Authentication
Implements HTTP Digest Authentication
Author: By
Last change:
Date: 4 years ago
Size: 463 bytes
 

Contents

Class file image Download
{ "name": "darkin1/digest-auth", "description": "Digest Authentication RFC 2617 for Lumen", "keywords": ["laravel", "lumen", "digest auth", "digest authentication", "rfc2617"], "license": "MIT", "authors": [ { "name": "Dariusz Ciesielski", "email": "dciesielski87@gmail.com" } ], "minimum-stability": "dev", "require": { "php": ">=5.4" }, "autoload": { "psr-4": { "Darkin1\\DigestAuth\\": "src/" } } }