PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ahmed Saad   SAAD Image   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: SAAD Image
Laravel service provider to create image thumbnail
Author: By
Last change:
Date: 6 years ago
Size: 715 bytes
 

Contents

Class file image Download
{ "name": "saad/image", "description": "This Package to deal with images crop, resize, write text, integrate with Eloquent Model to get and save inmages and creating thumbnails'", "type": "library", "keywords": ["laravel", "image"], "license": "MIT", "authors": [ { "name": "Ahmed Saad", "email": "a7mad.sa3d.2014@gmail.com" } ], "minimum-stability": "dev", "require": { "php": ">=7.0.0" }, "autoload": { "psr-4": { "Saad\\Image\\": "src" } }, "extra": { "laravel": { "providers": [ "Saad\\Image\\ImageServiceProvider" ] } } }