{
"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" }
}
}
|