PHPackages                             jwadin/imgix-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Image &amp; Media](/categories/media)
4. /
5. jwadin/imgix-bundle

ActiveSymfony-bundle[Image &amp; Media](/categories/media)

jwadin/imgix-bundle
===================

Integration of the imgix library into Symfony 4+ &amp; PHP 7.1+

4.0.0(6y ago)011[2 PRs](https://github.com/jwadin/ImgixBundle/pulls)MITPHPPHP ^7.1

Since Dec 17Pushed 4y agoCompare

[ Source](https://github.com/jwadin/ImgixBundle)[ Packagist](https://packagist.org/packages/jwadin/imgix-bundle)[ RSS](/packages/jwadin-imgix-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (2)Versions (9)Used By (0)

TacticmediaImgixBundle
======================

[](#tacticmediaimgixbundle)

Integration of the imgix library into Symfony.

Installation
------------

[](#installation)

The best way to install this bundle is by using [Composer](http://getcomposer.org).

For Symfony 2.x run:

```
$ php composer.phar require tacticmedia/imgix-bundle ~1.0
```

For Symfony 3.4+ run:

```
$ php composer.phar require tacticmedia/imgix-bundle ~2.0
```

For Symfony 4+ run:

```
$ php composer.phar require tacticmedia/imgix-bundle ~3.0
```

For Symfony 4+ with PHP 7.1 run:

```
$ php composer.phar require tacticmedia/imgix-bundle ^4.0
```

Then, enable the bundle:

```
