Skip to content

PHP client for resized.co - the on-demand image resizing service.

License

Notifications You must be signed in to change notification settings

square1-io/resized-php

Repository files navigation

Resized

This is the PHP client for resized.co, a realtime image resize manipulation service.

Install

Via Composer

$ composer require square1/resized

Usage

    //Initialize and authenticate
    $resized = new \Square1\Resized\Resized('key', 'secret');

    //Override host if applicable
    $resized->setHost('https://img.resized.co');

    //Set the default failover image
    $resized->setDefaultImage('http:/www.example.com/no-image.jpg');

    //Set default options
    $resized->setDefaultOptions(['quality' => 100]);

    //Process image resize with the parameters: ($url, $width, $height, $title)
    $img = $resized->process('http://www.example.com/some-image.jpg', '100', '100', 'This is a title');

Testing

$ composer test

License

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

About

PHP client for resized.co - the on-demand image resizing service.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages