yjv/report-rendering

library with classes that allow easy rendering of report data

1.0.0-beta.1 2014-06-17 03:41 UTC

README

Total Downloads Latest Stable Version

Purpose

Report Rendering is meant to be used to render any tabulatable data from just about any source into just about any format. This is done by using datasource classes that feed the report and allowing the report to hold multiple renderers for rendering this data. The main idea with this library was to make it as flexible as possible to be able to accommodate whatever requests you may get with formatting, coloring or otherwise of a report table, row or cell, whether it is static, per row or data driven.

Documentation

See the wiki for examples and tutorials.

About

Requirements

  • Any flavor of PHP 5.3 or above should do
  • [optional] PHPUnit 3.5+ to execute the test suite (phpunit --version)

Submitting bugs and feature requests

Bugs and feature request are tracked on GitHub

Frameworks Integration

Author

Yosef Deray - joseph.deray@giftcards.com

License

ReportRendering is licensed under the MIT License - see the LICENSE file for details