slim / strong
Authentication Library with multiple drivers
Installs: 2 970
Dependents: 0
Suggesters: 0
Security: 0
Stars: 44
Watchers: 7
Forks: 8
Open Issues: 5
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2022-02-01 12:20:14 UTC
README
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