Download the PHP package websk/php-auth without Composer
On this page you can find all versions of the php package websk/php-auth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package php-auth
WebSK php-auth
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
All versions of php-auth with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4
ext-pdo Version *
slim/slim Version ^3.0
websk/php-cache Version 1.2.*
websk/php-captcha Version 1.1.*
websk/php-config Version 1.0.*
websk/php-console Version 1.0.*
websk/php-crud Version 1.4.*
websk/php-db Version 1.3.*
websk/php-entity Version 1.2.*
websk/php-imagemanager Version 1.0.*
websk/php-slim Version 1.1.*
websk/php-utils Version 1.0.*
websk/php-view Version 1.1.*
phpmailer/phpmailer Version 6.1.*
hybridauth/hybridauth Version 2.9.*
ext-pdo Version *
slim/slim Version ^3.0
websk/php-cache Version 1.2.*
websk/php-captcha Version 1.1.*
websk/php-config Version 1.0.*
websk/php-console Version 1.0.*
websk/php-crud Version 1.4.*
websk/php-db Version 1.3.*
websk/php-entity Version 1.2.*
websk/php-imagemanager Version 1.0.*
websk/php-slim Version 1.1.*
websk/php-utils Version 1.0.*
websk/php-view Version 1.1.*
phpmailer/phpmailer Version 6.1.*
hybridauth/hybridauth Version 2.9.*
The package websk/php-auth contains the following files
Loading the files please wait ....