alex-kalanis/kw_modules_mapper

Selecting correct modules - use mapper from KWCMS

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

This package is auto-updated.

Last update: 2024-05-04 22:08:31 UTC


README

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

Modules with Mapper

Use mapper as source of information about modules. And then the usual stuff as with the normal kw_mapper.

PHP Installation

composer.phar require alex-kalanis/kw_modules_mapper

(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_mapper\ModulesLists\Mapper" into your app and set necessary params.

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

5.) Just include it into your bootstrap od DI - use instead of usual kw_mapper

Caveats

This package needs some storage, usually DB or file. So you need to set it to conform your use case.