functioning rest-style chart server!

This commit is contained in:
Joshua Seigler 2016-06-30 21:01:08 -04:00
commit e1784bdd4c
8 changed files with 434 additions and 0 deletions

7
composer.json Normal file
View file

@ -0,0 +1,7 @@
{
"require": {
"seigler/neat-charts": "@dev",
"altorouter/altorouter": "1.1.0",
"phpFastCache/phpFastCache": "^4.3"
}
}