endroid/image-placeholder-bundle

This package is abandoned and no longer maintained. The author suggests using the endroid/image-placeholder package instead.

Endroid Image Placeholder

2.0.4 2020-04-27 14:29 UTC

This package is not auto-updated.

Last update: 2023-11-07 13:15:33 UTC


README

By endroid

Latest Stable Version Build Status Total Downloads Monthly Downloads License

Provides a Twig filter that replaces empty or invalid URLs with a placeholder image from any of the registered image providers.

Installation

Use Composer to install the library.

$ composer require endroid/image-placeholder

Configuration

The default placeholder generation parameters can be overridden via the constructor arguments or service definition. All parameters are optional.

Usage

Placeholders are placed via a Twig filter that shows the placeholder image in case the service is activated and the given URL is empty or invalid.

<img src="{{ image_url|image_placeholder(200, 300) }}" />
<img src="{{ image_url|image_placeholder(200, 300, { provider: 'placehoff' }) }}" />

Providers

Currently the following providers are supported.

Versioning

Version numbers follow the MAJOR.MINOR.PATCH scheme. Backwards compatibility breaking changes will be kept to a minimum but be aware that these can occur. Lock your dependencies for production and test your code when upgrading.

License

This library is under the MIT license. For the full copyright and license information please view the LICENSE file that was distributed with this source code.