Download the PHP package stev/spout-bundle without Composer
On this page you can find all versions of the php package stev/spout-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download stev/spout-bundle
More information about stev/spout-bundle
Files in stev/spout-bundle
Download stev/spout-bundle
More information about stev/spout-bundle
Files in stev/spout-bundle
Vendor stev
Package spout-bundle
Short Description Symfony 4/5 Bundle for box spout excel library v3
License MIT
Package spout-bundle
Short Description Symfony 4/5 Bundle for box spout excel library v3
License MIT
Keywords box spout excel bundle
Please rate this library. Is it a good library?
Informations about the package spout-bundle
Box Spout Bundle
Symfony 2 Bundle for Box Spout excel library
1. Installation:
composer require stev/spout-bundle
Add this in app/AppKernel.php
new \Stev\SpoutBundle\StevSpoutBundle()
2. Usage, in a controller
/* @var spout \Stev\SpoutBundle\Services\Spout */
$spout = $this->get('stev_spout.box_spout');
$reader = $spout->initReader();
$writer = $spout->initWriter();
Box Spout repository can be found at https://github.com/box/spout
All versions of spout-bundle with dependencies
PHP Build Version
Package Version
The package stev/spout-bundle contains the following files
Loading the files please wait ....