alex-kalanis / kw_auth
Authentication for KWCMS
v5.0.0
2024-04-08 22:37 UTC
Requires
- php: >=7.4.0
- alex-kalanis/kw_accounts: >=3.0 <4
- alex-kalanis/kw_address_handler: >=3.0 <4
Requires (Dev)
- ext-openssl: *
- alex-kalanis/kw_auth_sources: >=5.0 <6
- alex-kalanis/kw_bans: >=2.0 <3
- alex-kalanis/kw_locks: >=3.0 <4
- alex-kalanis/kw_paths: >=4.0 <5
- friendsofphp/php-cs-fixer: ^3.0
- phpstan/phpstan: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- phpunit/phpunit: >=8.0 <=9
- shipmonk/composer-dependency-analyser: ^1.4
Suggests
- alex-kalanis/kw_bans: Bans in KWCMS
- alex-kalanis/kw_paths: Paths for accessing targets in KWCMS
README
Authentication to your site
PHP Installation
composer.phar require alex-kalanis/kw_auth
(Refer to Composer Documentation if you are not familiar with composer)
PHP Usage
1.) Use your autoloader (if not already done via Composer autoloader)
2.) Add some external packages with connection to the local or remote services.
3.) Connect the "kalanis\kw_auth" into your app. Extends it for setting your case. For details use example.
4.) Just call setting and render
Caveats
It's build for standalone usage - nothing more need than basics.