PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Luciano Salvino   PHP PDF Line Chart   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP PDF Line Chart
Generate line charts to compare data in PDF
Author: By
Last change:
Date: 8 years ago
Size: 690 bytes
 

Contents

Class file image Download
{ "name": "lutian/PHP2PDFGraphCompare", "type": "library", "description": "PHP2PDFGraphCompare is a PHP class that create PDF file with line graph comparatives like google analytics. FPDF class extended", "keywords": ["PDF", "Graphics", "Analytics", "Charts", "PHP"], "homepage": "https://github.com/lutian/PHP2PDFGraphCompare", "license": "MIT", "authors": [ { "name": "Luciano Salvino", "homepage": "https://plus.google.com/+LucianoSalvino", "role": "Developer / Freelancer" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-0": { "PHP2PDFGraphCompare": "src" } } }