Download the PHP package fullpipe/image-bundle without Composer
On this page you can find all versions of the php package fullpipe/image-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download fullpipe/image-bundle
More information about fullpipe/image-bundle
Files in fullpipe/image-bundle
Download fullpipe/image-bundle
More information about fullpipe/image-bundle
Files in fullpipe/image-bundle
Vendor fullpipe
Package image-bundle
Short Description Simple image storage
License MIT
Homepage https://github.com/fullpipe/image-bundle
Package image-bundle
Short Description Simple image storage
License MIT
Homepage https://github.com/fullpipe/image-bundle
Keywords image
Please rate this library. Is it a good library?
Informations about the package image-bundle
About ImageBundle
Simple storage for images.
Installation
Add to your composer.json
:
And to AppKernel.php
:
Configuration
Usage
First you need to extend Fullpipe\ImageBundle\Entity\Image
by you own entity.
For example we have Acme\BannerBundle\Entity\Banner
and our entity
after this we need to update BannerType.php
that's all
Twig
To get web path to original image use web_path
twig filter.
<img src="{{ banner|web_path }}" />
-> /media/image/some_path.png
With LiipImagineBundle
Do not forget to use same data_root
directory
TODO
- tests
- model abstraction
All versions of image-bundle with dependencies
PHP Build Version
Package Version
The package fullpipe/image-bundle contains the following files
Loading the files please wait ....