2017 © Pedro Peláez
 

library laravel-tinify

Laravel Facade for tinify API

image

marvinosswald/laravel-tinify

Laravel Facade for tinify API

  • Monday, June 13, 2016
  • by marvinosswald
  • Repository
  • 2 Watchers
  • 8 Stars
  • 1,556 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 9 % Grown

The README.md

laravel-tinify

This package provides integration with the Tinify a.k.a TinyPNG API., (*1)

The package simply provides a Tinify facade that acts as a wrapper to the tinify/tinfiy-php, (*2)

Installation

Install via composer by adding the following to your composer.json:, (*3)

    ...
    "require": {
        "marvinosswald/laravel-tinify": "~1.0"
    }
    ...

Add service provider to config/app.php:, (*4)

    ...
    marvinosswald\LaravelTinify\LaravelTinifyServiceProvider::class
    ...

Add alias to config/app.php:, (*5)

    ...
    'Tinify' => marvinosswald\LaravelTinify\Facades\Tinify::class
    ...

Configuration

Set a env variable "TINIFY_APIKEY" with your issued apikey, (*6)

This package is available under the MIT license., (*7)

The Versions

13/06 2016

dev-master

9999999-dev

Laravel Facade for tinify API

  Sources   Download

MIT

The Requires

 

by Avatar marvinosswald

tinypng tinify

13/06 2016

1.0.1

1.0.1.0

Laravel Facade for tinify API

  Sources   Download

MIT

The Requires

 

by Avatar marvinosswald

tinypng tinify

31/05 2016

1.0.0

1.0.0.0

Laravel Facade for tinify API

  Sources   Download

MIT

The Requires

 

by Avatar marvinosswald

tinypng tinify