Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vslinko/imageplaceholderbundle

Symfony2 Bundle which generate placeholder image like http://www.placehold.it
https://github.com/vslinko/imageplaceholderbundle

Last synced: 22 days ago
JSON representation

Symfony2 Bundle which generate placeholder image like http://www.placehold.it

Awesome Lists containing this project

README

        

# RithisImagePlaceholderBundle

Symfony2 Bundle which generate placeholder image like http://www.placehold.it

## Installation

Run this command in your project directory:

``` bash
$ composer.phar require rithis/image-placeholder-bundle:@dev
```

After that enable bundle in the kernel:

``` php