leneyasoftware / minery
There is no license information available for the latest version (dev-master) of this package.
An object oriented approach to making reports. Will render all the stuff you need to display a nice report.
dev-master
2016-02-23 09:44 UTC
Requires
- league/flysystem: ^1.0
- peridot-php/peridot: 1.15.2
This package is not auto-updated.
Last update: 2025-03-29 20:48:18 UTC
README
The PHP Framework For Rendering Reports
Minery is a PHP Framework for writing reports. The goal is to have a Framework where you can plug in a keyed array similar to what you get when processing MySQL results, and have the Framework render whatever it is you like. Whether that is a table, chart, or any other display type, Minery aims to make this process much easier and flexible.
##Roadmap
- Create the base framework classes. ✓
- Create a way to persist the report and display it using JSON. ✓
- Create Adapters to take a Report Result Set and format the data for display.
- Create Javascript classes that wrap our Display modules we want to use.
- Create a Javascript class to translate JSON representations of reports into the display type chosen.
There is still a bunch more to do. If you'd like to contribute, email josh.walker [AT] leneya [DOT] com