wfriendly/jpgraph

jpGraph, library to make graphs and charts

v4.2.1 2018-07-31 01:05 UTC

This package is not auto-updated.

Last update: 2024-04-28 03:14:38 UTC


README

Version 4.2.0

  • Compatible PHP 7.1

Installation

edit : composer.json

{
    "repositories": [
        [...],
        {
            "type": "git",
            "url": "https://github.com/steelice/JpGraph.git"
        }
    ],
    "require": {
        [...]
        "steelice/JpGraph" : "4.2"
    }
}

JpGraph from http://jpgraph.net/

This is a port for Composer users to use JpGraph as a Vendor library

use JpGraph\JpGraph::load(); and JpGraph\JpGraph::module('moduleName'); to load required modules