phply / charts
The missing charting library on laravel, powered by Chartisan
Installs: 31
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 1
pkg:composer/phply/charts
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