Skip to content

brainfoolong/php-svg-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP SVG Charts (Beta)

Generate SVG image charts in PHP with ease.

PHP SVG Charts Tests

Examples

Features

  • Different types of charts (suggest and help to integrate more)
  • RAW SVG output
  • PHP generation, no JS or Browser needed (Makes it easy to use cronjobs/automations)
  • Extremely customizable in output, design and data representation. Even add custom attributes so you can write your own frontend JS code to provide mouseover tooltips for example

Requirements

Basic PHP 8.1+ with no special extensions, runs everywhere where basic PHP can be installed.

Installation

composer require brainfoolong/svg-charts

Usage / Documentation

Just head to https://brainfoolong.github.io/php-svg-charts/

About

Generate SVG image charts to be able to use it in web and pdf at the same time.

Topics

Resources

License

Stars

Watchers

Forks