alex-kalanis/kw_accounts

Accounts structures for KWCMS

v3.0.0 2024-04-06 21:01 UTC

This package is auto-updated.

Last update: 2024-04-06 21:08:44 UTC


README

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

Authentication to site - format of accounts and their basic implementation

These libraries represent internal getters and setters to access accounts data on target site. You need to use them with appropriate fillers.

Your system probably do not need the same things as mine. So some things can be ignored and another can be available under "extra".

PHP Installation

composer.phar require alex-kalanis/kw_accounts

(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 accounts storage.

3.) Connect that package with this one as its dependency.

Caveats

It contains only basics, it needs something external to fill and use.