alex-kalanis / kw_paths
Paths for accessing targets in KWCMS
Installs: 4 234
Dependents: 23
Suggesters: 1
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=7.4.0
- ext-mbstring: *
Requires (Dev)
- 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
Basic shared actions over paths inside the KWCMS. Some work with paths, use array as path and convert it there and back. Just the shared action need elsewhere in project.
PHP Installation
composer.phar require alex-kalanis/kw_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_paths" into your app. Extends it for setting your case.
4.) Connect library into your bootstrap process.
5.) Just use class "kalanis\kw_paths\Path" as data storage
This package contains example file from KWCMS bootstrap. Use it as reference.