websk / php-auth
There is no license information available for the latest version (2.2.2) of this package.
Authorization and user management
2.2.2
2023-02-05 14:43 UTC
Requires
- php: ^7.4
- ext-pdo: *
- hybridauth/hybridauth: 2.9.*
- phpmailer/phpmailer: 6.1.*
- slim/slim: ^3.0
- websk/php-cache: 1.2.*
- websk/php-captcha: 1.1.*
- websk/php-config: 1.0.*
- websk/php-console: 1.0.*
- websk/php-crud: 1.4.*
- websk/php-db: 1.3.*
- websk/php-entity: 1.2.*
- websk/php-imagemanager: 1.0.*
- websk/php-slim: 1.1.*
- websk/php-utils: 1.0.*
- websk/php-view: 1.1.*
- dev-master
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.8
- 2.1.7
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.10
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.1.1
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- dev-kss_external_auth
- dev-dependabot/composer/guzzlehttp/psr7-2.5.0
- dev-dependabot/composer/guzzlehttp/guzzle-7.4.5
- dev-dependabot/composer/phpmailer/phpmailer-6.5.0
This package is auto-updated.
Last update: 2025-03-09 12:18:55 UTC
README
Config example
- config/config.default.php
Demo
- copy config/config.default.php as config/config.php
- set and replace settings and paths
- composer update
- create MySQL DB db_auth (or other)
- run auto process migration in MySQL DB:
php vendor\bin\websk_db_migration.php migrations:migration_auto
or run handle process migration in MySQL DBphp vendor\bin\websk_db_migration.php migrations:migration_handle
- run process create user:
php bin\websk_auth_create_user.php auth:create_user
- cd public
- php -S localhost:8000
- open http://localhost:8000
- login as created user