phply / charts
The missing charting library on laravel, powered by Chartisan
1.0.0
2022-08-05 13:21 UTC
Requires
- php: >=7.4
- illuminate/console: ^7.14.1
- illuminate/contracts: ^7.14.1
- illuminate/http: ^7.14.1
- illuminate/support: ^7.14.1
- phply/chartisan-php: ^1.0
README
What is laravel charts?
Charts is a Laravel library used to create Charts using Chartisan. Chartisan does already have a PHP adapter. However, this library attempts to provide more laravel-like features into it by providing support for chart creation using the artisan command, middleware support androuting support. This makes handling charts feel more laravel-like. At the end of the day, this library uses Chartisan and can use all of its potential. Expect to read the Chartisan docs since this library it's just a simple abstraction.
Documentation
The documentation for the latest version of charts can be found here by pressing the image below.
Screenshot
License
MIT-License