PHPackages                             catchamonkey/phighcharts - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. catchamonkey/phighcharts

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

catchamonkey/phighcharts
========================

A PHP library for the Highcharts JavaScript charting library

v0.1.3(13y ago)263.3k4[2 issues](https://github.com/catchamonkey/phighcharts/issues)MITPHPPHP &gt;=5.3.0

Since May 17Pushed 11y ago2 watchersCompare

[ Source](https://github.com/catchamonkey/phighcharts)[ Packagist](https://packagist.org/packages/catchamonkey/phighcharts)[ Docs](http://github.com/catchamonkey/phighcharts)[ RSS](/packages/catchamonkey-phighcharts/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (14)Used By (0)

\#Phighcharts [![Project Build Status](https://camo.githubusercontent.com/7ea53349aae61cff2a3574688938f6f90de6419dc07eef3af1a25a91324d6bbe/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6361746368616d6f6e6b65792f70686967686368617274732e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/catchamonkey/phighcharts) [![SensioLabsInsight](https://camo.githubusercontent.com/d221d721b4f93f0ad9d213e40c9fa977d6172ecea2a69d90ff352b5fafb76f6a/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f35396437316565382d376339632d343131642d616339372d3934616366333338316464372f736d616c6c2e706e67)](https://insight.sensiolabs.com/projects/59d71ee8-7c9c-411d-ac97-94acf3381dd7)A PHP (Requires PHP 5.3) library for the Highcharts JavaScript charting library

\##Installation

```
composer require "catchamonkey/phighcharts"
```

\##What does it do? Along with providing a nice OO interface to create your charts, it also extends the functionality by adding such useful tools as "Sticky Keys"

\###Sticky Keys A sticky key, is a configuration option that allows you to always use the same colour for certain keys. For example, you may want to always use green for apples when charting apples vs oranges.

\##Example Pie Chart

```
