yii-imagemanager A toolkit for managing image in your application.

  1. Features
  2. Links
  3. Setup
  4. Requirements
  5. Changes

Latest Stable Version

I started this project to reduce the need for boilerplate code when working with images in my Yii applications. The goal was not to provide an user interface for image management but to wrap the powerful Imagine library using Yii's conventions. Imagine is one of the best image manipulation libraries for PHP and comes with a wide range of different image filters and supports all the major graphics libraries.

Features

  • A wide range of image filters such as crop, resize and thumbnail
  • Image presets with support for caching of generated images
  • Support for both server and client -side (through holder.js) placeholders
  • Storing of uploaded images in the database
  • Supports multiple graphics libraries including GD, Imagick and Gmagick
  • Application component that provides centralized access
  • Active record behavior to ease working with the API

Links

Setup

Installation instructions can be found here: https://github.com/Crisu83/yii-imagemanager/blob/master/README.md

NOTE I highly recommend that you use Composer to install this extension. If you decide to download it yourself you will need to setup my yii-filemanager and yii-extension extensions and the Imagine library yourself. It is a bit tricky but it should work out of the box if you change the values in ImageManager::$dependencies and FileManager::$dependencies to point to the correct paths.

Here's a great article on using Composer with Yii that my friend Tobias Munk wrote, it mainly targets his application-template, Phundament3, but you should get the idea: http://www.yiiframework.com/wiki/392/creating-yii-applications-with-composer/

Requirements

Changes

1.2 (September 1, 2013)
  • Initial public release
3 0
9 followers
1 681 downloads
Yii Version: Unknown
License: BSD-2-Clause
Category: File System
Developed by: Chris83
Created on: Sep 1, 2013
Last updated: 10 years ago

Downloads

show all

Related Extensions