alex-kalanis/kw_auth

Authentication for KWCMS

v5.0.0 2024-04-08 22:37 UTC

This package is auto-updated.

Last update: 2024-04-08 22:40:47 UTC


README

Build Status Scrutinizer Code Quality Latest Stable Version Minimum PHP Version Downloads License Code Coverage

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.