PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Payam Naderi   PHP User Auth System   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP User Auth System
HTTP authentication using PSR-7 interfaces
Author: By
Last change:
Date: 6 years ago
Size: 668 bytes
 

Contents

Class file image Download
{ "name": "poirot/authsystem", "description": "Service Manager Container.", "type" : "library", "authors": [ { "name": "Payam Naderi", "email": "naderi.payam@gmail.com", "role": "Developer" } ], "require": { "poirot/std": "dev-devel" , "poirot/storage": "dev-devel" } , "suggest": { "poirot/http": "To Handle Request Aware Authentication Like Digest." } , "target-dir": "Poirot/AuthSystem", "autoload" : { "psr-0": { "Poirot\\AuthSystem": "." } , "files": [ "_functions.php" ] } }