alex-kalanis/kw_modules

Selecting correct modules in KWCMS

v2.0.0 2024-04-04 21:37 UTC

This package is auto-updated.

Last update: 2024-04-04 21:43:42 UTC


README

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

Modules base

Selecting which modules will run. This is the core of KWCMS. Because everything starts with modules which represent blocks of content.

PHP Installation

composer.phar require alex-kalanis/kw_modules

(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_modules\Access\Factory::getProcessor" into your app and set necessary params.

4.) Extend your libraries by interfaces inside the package.

5.) Just call setting and render

Caveats

This thing is created with tree in mind. So the loaders and modules itself are targeted by arrays, not raw strings as was usual.