Skip to content

This package will help you to implement cloud services such as thumbor and more.

Notifications You must be signed in to change notification settings

adbrosaci/remote-image-processor

Repository files navigation

Remote Image Processor

Installation

composer require adbros/remote-image-processor

Configuration

extensions:
    rip: Adbros\RemoteImageProcessor\DI\Extension

rip:
    service: Adbros\RemoteImageProcessor\Services\ThumborService('https://thumbor.url', 'securityKey')
    aliases:
        detail: '400x255'

Usage

<a href="{$imageUrl|image}">
    <img src="{$imageUrl|image:detail}" alt="">
</a>

About

This package will help you to implement cloud services such as thumbor and more.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages