msc/instaresize

PHP image resize for instagram

Installs: 438

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/msc/instaresize

dev-master 2018-07-10 13:20 UTC

This package is not auto-updated.

Last update: 2025-09-24 21:20:09 UTC


README

quick and easy image resizing class for instagram.

Setup

composer require msc/instaresize dev-master

or

"require": {
	"msc/instaresize": "dev-master"
},

Usage

use MSC\Instaresize\Resize;

$resize = new Resize();

$photo = 'your image path';

echo $resize->check($photo);