Download the PHP package vysokeskoly/image-bundle without Composer
On this page you can find all versions of the php package vysokeskoly/image-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vysokeskoly/image-bundle
More information about vysokeskoly/image-bundle
Files in vysokeskoly/image-bundle
Download vysokeskoly/image-bundle
More information about vysokeskoly/image-bundle
Files in vysokeskoly/image-bundle
Vendor vysokeskoly
Package image-bundle
Short Description Bundle for loading and generating images
License
Package image-bundle
Short Description Bundle for loading and generating images
License
Please rate this library. Is it a good library?
Informations about the package image-bundle
Image Bundle
Changelog
See CHANGELOG.md.
Installation
Step 1
Download using composer
"require": {
"vysokeskoly/image-bundle" : "^5.0"
},
Step 2
Add VysokeSkolyImageBundle bundle to AppKernel to list of loaded bundles.
Step 3
Configure required parameters for this bundle.
Implementation of ImageRepositoryInterface
- for example class
My\ImageRepository
implementsImageRepositoryInterface
- its Autowired, so you do not have to specify it explicitly
config.yml
# EDU ImageBundle
vysoke_skoly_image:
image_formats:
preview1x:
width: 260
height: 175
preview2x:
width: 520
height: 350
cropped:
width: 100
height: 100
crop:
x: 20
y: 20
x2: 120
y2: 120
cropped2:
width: 100
height: 100
crop:
x: 20
y: 20
width: 100
height: 100
# [OPTIONAL]
services:
app.repository.image:
class: My\ImageRepository
All versions of image-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
ext-curl Version *
ext-mbstring Version *
beberlei/assert Version ^3.0
imagine/imagine Version ^1.3
sensio/framework-extra-bundle Version ^5.0 || ^6.0
symfony/config Version ^5.0 || ^6.0
symfony/dependency-injection Version ^5.0 || ^6.0
symfony/http-foundation Version ^5.0 || ^6.0
symfony/http-kernel Version ^5.0 || ^6.0
symfony/options-resolver Version ^5.0 || ^6.0
ext-curl Version *
ext-mbstring Version *
beberlei/assert Version ^3.0
imagine/imagine Version ^1.3
sensio/framework-extra-bundle Version ^5.0 || ^6.0
symfony/config Version ^5.0 || ^6.0
symfony/dependency-injection Version ^5.0 || ^6.0
symfony/http-foundation Version ^5.0 || ^6.0
symfony/http-kernel Version ^5.0 || ^6.0
symfony/options-resolver Version ^5.0 || ^6.0
The package vysokeskoly/image-bundle contains the following files
Loading the files please wait ....