Skip to content

nonggiatu/ci-tinypng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

#CI-TinyPNG This is a CodeIgniter library wrapper for TinyPNG API

Installation

Clone this repo and copy all files to the application/libraries folder

Run composer to get Tinify

composer install

Usage

Load the TinyPNG library with your TinyPNG Api key

$this->load->library('tinypng', $YOUR_API_KEY);

Tinify the image using tinify_image function from the library

$this->tinypng->tinify_image($image_full_path)

About

CodeIgniter library for TinyPNG API (Tinify)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages