2017 © Pedro Peláez
 

library engineworks-pivot

PHP Pivot (dynamic tables)

image

eclipxe/engineworks-pivot

PHP Pivot (dynamic tables)

  • Monday, April 17, 2017
  • by eclipxe
  • Repository
  • 3 Watchers
  • 4 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

eclipxe13/engineworks-pivot - PHP Pivot (dynamic tables)

![Source Code][badge-source] Latest Version ![Software License][badge-license] [Build Status][build] ![Scrutinizer][badge-quality] ![Coverage Status][badge-coverage] Total Downloads SensioLabsInsight, (*1)

Use this library to retrieve a pivot table (aka dynamic table) from a database., (*2)

The pivot allows you to define a source (a table, a view or a query), source fields, filters, rows and columns to group by and aggregators to operate (like sum, average, count, standar deviation...). All this pivot structure can be stored and loaded in xml files and modified at runtime., (*3)

After a pivot structure has been set, you can query the database for the results and receive a organized information no navigate. The library includes a formatter helper class to create an XHTML Table based on a query result., (*4)

Installation

Use composer to install this library composer require eclipxe/engineworks-pivot, (*5)

Contributing

Contributions are welcome! Please read CONTRIBUTING for details and don't forget to take a look in the TODO and CHANGELOG files., (*6)

The eclipxe13/engineworks-pivot library is copyright © Carlos C Soto and licensed for use under the MIT License (MIT). Please see LICENSE for more information., (*7)

The Versions