Skip to content

arielcr/image-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Image Cache Class Build Status

##Introduction Simple class to save external images to a cache folder. It also has the ability to resize proportionally to a width.

##Installation

Composer

This class is PSR-0 compliant and can be installed using composer. Simply add arielcr/image-cache to your composer.json file. Composer is the sane alternative to PEAR. It is excellent for managing dependancies in larger projects.

{
    "require": {
        "arielcr/image-cache": "dev-master"
    }
}

##Usage Usage is pretty straightforward. Simply call the function on the image src you want to cache.

<img src="<?php echo Image\Cache::get($image_url, $width); ?>"  >

Cached images will be on the /cache/images/ folder.

About

Image Cache Class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages