rulin132 / jpgraph
jpGraph, library to make graphs and charts
v4.4.3-p3
2026-07-21 16:20 UTC
Requires
- php: >=7.0
- ext-gd: *
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
- 4.x-dev
- v4.4.3-p3
- v4.4.3-p2
- v4.3.5-p2
- v4.3.5-p1
- v4.3.5
- v4.3.4
- v4.3.3
- v4.3.2
- v4.3.1-p2
- v4.3.1-p1
- v4.3.1
- v4.3.0-p2
- v4.3.0-p1
- v4.3.0
- 4.2.x-dev
- v4.2.10-p3
- 4.2.10-p2
- v4.2.10-p1
- v4.2.10
- v4.2.9-p1
- v4.2.9
- v4.2.8-p1
- v4.2.8
- v4.2.7-p1
- v4.2.7
- v4.2.6-p1
- v4.2.6
- v4.2.5-p1
- v4.2.5
- 4.2.4
- v4.2.3
- 4.2.0
- 4.0.2
- 3.5.0-beta-1
- dev-copilot/explain-repository-structure
- dev-copilot/explore-codebase-implementation-plan
- dev-copilot/review-session-history
- dev-claude/report-update-y3ai5f
- dev-master
This package is auto-updated.
Last update: 2026-08-21 16:29:48 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.