Skip to content
This repository has been archived by the owner on Jun 17, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (20 loc) · 603 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 603 Bytes

Image Resize Async Server

Asynchronious image resize server

Installation

composer require ecomdev/image-resize-server

Documentation

See tests

Usage

EcomDev\ImageResizeServer\ReactApplicationBuilder::create(8080)
    ->withBaseUrl('/path/to/cache/dir/via/url')
    ->withUrlPattern(':width:x:height:/:image:')
    ->withSavePath('path/to/save/images/cache'))
    ->withSourcePath('path/to/image/source/)
    ->build()
    ->run();

License

This project is licensed under the END USER LICENSE License - see the LICENSE file for details