PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Joseluis Laso   PHP Stats Graphs   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Stats Graphs
Generate SVG charts from sample data
Author: By
Last change:
Date: 7 years ago
Size: 779 bytes
 

Contents

Class file image Download
{ "name": "jlaso/simple-stats", "description": "A simple system to log events in your PHP app", "keywords": ["log", "events", "stats"], "homepage": "https://github.com/jlaso/simple-stats", "type": "library", "license": "MIT", "authors": [ { "name": "Joseluis Laso", "role": "Developer" } ], "require": { "php": ">=5.3.9", "goat1000/svggraph": "^2.23", "symfony/yaml": "2.*", "twig/twig": "~1.0" }, "require-dev": { "phpunit/phpunit": "~4.0", "symfony/console": "2.4.1", "mockery/mockery": "0.9.1" }, "autoload": { "psr-4": { "JLaso\\SimpleStats\\": "src/" } }, "minimum-stability": "dev" }