Skip to content
This repository has been archived by the owner on Jun 10, 2019. It is now read-only.

Latest commit

 

History

History
29 lines (23 loc) · 648 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 648 Bytes

Librairie JpGraph IK

Version 4.0.3

Installation

fichier : composer.json

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

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