alex-kalanis/kw_routed_paths

Paths for accessing targets from routes in KWCMS

v3.0.0 2024-04-01 16:57 UTC

This package is auto-updated.

Last update: 2024-05-01 17:18:56 UTC


README

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

Define paths in router of KWCMS. Parse them from REQUEST_URI or other sources. Also allows you to make links for that router. More at tests and examples.

PHP Installation

composer.phar require alex-kalanis/kw_routed_paths

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

4.) Connect library into your bootstrap process.

5.) Just use class "kalanis\kw_routed_paths\StoreRouted" as data storage

This package contains example file from KWCMS bootstrap. Use it as reference.