alex-kalanis / kw_address_handler
Address handler for KWCMS
v3.0.0
2024-03-30 23:13 UTC
Requires
- php: >=7.4.0
Requires (Dev)
- alex-kalanis/kw_input: >=2.3 <4
- friendsofphp/php-cs-fixer: ^3.0
- phpstan/phpstan: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- phpunit/phpunit: >=7.2 <=9
- shipmonk/composer-dependency-analyser: ^1.4
README
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.