Strong
Strong copied to clipboard
Authentication Library
Strong Authentication Package
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
Contributors
ToDo
- Example code
- More Providers
