codyben/simple-php-charts

There is no license information available for the latest version (dev-master) of this package.

Pure PHP chart generator

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 1

Open Issues: 0

Type:project

pkg:composer/codyben/simple-php-charts

dev-master 2019-07-21 15:24 UTC

This package is auto-updated.

Last update: 2025-11-22 05:27:29 UTC


README

Ever just needed to generate a chart on the fly? Didn't feel like using GCharts or another charting library? Feeling really minimalistic?

Simple PHP Charts is for you!

  • Just 1 class.
  • Graph as many data points as your heart desires.
  • Make a graph so obnoxious with different colors, nobody will notice how minimalistic it is!

Generating a chart

- view **example.php**.

Dependencies

- PHP7+
- PHP-gd

Example Outputs

- View **examples/** in the repo.

Changelog

- Bundled code into a class.
- Fixed some minor bugs.
- Stylistic changes.