alex-kalanis / kw_tree
Tree in KWCMS
v3.0.0
2024-03-31 15:24 UTC
Requires
- php: >=7.4.0
- ext-mbstring: *
- alex-kalanis/kw_files: >=4.0 <5
- alex-kalanis/kw_paths: >=4.0 <5
Requires (Dev)
- alex-kalanis/kw_storage: >=5.0 <6
- friendsofphp/php-cs-fixer: ^3.0
- phpstan/phpstan: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- phpunit/phpunit: >=8.0 <=9
- psr/container: =2.0.2
- shipmonk/composer-dependency-analyser: ^1.4
README
Tree of files and directories. Access them from the specified path.
PHP Installation
composer.phar require alex-kalanis/kw_tree
(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 storage.
3.) Connect the "kalanis\kw_tree\Tree" into your app. Extends it for setting your case.
4.) Extend your libraries by interfaces inside the package.
5.) Just call setting and render