app-zap/phpframework-placeimg

There is no license information available for the latest version (0.0.1) of this package.

0.0.1 2014-09-17 13:25 UTC

This package is auto-updated.

Last update: 2024-03-29 02:50:16 UTC


README

This package is intended to be used with the PHPFramework.

What it does

It provides a function that returns HTML placeholder image tags and is built to be used as twig function.

How to use

Use {{ placeimg(300, 200) }} in your twig templates and will get a ready-to-use img tag (e.g. <img src="http://lorempixel.com/300/200" />) with a dummy image.

Optionally you can provide additional attributes as a third parameter: {{ placeimg(300, 200, 'class="mainimage"')}}.

Example:

687474703a2f2f6c6f72656d706978656c2e636f6d2f3330302f323030

You just want an image url? Try {{ placeimg_url(300, 200) }}!

Configuration

Via settings.ini you can choose between different image placeholder providers.

[application]
placeimg_provider = "placebear"

The following providers are supported at the moment:

Disclaimer

Please notice that I don't run these providers and there's no guarantee that they will be available for ever.

If you notice that one of these providers is offline very frequently -or even for ever- please open an issue.

If you know a provider that's missing please open an issue.