PHPackages                             nutsy/phpchartjs - 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. nutsy/phpchartjs

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

nutsy/phpchartjs
================

PHP library for ChartJS

v1.0.0(3y ago)017AGPL-3.0-or-laterPHPPHP &gt;=7.2

Since Nov 23Pushed 3y agoCompare

[ Source](https://github.com/danielbarmar85/phpchartjs)[ Packagist](https://packagist.org/packages/nutsy/phpchartjs)[ Docs](https://thenutsycompany.com/)[ RSS](/packages/nutsy-phpchartjs/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (7)Versions (2)Used By (0)

### Stable

[](#stable)

[![Latest Stable Version](https://camo.githubusercontent.com/6d16332a6d3c753db9e94f75a1764dc4520b0127a270771c3a0aa2c8dcafce25/68747470733a2f2f706f7365722e707567782e6f72672f4e75747379616d2f70687063686172746a732f762f737461626c65)](https://packagist.org/packages/Nutsyam/phpchartjs)[![Total Downloads](https://camo.githubusercontent.com/6bbfd99b0880cf453a81814e4647cbfff62de7872fe65389505dd41a0a67364d/68747470733a2f2f706f7365722e707567782e6f72672f4e75747379616d2f70687063686172746a732f646f776e6c6f616473)](https://packagist.org/packages/Nutsyam/phpchartjs)[![License](https://camo.githubusercontent.com/f6e64eb1f9655aa51dfc8983e098639c2310fbe73cb14031785372310107a93a/68747470733a2f2f706f7365722e707567782e6f72672f4e75747379616d2f70687063686172746a732f6c6963656e7365)](https://packagist.org/packages/Nutsyam/phpchartjs)[![composer.lock](https://camo.githubusercontent.com/76e8e5da717b799bd9a69be98ab0f57c3ca3913273e2ebd1d377638aac371928/68747470733a2f2f706f7365722e707567782e6f72672f4e75747379616d2f70687063686172746a732f636f6d706f7365726c6f636b)](https://packagist.org/packages/Nutsyam/phpchartjs)[![Build Status](https://camo.githubusercontent.com/274b5f2541ca5682a08b4d774f250b0036f8751e319da75cad35502224ea1ba4/68747470733a2f2f7472617669732d63692e6f72672f4e75747379616d2f50485043686172744a532e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Nutsyam/PHPChartJS)[![Code Climate](https://camo.githubusercontent.com/432d91f1c2b7d7bbbbdf204e494147f5f146d725fa21e177f2e34b1ff16b31f2/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f4e75747379616d2f50485043686172744a532f6261646765732f6770612e737667)](https://codeclimate.com/github/Nutsyam/PHPChartJS)[![Test Coverage](https://camo.githubusercontent.com/e63fd798d9c6f93aa6dcd7162be05353552f2de6ac06d390c5f20e4309cdc2f6/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f4e75747379616d2f50485043686172744a532f6261646765732f636f7665726167652e737667)](https://codeclimate.com/github/Nutsyam/PHPChartJS/coverage)[![Quality](https://camo.githubusercontent.com/b2395fdddcaec41546fcab0521a06aed33fced91b7539450bc2d448c7ec29ca1/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4e75747379616d2f50485043686172744a532f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Nutsyam/PHPChartJS/)

### Development

[](#development)

[![Latest Unstable Version](https://camo.githubusercontent.com/ede8fbb091aaed566c70f1a4f3fc8596352bd34b0b8032ba316e954ced65843a/68747470733a2f2f706f7365722e707567782e6f72672f4e75747379616d2f70687063686172746a732f762f756e737461626c65)](https://packagist.org/packages/Nutsyam/phpchartjs)[![Build Status](https://camo.githubusercontent.com/4df8d1de96dea0b847ef128c62f50bcf291fdf3d78f39baf02da16d67891b6e8/68747470733a2f2f7472617669732d63692e6f72672f4e75747379616d2f50485043686172744a532e7376673f6272616e63683d646576)](https://travis-ci.org/Nutsyam/PHPChartJS)

PHPChartJS
==========

[](#phpchartjs)

PHP OOP library for [ChartJS](http://www.chartjs.org/)

PHPChartJS acts as an interface between the ChartJS library and the server side code. Set up a chart in no time and have every aspect of the graph managable from your PHP code. This interface is set up to provide code completion in every scenario so you never have to guess or lookup what options are available for the chosen chart. The library is entirely object oriented.

This library is still in active development and aims to implement all options ChartJS has to offer. Check the [Configuration milestone](https://github.com/Nutsyam/PHPChartJS/milestone/1) to view the progress of implementing all existing options.

Example use
-----------

[](#example-use)

```
