Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vslinko/imageplaceholderbundle
- Owner: vslinko
- License: mit
- Created: 2012-09-18T14:04:31.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-08T14:21:44.000Z (about 12 years ago)
- Last Synced: 2024-09-21T00:33:01.502Z (about 2 months ago)
- Language: PHP
- Size: 131 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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