PHPackages                             slick/image-cache - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Caching](/categories/caching)
4. /
5. slick/image-cache

AbandonedLibrary[Caching](/categories/caching)

slick/image-cache
=================

Image cache library

v1.1.1(10y ago)0429MITPHP

Since Dec 31Pushed 10y ago1 watchersCompare

[ Source](https://github.com/slickframework/imageCahe)[ Packagist](https://packagist.org/packages/slick/image-cache)[ RSS](/packages/slick-image-cache/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (6)Used By (0)

Slick Image Cache
=================

[](#slick-image-cache)

Slick Image Cache is a simple library that can profile images and cache them on the file system. You can add filters to crop, resize for example.

**Features**

> - Cache image copies
> - Profiling images
> - Apply filters and transformations
> - An easy interface to add your own filters
> - Lightweight and simple!

**Installation**

To use Image Cache in your project just add the following line to your project’s `composer.json` file:

```
{
    "require": {
        "slick/ImageCache": "*",
        ...
    }
}

```

Then you need to run:

```
$ composer update

```

**Usage**

Create a definition array like this:

```
