Skip to content
This repository has been archived by the owner on Nov 28, 2018. It is now read-only.

silentworks/Strong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Strong Authentication Package

Build Status

Changes

  • pdo driver needs pdo object instead of a connection string
  • namespaces

Installing with Composer

Install Composer in your project:

curl -s https://getcomposer.org/installer | php

Create a composer.json file in your project root:

{
    "require": {
        "slim/strong": "*"
    }
}

Install via composer:

php composer.phar install

Author

Andrew Smith

Contributors

Jakub Westfalewski

ToDo

  • Example code
  • More Providers

About

Authentication Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages