Skip to content

Lavacharts is a graphing / charting package that wraps the Google Chart API for PHP5.3+

License

Notifications You must be signed in to change notification settings

J5Dev/Lavacharts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Lavacharts

Latest Stable Version Build Status Total Downloads License

==========

Lavacharts is a package for Composer that wraps the Google Chart API for PHP5.3+

Developed with enhancements for Laravel 4, but will work with any PHP project.

#Installing In your project's main composer.json file, add this line to the requirements:

"khill/lavacharts" : "1.0.x"

Run Composer to install Lavacharts:

composer update

Next, register Lavacharts in your app by adding this line to the providers array in app/config/app.php:

'providers' => array(
   ...

   "Khill\Lavacharts\LavachartsServiceProvider"
);

Don't worry about the Alias, it is set up for you :)

If you want to view the demos, publish the assets with:

php artisan asset:publish khill/lavacharts

##Like My Work? Feel like buying me a coffee? Any amount donated to is greatly apprecieated :)

"Donate through PayPal" or "Flattr this Repo"

psssst, version 2.0 is in the works, if you want to check it out, take a peek at the 2.0 branch I'm diligently using my freetime to get the new site up with the documentation


##MIT License

Copyright (c) 2013-14, Kevin Hill of KHill Designs

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

About

Lavacharts is a graphing / charting package that wraps the Google Chart API for PHP5.3+

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 95.8%
  • CSS 2.7%
  • JavaScript 1.5%