appserver-io-psr / auth

PSR, for a PHP based authentication module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PSR, for a PHP based authentication module

Latest Stable Version Total Downloads License Build Status Scrutinizer Code Quality Code Coverage

Introduction

This library provides all necessary interfaces to implement a PHP based authentication module.

Installation

If you want to use the library with your application you can install it by adding

{
    "require": {
        "appserver-io-psr/auth": "dev-master"
    },
}

to your composer.json and invoke composer update in your project.

External Links

About

PSR, for a PHP based authentication module


Languages

Language:PHP 100.0%