PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Luciano Salvino   Custom Headlines   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: composer
Class: Custom Headlines
Render text headlines on the top of images
Author: By
Last change:
Date: 8 years ago
Size: 675 bytes
 

Contents

Class file image Download
{ "name": "lutian/CustomHeadlines", "type": "library", "description": "PHP class that add headlines to images with text and background color depending on the image color index of selected area", "keywords": ["images", "headlines", "text", "background", "PHP"], "homepage": "https://github.com/lutian/CustomHeadlines", "license": "MIT", "authors": [ { "name": "Luciano Salvino", "homepage": "https://plus.google.com/+LucianoSalvino", "role": "Developer / Freelancer" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-0": { "CustomHeadlines": "src" } } }