alex-kalanis/kw_menu

Menu manager and processor in KWCMS

v3.1.0 2024-04-10 06:12 UTC

This package is auto-updated.

Last update: 2024-04-10 06:19:26 UTC


README

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

Mapping menu from different sources and make the tree necessary to process everything. This version supports as entries files on volume, in storage and from tree package. You can also make your own implementation of IEntriesSource and IMetaSource to satisfy selection of available entries.

PHP Installation

composer.phar require alex-kalanis/kw_menu

(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_menu\MetaProcessor" into your app. Extends it for setting your case.

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

5.) Just call setting and render