PHP Classes

File: system/dependencies/kosinix/grafika/composer.json

Recommend this page to a friend!
  Classes of Dimitri Sitchet   dFramework   system/dependencies/kosinix/grafika/composer.json   Download  
File: system/dependencies/kosinix/grafika/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: dFramework
Framework to build PHP applications
Author: By
Last change:
Date: 4 years ago
Size: 527 bytes
 

Contents

Class file image Download
{ "name": "kosinix/grafika", "description": "An image manipulation library for PHP.", "keywords": ["grafika"], "homepage": "http://kosinix.github.io/grafika", "type": "library", "license": [ "MIT", "GPL-2.0+" ], "authors": [ { "name": "Nico Amarilla", "homepage": "https://www.kosinix.com" } ], "require": { "php": ">=5.3" }, "autoload": { "psr-4": { "Grafika\\": "src/Grafika" } } }