Skip to content

app-zap/PHPFrameworkPlaceImg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PlaceImg - Libary for image placeholders

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:

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages