alex-kalanis / kw_accounts
Accounts structures for KWCMS
Requires
- php: >=7.4.0
Requires (Dev)
- 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_auth_sources: Authentication sources for KWCMS
This package is auto-updated.
Last update: 2024-12-06 23:00:14 UTC
README
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.