Graph-PHP
graph bars, histograms, graph lines, scratter, marks
V 1.0.0
CREATE GRAPHS IN PHP:
You can create graphs with bars, graphs lines with marks, graphs with background images, histograms, ....
SCREENSHOTS:
Nice line graph display with markers
Graph Bars & lines
Nice line graph
REQUERIMENTS:
Requires packages:
img2img (https://github.com/vivesweb/img2img)
ext-op-ml-php (https://github.com/vivesweb/ext_op_ml)
Requires DeJaVu Fonts: (https://travis-ci.org/dejavu-fonts/dejavu-fonts)
-
A minimum (minimum, minimum, minimum requeriments is needed). Tested on:
-
Simple Raspberry pi (B + 512MB 700 MHz ARM11) with Raspbian Lite PHP7.3 (i love this gadgets)
😍 -
VirtualBox Ubuntu Server 20.04.2 LTS (Focal Fossa) with PHP7.4.3
-
Red Hat Enterprise Linux Server release 6.10 (Santiago) PHP Version 7.3.25 (Production Server) 512Mb Memory Limit
-
Red Hat Enterprise Linux release 8.4 (Ootpa). PHP Version 8.0.11 (Production Server) 512Mb Memory Limit
-
FILES:
graph-php.class.php -> Main File.
example.php -> Example File.
INSTALLATION:
A lot of easy
require_once( 'graph-php.class.php' );
RESUME OF METHODS:
- CREATE GRAPH OBJECT:
$graph = new graph();
Of course. You can use it freely
By Rafa.
@author Rafael Martin Soto
@author {@link http://www.inatica.com/ Inatica}
@blog {@link https://rafamartin10.blogspot.com/ Rafael Martin's Blog}
@since October 2021
@version 1.0.0
@license GNU General Public License v3.0