Skip to content

MarkitMedical/php-d3-lib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-d3-lib

A PHP Library for implementing d3.js functionality.

Master Branch is latest stable release. The current development branch is releases/v1.2 This is still very early stage.

How it works This PHP library was created to make it easier for PHP devs to quickly spin up a chart with minimal effort and little to no interaction with the actual javascript.

Simply put, this library creates the d3.js javascript for you based on your PHP inputs into the D3 class.

Examples

See Simple Pie Chart (live) or view the code on github here.

See Simple Bar Graph (live) or view the code on github here.

See Dual Scale Bar Graph (live) or view the code on github here.

See Simple Line Graph (live) or view the code on github here.

Additional Info

Feel free to fork this project and make some cool stuff with it. It is still early stage but I welcome help from the dev community both on the d3.js side and the PHP side.

For updates and/or other stuff to check out, visit my blog.

About

Library for implementing d3.js functionality via PHP class

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 53.9%
  • PHP 46.1%