Download the PHP package iter8/builder without Composer
On this page you can find all versions of the php package iter8/builder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download iter8/builder
More information about iter8/builder
Files in iter8/builder
Download iter8/builder
More information about iter8/builder
Files in iter8/builder
Vendor iter8
Package builder
Short Description A wrapper for the PHP Excel library to help you quickly build reports
License MIT
Homepage https://github.com/iter8-au/builder
Package builder
Short Description A wrapper for the PHP Excel library to help you quickly build reports
License MIT
Homepage https://github.com/iter8-au/builder
Please rate this library. Is it a good library?
Informations about the package builder
Builder
A wrapper for the PhpSpreadsheet and Spout libraries to help you quickly build Excel reports.
Requirements
- Silex ~2.x
Example Usage
Both Builders are available under the $app['builders']
key, but $app['builder']
will be the default builder you specify.
PhpSpreadsheet
Accessible via $app['builders']['phpspreadsheet']
.
Spout
Accessible via $app['builders']['spout']
.
Feature Parity
Feature | PhpSpreadsheet | Spout |
---|---|---|
Cell Alignment | Yes | No |
Auto-sizing Columns | Yes | No |
Custom Column Widths | Yes | No |
Document Properties | Yes | No |
Header Styling | Yes | Yes |
Multiple Sheets | Yes | Yes |
Development
Todo
- Allow both caching when building a report as well as short term or perm-caching to a configured location.
Testing
Minimal tests can be performed with PHPUnit.
Unit Tests
composer tests
or ./vendor/bin/phpunit
Code Coverage
composer coverage
These will be available in ./builder_coverage
.
All versions of builder with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
phpoffice/phpspreadsheet Version ~1.2
box/spout Version ^2.7
webmozart/assert Version ^1.3
phpoffice/phpspreadsheet Version ~1.2
box/spout Version ^2.7
webmozart/assert Version ^1.3
The package iter8/builder contains the following files
Loading the files please wait ....