rulin132/jpgraph

jpGraph, library to make graphs and charts

Maintainers

Package info

github.com/rulin132/JpGraph

Homepage

Language:HTML

pkg:composer/rulin132/jpgraph

Transparency log

Statistics

Installs: 69 858

Dependents: 1

Suggesters: 0

Stars: 2

v4.4.3-p3 2026-07-21 16:20 UTC

README

JpGraph is an Object-Oriented graph-creating library for PHP 5 (>=5.1) and PHP 7.0. The library is completely written in PHP and ready to be used in any PHP scripts (both CGI/APXS/CLI versions of PHP are supported).

This is the unofficial loader, originally forked from ztec for Composer, from http://jpgraph.net/. I'll try my best to update this repository as soon as updates come out.

Version 4.4.3

  • Updated to upstream JpGraph 4.4.3 (improved PHP 8 compatibility)
  • Re-applied local patches: libgd 2.3 empty-text guards and imageantialias() error suppression

Version 4.3.5

  • Updated to upstream JpGraph 4.3.5 (22 Oct 2021)
  • Short-term fix for a bug introduced by libgd 2.3
  • Suppress the problematic "missing imageantialias()" error on affected GD builds

Version 4.3.0

  • Support PHP 7.4

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.