PHP Classes

File: img2img/PHP-Instagram-effects-master/composer.json

Recommend this page to a friend!
  Classes of Rafael Martin Soto   PHP Graph   img2img/PHP-Instagram-effects-master/composer.json   Download  
File: img2img/PHP-Instagram-effects-master/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Graph
Generate charts to display as images in Web pages
Author: By
Last change:
Date: 2 years ago
Size: 439 bytes
 

Contents

Class file image Download
{ "name": "zaachi/php-instagram-effects", "description": "PHP class for photo effects like Instagram", "license": "MIT", "authors": [ { "name": "Jiri Zachar", "email": "zaachi@gmail.com" }, { "name": "Dan Fuhry", "email": "dan@fuhry.com" } ], "require": { "ext-gd": "*" }, "autoload": { "psr-4": { "Zaachi\\": "src/" } } }