alex-kalanis/kw_files_mapper

Accessing entries stored in database as files

v2.0.0 2024-04-01 15:51 UTC

This package is auto-updated.

Last update: 2024-05-01 16:14:03 UTC


README

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

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