2017 © Pedro Peláez
 

library laravel-phumbor

Laravel package adding support for the Phumbor PHP library for Thumbor.

image

ceejayoz/laravel-phumbor

Laravel package adding support for the Phumbor PHP library for Thumbor.

  • Wednesday, December 16, 2015
  • by ceejayoz
  • Repository
  • 1 Watchers
  • 11 Stars
  • 1,296 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 13 Forks
  • 2 Open issues
  • 2 Versions
  • 25 % Grown

The README.md

Phumbor for Laravel 4

This Laravel package adds support for the 99designs PHP interface to the globocom Thumbor thumbnail service., (*1)

Installation

Simply require the package in your composer.json file:, (*2)

"ceejayoz/laravel-phumbor": "dev-master"

Run composer install to download the package and have the autoloader updated., (*3)

Once installed, register the service provider with your Laravel application. Update the providers section of app/config/app.php:, (*4)

'providers' = array(
    // existing providers
    'Ceejayoz\LaravelPhumbor\LaravelPhumborServiceProvider',
);

and register the facade in the aliases section:, (*5)

'aliases' => array(
    // existing aliases
    'Phumbor' => 'Ceejayoz\LaravelPhumbor\Facades\Phumbor',
);

Now, publish the package's config file:, (*6)

php artisan config:publish ceejayoz/laravel-phumbor

which will publish the default configuration file to app/config/packages/ceejayoz/laravel-phumbor/config.php., (*7)

You should modify this file to reflect your Thumbor installation's URL and secret key., (*8)

Usage

The Phumbor facade exposes the API from the 99designs PHP interface., (*9)

For example:, (*10)

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

License

Licensed under the MIT license. See https://github.com/ceejayoz/laravel-phumbor/blob/master/LICENSE, (*11)

The Versions

16/12 2015

dev-master

9999999-dev https://github.com/lohiaad/laravel-phumbor

Laravel package adding support for the Phumbor PHP library for Thumbor.

  Sources   Download

MIT

The Requires

 

by Chris Sternal-Johnson

laravel thumbor phumbor

21/09 2013

0.1.0

0.1.0.0 https://github.com/ceejayoz/laravel-phumbor

Laravel package adding support for the Phumbor PHP library for Thumbor.

  Sources   Download

MIT

The Requires

 

by Chris Sternal-Johnson

laravel thumbor phumbor