2017 © Pedro Peláez
 

library svggraph

Generates SVG graphs

image

goat1000/svggraph

Generates SVG graphs

  • Monday, July 23, 2018
  • by goat1000
  • Repository
  • 5 Watchers
  • 23 Stars
  • 79,676 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 12 Forks
  • 4 Open issues
  • 19 Versions
  • 5 % Grown

The README.md

SVGGraph PHP SVG graph library

SVGGraph generates a variety of graphs in SVG format. For examples, documentation, etc. please see: http://www.goat1000.com/svggraph.php, (*1)

This library is released under LGPL-3.0., (*2)

Example usage:, (*3)

<?php
// if you are using composer you can skip this
require 'svggraph/autoloader.php';

// set some options
$options = [
  'graph_title' => 'A simple graph',
  'bar_space' => 20,
];

// set up an array of values
$values = [ 100, 200, 140, 130, 160, 150 ];

// use full namespace to get SVGGraph instance
$graph = new Goat1000\SVGGraph\SVGGraph(600, 400, $options);

// assign the values
$graph->values($values);

// render a bar graph
$graph->render('BarGraph');

The Versions

23/07 2018

dev-master

9999999-dev http://www.goat1000.com/svggraph.php

Generates SVG graphs

  Sources   Download

LGPL-3.0

The Requires

  • php >=5.2.0
  • lib-pcre *

 

23/07 2018

2.28.0

2.28.0.0 http://www.goat1000.com/svggraph.php

Generates SVG graphs

  Sources   Download

LGPL-3.0

The Requires

  • php >=5.2.0
  • lib-pcre *

 

29/03 2018

2.27.0

2.27.0.0 http://www.goat1000.com/svggraph.php

Generates SVG graphs

  Sources   Download

LGPL-3.0

The Requires

  • php >=5.2.0
  • lib-pcre *

 

11/01 2018

2.26.0

2.26.0.0 http://www.goat1000.com/svggraph.php

Generates SVG graphs

  Sources   Download

LGPL-3.0

The Requires

  • php >=5.2.0
  • lib-pcre *

 

13/10 2017

2.25.0

2.25.0.0 http://www.goat1000.com/svggraph.php

Generates SVG graphs

  Sources   Download

LGPL-3.0

The Requires

  • php >=5.2.0
  • lib-pcre *

 

21/08 2017

2.24.1

2.24.1.0 http://www.goat1000.com/svggraph.php

Generates SVG graphs

  Sources   Download

LGPL-3.0

The Requires

  • php >=5.2.0
  • lib-pcre *

 

31/01 2017

2.24.0

2.24.0.0 http://www.goat1000.com/svggraph.php

Generates SVG graphs

  Sources   Download

LGPL-3.0

The Requires

  • php >=5.2.0
  • lib-pcre *

 

03/08 2016

2.23.1

2.23.1.0 http://www.goat1000.com/svggraph.php

Generates SVG graphs

  Sources   Download

LGPL-3.0

The Requires

  • php >=5.2.0
  • lib-pcre *

 

22/06 2016

2.23.0

2.23.0.0 http://www.goat1000.com/svggraph.php

Generates SVG graphs

  Sources   Download

LGPL-3.0

The Requires

  • php >=5.2.0
  • lib-pcre *

 

05/05 2016

2.22.0

2.22.0.0 http://www.goat1000.com/svggraph.php

Generates SVG graphs

  Sources   Download

LGPL-3.0

The Requires

  • php >=5.2.0
  • lib-pcre *

 

20/03 2016

2.21.0

2.21.0.0 http://www.goat1000.com/svggraph.php

Generates SVG graphs

  Sources   Download

LGPL-3.0

The Requires

  • php >=5.2.0
  • lib-pcre *

 

19/01 2016

2.20.1

2.20.1.0 http://www.goat1000.com/svggraph.php

Generates SVG graphs

  Sources   Download

LGPL-3.0

The Requires

  • php >=5.2.0
  • lib-pcre *

 

08/12 2015

2.20.0

2.20.0.0 http://www.goat1000.com/svggraph.php

Generates SVG graphs

  Sources   Download

LGPL-3.0

The Requires

  • php >=5.2.0
  • lib-pcre *

 

21/08 2015

2.19.1

2.19.1.0 http://www.goat1000.com/svggraph.php

Generates SVG graphs

  Sources   Download

LGPL-3.0

The Requires

  • php >=5.2.0
  • lib-pcre *

 

17/08 2015

2.19.1-beta

2.19.1.0-beta http://www.goat1000.com/svggraph.php

Generates SVG graphs

  Sources   Download

LGPL-3.0

The Requires

  • php >=5.2.0
  • lib-pcre *

 

17/07 2015

2.19.0

2.19.0.0 http://www.goat1000.com/svggraph.php

Generates SVG graphs

  Sources   Download

LGPL-3.0

The Requires

  • php >=5.2.0
  • lib-pcre *

 

15/07 2015

2.19.0-beta.2

2.19.0.0-beta2 http://www.goat1000.com/svggraph.php

Generates SVG graphs

  Sources   Download

LGPL-3.0

The Requires

  • php >=5.2.0
  • lib-pcre *

 

09/07 2015

2.19.0-beta

2.19.0.0-beta http://www.goat1000.com/svggraph.php

Generates SVG graphs

  Sources   Download

LGPL-3.0

The Requires

  • php >=5.2.0
  • lib-pcre *

 

03/07 2015

2.19.0-alpha

2.19.0.0-alpha http://www.goat1000.com/svggraph.php

Generates SVG graphs

  Sources   Download

LGPL-3.0

The Requires

  • php >=5.2.0
  • lib-pcre *