PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ujah Chigozie peter   Nano PHP Image Resize   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Nano PHP Image Resize
Resize local or remote images
Author: By
Last change: Update composer.json
Date: 3 months ago
Size: 684 bytes
 

Contents

Class file image Download
{ "name": "peterujah/nano-image", "type": "library", "description": "NanoImage is a simple php image resize class.", "keywords": ["image", "image-lib", "php image", "php", "edit image"], "license": "MIT", "authors": [ { "name": "Ujah Chigozie", "email": "ujahchigozie@gmail.com" } ], "require": { "php": "^7.0 || ^8.0", "ext-mbstring": "*", "ext-exif": "*" }, "autoload": { "psr-4": { "Peterujah\\NanoBlock\\": "src/" } }, "extra": { "branch-alias": { "dev-master": "1.2-dev" } }, "prefer-stable": true }