alex-kalanis/kw_address_handler

Address handler for KWCMS

v3.0.0 2024-03-30 23:13 UTC

This package is auto-updated.

Last update: 2024-03-30 23:25:41 UTC


README

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

Parser for manipulations with web addresses and their params. It allows you tu change things inside the addresses the object way. You can access that completely via params object or by single variable.

PHP Installation

composer.phar require alex-kalanis/kw_address_handler

(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_address_handler\Handler" into your app.

4.) Extend your libraries for accessing the package.