alex-kalanis/kw_images

Processing images in KWCMS

v4.0.0 2024-04-04 20:16 UTC

This package is auto-updated.

Last update: 2024-04-04 20:18:20 UTC


README

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

Gallery on (remote) file system tree.

Working with images in tree-like gallery. Usually these libraries uses volume as their data source, but it is possible to set different (external) storage and use it. Just a few things cannot be done remotely and these will dump processed content locally and after changes returns it back to the storage.

PHP Installation

composer.phar require alex-kalanis/kw_images

(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_images\FilesHelper" into your app. Extends it for setting your case.

4.) Extend your libraries by interfaces inside the package.

5.) Just call setting and render in controllers

Changes

  • v2 has remote as storage, no volume operation directly here
  • v3 has updated paths and following libraries
  • v4 has updated code style and all libraries underneath