slim/strong

This package is abandoned and no longer maintained. No replacement package was suggested.

Authentication Library with multiple drivers

Maintainers

👁 silentworks

Package info

github.com/silentworks/Strong

Homepage

pkg:composer/slim/strong

Statistics

Installs: 2 976

Dependents: 0

Suggesters: 0

Stars: 44

Open Issues: 5

dev-master 2012-12-31 10:57 UTC

Requires

  • php: >=5.3.0

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 1af2dc2f49f14521bda280a3b91c8fef54f67fc0

Authenticationextensions

This package is not auto-updated.

Last update: 2022-02-01 12:20:14 UTC


README

👁 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