Download the PHP package mikepsinn/php-highcharts-exporter without Composer
On this page you can find all versions of the php package mikepsinn/php-highcharts-exporter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mikepsinn/php-highcharts-exporter
More information about mikepsinn/php-highcharts-exporter
Files in mikepsinn/php-highcharts-exporter
Download mikepsinn/php-highcharts-exporter
More information about mikepsinn/php-highcharts-exporter
Files in mikepsinn/php-highcharts-exporter
Vendor mikepsinn
Package php-highcharts-exporter
Short Description Export highcharts from PHP without running the NodeJS export server
License MIT
Package php-highcharts-exporter
Short Description Export highcharts from PHP without running the NodeJS export server
License MIT
Keywords highchartshighcharts-export-server
Please rate this library. Is it a good library?
Informations about the package php-highcharts-exporter
php-highcharts-exporter
Generate Charts on Server Side using Highcharts without NodeJS
Install
Via Composer
Add the following post-install-cmd to your composer.json
file so that phantomjs is executable
Usage
Testing
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Mike P. Sinn
- All Contributors
- PhantomJS (phantomjs.org) is a headless WebKit scriptable with JavaScript.
- Highcharts JS (highcharts.com) is a JavaScript charting library based on SVG, with fallbacks to VML and canvas for old browsers.
License
The MIT License (MIT). Please see License File for more information.
Development Notes
Test to Make Sure it Works With Known Good Options File
- cd
&& ./phantomjs highcharts-convert.js -infile test-options.json -constr Chart -outfile images/test.png
Basic Command Line Test
- ./phantomjs highcharts-convert.js -infile test-basic-line.json -constr Chart -outfile images/basic-line.png
Command Line Usage
- Save your highchart config to images/options.json
- cd
&& ./phantomjs highcharts-convert.js -infile images/options.json -constr Chart -outfile images/test.png
All versions of php-highcharts-exporter with dependencies
PHP Build Version
Package Version
Requires
ext-json Version
*
The package mikepsinn/php-highcharts-exporter contains the following files
Loading the files please wait ....