Download the PHP package qgsafe/jpgraph without Composer
On this page you can find all versions of the php package qgsafe/jpgraph. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download qgsafe/jpgraph
More information about qgsafe/jpgraph
Files in qgsafe/jpgraph
Package jpgraph
Short Description JpGraph library composer package with PHP 8.2 support
License QPL-1.0
Homepage https://github.com/mitoteam/jpgraph
Informations about the package jpgraph
JpGraph library composer package with PHP 8.2 support
Current JpGraph library version: 4.4.1
PHP versions support: from 5.5 to 8.2. Original notes about PHP versions.
Usage with composer
This package is a helper to load original JpGraph library after declaring it as your dependency in composer.json:
Then you can load library from anywhere in your code:
You can call MtJpGraph::load()
method as many times as you need everywhere in your code. Internally it checks if library or module was already loaded and does not load it another time.
Usage without composer
Download latest version archive from Releases page and unpack it.
Version numbers
We started with version 4.3.5 as latest available library version in time we started. But we need to make some patches to original library (for example to support latest PHP versions). So we had to switch to own version numbers to be able to release updates.
At 2022-02-25 we decided to switch to version number 10.0.0 to leave some margin in numbering from original library v4.3.5.
Current version numbers:
- Version 10.2.x of this package is latest version of JpGraph library with php 8.2 compatibility patches (latest code in "main" branch).
- Version 4.4.x of this package provides latest version of original JpGraph library as-is without any compatibility patches (latest code in "original" branch).
All changes to the original library can be examined as difference between main and original branches.
Links
- Original JpGraph website: https://jpgraph.net
- Documentation: https://jpgraph.net/doc/
- Examples: https://jpgraph.net/features/gallery.php