PHPackages                             neeckeloo/amcharts-php - 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. neeckeloo/amcharts-php

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

neeckeloo/amcharts-php
======================

PHP5 library to create AmCharts HTML5 charts.

v1.1.0(12y ago)2328.4k6[2 issues](https://github.com/neeckeloo/AmChartsPHP/issues)MITPHPPHP &gt;=5.3.0CI failing

Since Oct 4Pushed 12y ago4 watchersCompare

[ Source](https://github.com/neeckeloo/AmChartsPHP)[ Packagist](https://packagist.org/packages/neeckeloo/amcharts-php)[ RSS](/packages/neeckeloo-amcharts-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (3)Used By (0)

AmChartsPHP
===========

[](#amchartsphp)

AmChartsPHP is a library of PHP classes to generate AmCharts HTML5 charts.

AmChartsPHP provide an API to create easily different charts in your application from your data.

AmCharts web site : AmCharts examples :

[![Build Status](https://camo.githubusercontent.com/53f319a06e8a6c6b2c929eb2aad7e1b9c24b961737e9de5cbdfe7ed79ab7bc2b/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6e6565636b656c6f6f2f416d4368617274735048502e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/neeckeloo/AmChartsPHP)[![Coverage Status](https://camo.githubusercontent.com/9400e6b3847cf885e7198bf3ff8835413ad40b1161c6f59e56f060450569f3d4/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6e6565636b656c6f6f2f416d4368617274735048502f62616467652e706e673f6272616e63683d6d6173746572)](https://coveralls.io/r/neeckeloo/AmChartsPHP)

Requirements
------------

[](#requirements)

AmChartsPHP works with PHP 5.3 or later.

Installation via Composer
-------------------------

[](#installation-via-composer)

Create a `composer.json` file in your project root and use it to define simply your dependencies:

```
{
    "require": {
    	"neeckeloo/amcharts-php": "1.*"
	}
}

```

Then install Composer in your project (or [download the composer.phar](http://getcomposer.org/composer.phar) directly):

```
curl -s http://getcomposer.org/installer | php

```

And finally ask Composer to install the dependencies:

```
php composer.phar install

```

Usage
-----

[](#usage)

### Setup AmCharts library

[](#setup-amcharts-library)

```
