2017 © Pedro Peláez
 

library minery

An object oriented approach to making reports. Will render all the stuff you need to display a nice report.

image

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

The README.md

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

  1. Create the base framework classes. ✓
  2. Create a way to persist the report and display it using JSON. ✓
  3. Create Adapters to take a Report Result Set and format the data for display.
  4. Create Javascript classes that wrap our Display modules we want to use.
  5. 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)

The Versions

23/02 2016

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