Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/mvlabs/MvlabsPHPExcel
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Drigani committed Jun 7, 2016
2 parents d7a680f + da5911a commit 75fb228
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
MvlabsSnappy
MvlabsPHPExcel
=========

MvlabsPHPExcel is a ZF2 module that allow easy to create, modify and read excel files (including pdf, xlsx, odt) using [PHPOffice/PHPExcel][PHPOffice/PHPExcel] library.

Requirements PHPExcel library
-----------------------------
* PHP version 5.5.0 or higher
* PHP extension php_zip enabled (required if you need PHPExcel to handle .xlsx .ods or .gnumeric files)
* PHP extension php_xml enabled
* PHP extension php_gd2 enabled (optional, but required for exact column width autocalculation)


Installation
------------
#### With composer
Expand Down Expand Up @@ -38,6 +46,8 @@ Installation
// ...
];
```



Usage
-----
Expand All @@ -49,3 +59,12 @@ The module registers one service:



Credits
-------

MvlabsPHPExcel is based on the awesome [PHPOffice/PHPExcel][PHPOffice/PHPExcel] library.
MvlabsPHPExcel has been developed by [mvlabs][mvlabs].

[PHPOffice/PHPExcel]: https://github.com/PHPOffice/PHPExcel
[mvlabs]: http://www.mvlabs.it
[mvassociati]: http://www.mvassociati.it/en
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"require": {
"php": ">=5.5",
"zendframework/zendframework": "~2.5",
"phpoffice/phpexcel": "1.8.*",
"phpoffice/phpexcel": "1.8.*"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 75fb228

Please sign in to comment.