PHP Classes

File: example/public/README.md

Recommend this page to a friend!
  Classes of Lucas de Oliveira   FusionCharts PHP Class API   example/public/README.md   Download  
File: example/public/README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: FusionCharts PHP Class API
Generate graphical charts using FusionCharts API
Author: By
Last change:
Date: 7 years ago
Size: 474 bytes
 

Contents

Class file image Download

How to run the example

  • `git clone https://github.com/deoliveiralucas/fusion-charts-api.git`
  • `cd fusion-charts-api`
  • `composer install`
  • Download the FusionCharts Javascript library on the oficial website and add the files fusioncharts.charts.js and fusioncharts.js to the example/public/js/ folder.
  • `php -S localhost:8888 -t example/public`
  • Access http://localhost:8888 in your browser