https://github.com/ingalabs/image-bundle
Symfony bundle for images
https://github.com/ingalabs/image-bundle
bundle image-processing php symfony symfony-bundle
Last synced: about 1 month ago
JSON representation
Symfony bundle for images
- Host: GitHub
- URL: https://github.com/ingalabs/image-bundle
- Owner: ingalabs
- License: mit
- Created: 2017-03-03T14:52:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-12-25T11:55:29.000Z (over 6 years ago)
- Last Synced: 2025-04-23T15:17:15.677Z (about 1 year ago)
- Topics: bundle, image-processing, php, symfony, symfony-bundle
- Language: PHP
- Size: 1.81 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Image bundle
============
[](https://travis-ci.org/ingalabs/image-bundle) [](https://coveralls.io/github/ingalabs/image-bundle?branch=master) [](https://packagist.org/packages/ingalabs/image-bundle) [](https://packagist.org/packages/ingalabs/image-bundle) [](https://packagist.org/packages/ingalabs/image-bundle)
Image serving bundle.
Installation
------------
### Step 1: Download the Bundle
Open a command console, enter your project directory and execute the
following command to download the latest stable version of this bundle:
```bash
$ composer require inagalabs/image-bundle
```
This command requires you to have Composer installed globally, as explained
in the [installation chapter](https://getcomposer.org/doc/00-intro.md)
of the Composer documentation.
### Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the `app/AppKernel.php` file of your project:
```php