2017 © Pedro Peláez
 

library phumbor

A minimal Thumbor library for PHP

image

99designs/phumbor

A minimal Thumbor library for PHP

  • Monday, January 23, 2017
  • by harto
  • Repository
  • 54 Watchers
  • 81 Stars
  • 494,267 Installations
  • PHP
  • 8 Dependents
  • 0 Suggesters
  • 29 Forks
  • 4 Open issues
  • 14 Versions
  • 6 % Grown

The README.md

Phumbor

A minimal PHP client for generating Thumbor URLs., (*1)

Build Status, (*2)

Usage

You construct a Thumbor\Url using a Thumbor\Url\Builder:, (*3)

$server = 'http://thumbor.example.com:1234';
$secret = 'my-secret-key';

echo Thumbor\Url\Builder::construct($server, $secret, 'http://images.example.com/llamas.jpg')
    ->fitIn(640, 480)
    ->addFilter('fill', 'green');

// => http://thumbor.example.com:1234/OFDRoURwi9WVbZNfeOJVfIKr1Js=/fit-in/640x480/filters:fill(green)/http://images/example.com/llamas.jpg

To reuse your server/secret combination, create a Thumbor\Url\BuilderFactory:, (*4)

$thumbnailUrlFactory = Thumbor\Url\BuilderFactory::construct($server, $secret);

echo $thumbnailUrlFactory
    ->url('http://images.example.com/llamas.jpg')
    ->fitIn(640, 480)
    ->addFilter('fill', 'green');

echo $thumbnailUrlFactory
    ->url('http://images.example.com/butts.png')
    ->crop(20, 20, 300, 300)
    ->valign('middle');

// etc

Installation

Add 99designs/phumbor as a dependency in composer.json., (*5)

A Laravel 4 package and a Symfony2 Bundle are also available., (*6)

License

MIT; see LICENSE, (*7)

The Versions

23/01 2017

dev-master

9999999-dev https://github.com/99designs/phumbor

A minimal Thumbor library for PHP

  Sources   Download

MIT

The Development Requires

by Stuart Campbell

php 99designs thumbnails thumbor

23/01 2017

1.2.2

1.2.2.0 https://github.com/99designs/phumbor

A minimal Thumbor library for PHP

  Sources   Download

MIT

The Development Requires

by Stuart Campbell

php 99designs thumbnails thumbor

23/01 2017

dev-cloneable-url-builder

dev-cloneable-url-builder https://github.com/99designs/phumbor

A minimal Thumbor library for PHP

  Sources   Download

MIT

The Development Requires

by Stuart Campbell

php 99designs thumbnails thumbor

24/08 2016

1.2.1

1.2.1.0 https://github.com/99designs/phumbor

A minimal Thumbor library for PHP

  Sources   Download

MIT

The Development Requires

by Stuart Campbell

php 99designs thumbnails thumbor

05/10 2015

1.2.0

1.2.0.0 https://github.com/99designs/phumbor

A minimal Thumbor library for PHP

  Sources   Download

MIT

The Development Requires

by Stuart Campbell

php 99designs thumbnails thumbor

06/04 2015

1.1.0

1.1.0.0 https://github.com/99designs/phumbor

A minimal Thumbor library for PHP

  Sources   Download

MIT

The Development Requires

by Stuart Campbell

php 99designs thumbnails thumbor

24/03 2015

1.0.2

1.0.2.0 https://github.com/99designs/phumbor

A minimal Thumbor library for PHP

  Sources   Download

MIT

The Development Requires

by Stuart Campbell

php 99designs thumbnails thumbor

12/12 2014

1.0.1

1.0.1.0 https://github.com/99designs/phumbor

A minimal Thumbor library for PHP

  Sources   Download

MIT

The Development Requires

by Stuart Campbell

php 99designs thumbnails thumbor

09/10 2014

dev-fix-urlencoding

dev-fix-urlencoding https://github.com/99designs/phumbor

A minimal Thumbor library for PHP

  Sources   Download

MIT

The Development Requires

by Stuart Campbell

php 99designs thumbnails thumbor

12/04 2014

1.0.0

1.0.0.0 https://github.com/99designs/phumbor

A minimal Thumbor library for PHP

  Sources   Download

MIT

The Development Requires

by Stuart Campbell

php 99designs thumbnails thumbor

29/01 2014

0.1.3

0.1.3.0 https://github.com/99designs/phumbor

A minimal Thumbor library for PHP

  Sources   Download

MIT

The Development Requires

by Stuart Campbell

php 99designs thumbnails thumbor

23/12 2013

0.1.2

0.1.2.0 https://github.com/99designs/phumbor

A minimal Thumbor library for PHP

  Sources   Download

MIT

The Development Requires

by Stuart Campbell

php 99designs thumbnails thumbor

19/11 2013

0.1.1

0.1.1.0 https://github.com/99designs/phumbor

A minimal Thumbor library for PHP

  Sources   Download

MIT

The Development Requires

by Stuart Campbell

php 99designs thumbnails thumbor

27/05 2013

0.1.0

0.1.0.0 https://github.com/99designs/phumbor

A minimal Thumbor library for PHP

  Sources   Download

MIT

The Development Requires

by Stuart Campbell

php 99designs thumbnails thumbor