alex-kalanis / kw_files_mapper
Accessing entries stored in database as files
v2.0.0
2024-04-01 15:51 UTC
Requires
- php: >=7.4.0
- ext-mbstring: *
- alex-kalanis/kw_files: >=4.0 <5
- alex-kalanis/kw_mapper: >=3.0 <4
- alex-kalanis/kw_paths: >=4.0 <5
Requires (Dev)
- ext-pdo: *
- 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
- shipmonk/composer-dependency-analyser: ^1.4
This package is auto-updated.
Last update: 2024-10-31 00:18:48 UTC
README
Manage access to storage with emulation of tree structure in database as source.
PHP Installation
composer.phar require alex-kalanis/kw_files_mapper
(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 correct processing libraries from "kalanis\kw_files_mapper\Processing" into your app. The correct one depends on your storage.
4.) Extend your libraries by interfaces inside the package "kw_files".
5.) Just call classes from package as instances of interfaces
6.) Let the system do its things