library minery
An object oriented approach to making reports. Will render all the stuff you need to display a nice report.
leneyasoftware/minery
An object oriented approach to making reports. Will render all the stuff you need to display a nice report.
- Tuesday, February 23, 2016
- by leneya
- Repository
- 1 Watchers
- 1 Stars
- 3 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Minery (WIP)
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., (*1)
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, (*2)
dev-master
9999999-dev
An object oriented approach to making reports. Will render all the stuff you need to display a nice report.
Sources
Download
The Requires