astrotomic/php-weserv-images

A fluent URL generator for images.weserv.nl

1.1.0 2023-09-04 09:13 UTC

This package is auto-updated.

Last update: 2024-03-04 10:15:01 UTC


README

Latest Version MIT License Offset Earth Larabelles

GitHub Workflow Status StyleCI Total Downloads

This package provides a fluent PHP OOP builder for images.weserv.nl.

Installation

You can install the package via composer:

composer require astrotomic/php-weserv-images

Usage

use Astrotomic\Weserv\Images\Url;
use Astrotomic\Weserv\Images\Enums\Fit;

$url = new Url('https://images.weserv.nl/lichtenstein.jpg');
$url->w(512)->h(512)->we()->fit(Fit::INSIDE);

echo $url;
// https://images.weserv.nl/?w=512&h=512&we=1&fit=inside&url=https%3A%2F%2Fimages.weserv.nl%2Flichtenstein.jpg

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details. You could also be interested in CODE OF CONDUCT.

Security

If you discover any security related issues, please check SECURITY for steps to report it.

Credits

License

The MIT License (MIT). Please see License File for more information.

Treeware

You're free to use this package, but if it makes it to your production environment I would highly appreciate you buying the world a tree.

It’s now common knowledge that one of the best tools to tackle the climate crisis and keep our temperatures from rising above 1.5C is to plant trees. If you contribute to my forest you’ll be creating employment for local families and restoring wildlife habitats.

You can buy trees at offset.earth/treeware

Read more about Treeware at treeware.earth