eclipxe / engineworks-pivot
PHP Pivot (dynamic tables)
Requires
- php: >=7.0
- eclipxe/engineworks-dbal: @stable
Requires (Dev)
- friendsofphp/php-cs-fixer: @stable
- jakub-onderka/php-parallel-lint: @stable
- phpunit/phpunit: @stable
- scrutinizer/ocular: @stable
- squizlabs/php_codesniffer: @stable
- vlucas/phpdotenv: @stable
This package is auto-updated.
Last update: 2024-10-09 17:56:19 UTC
README
Use this library to retrieve a pivot table (aka dynamic table) from a database.
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.
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.
Installation
Use composer to install this library composer require eclipxe/engineworks-pivot
Contributing
Contributions are welcome! Please read CONTRIBUTING for details and don't forget to take a look in the TODO and CHANGELOG files.
Copyright and License
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.