wfriendly/jpgraph

jpGraph, library to make graphs and charts

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Language:HTML

pkg:composer/wfriendly/jpgraph

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

This package is not auto-updated.

Last update: 2025-12-21 12:09:43 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