strucura / visualizations
This is my package visualizations
Fund package maintenance!
Strucura
Installs: 429
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/strucura/visualizations
Requires
- php: ^8.2
- illuminate/contracts: ^10.0||^11.0||^12.0
- spatie/laravel-package-tools: ^1.16
Requires (Dev)
- larastan/larastan: ^2.9.2|^3.0
- laravel/pint: ^1.14
- nunomaduro/collision: ^8.1.1||^7.10.0
- orchestra/testbench: ^8.22.2|^9.0|^10.0
- pestphp/pest: ^2.34.6|^3.7
- pestphp/pest-plugin-laravel: ^2.3|^3.0
- phpstan/extension-installer: ^1.3||^2.0
- phpstan/phpstan-deprecation-rules: ^1.1.4|^2.0
- phpstan/phpstan-phpunit: ^1.3||^2.0
README
A simple library intended to help build out data visualizations in Laravel. While it can be used on it's own, there is an existing supported visualization library that implements it called DataGrids. We will soon follow up with additional visualizations for things charts and maps, and will finally fold it all into a dashboard building framework. It is intended to be utilized predominately with MariaDB/MySQL, but you can fold in your own chosen language by publishing the config and swapping out the filters with ones compatible with your chosen database engine.
Caution
DataGrids is in the process of being ported to this standard, but will not be ported until 2.x
Installation
You can install the package via composer:
composer require strucura/visualizations
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.