IMPORTANT NOTICE: Merged from my original repository highcharts-bundle
highcharts-library
eases the use of Highcharts
to display rich graphs and charts in your application by providing PHP objects
to do the heavy lifting.
Dry out your chart code by writing it all in PHP !
If you like this package, pay me a beer (or a coffee)
Open a command console, enter your project directory and execute the following command to download the latest stable version of this package:
composer require webeweb/core-library
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Read the documentation.
To test the package, is better to clone this repository on your computer. Open a command console and execute the following commands to download the latest stable version of this package:
git clone https://github.com/webeweb/core-library.git
cd core-library
composer install
Once all required libraries are installed then do:
vendor/bin/phpunit lib/highcharts/Tests
core-library
is released under the MIT License. See the bundled LICENSE
file for details.
Please note that the Highcharts JS library is not free for commercial use, see their FAQ for more details on what constitutes a non-commercial project or their product page for details on pricing.