rekalogika/pivot-table
A PHP library for transforming multidimensional data into a pivot table.
Sections
📄️ Introduction
A PHP library for transforming multidimensional data into a pivot table.
📄️ Quick Start
First, we need to procure the data. For maximum functionality, the result should
📄️ Usage
This section explains how to use the library.
📄️ Rendering a Pivot Table
Rendering a pivot table is done by an instance of TableVisitor. The framework
📄️ Grouping Strategies
The framework expects the data to be already 'cubed' by the database.
📄️ Integration
When creating a pivot table, first the data source is converted into a Table