faisalman / simple-excel-php

Simplexcel.php - Easily read / parse / convert / write between Microsoft Excel XML / CSV / TSV / HTML / JSON / etc spreadsheet tabular file formats

Home Page:http://faisalman.github.io/simple-excel-php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Min versión PHP requerid ..?

EOM opened this issue · comments

Min versión PHP requerid ..?
Not show in Doc readme.md

IIRC the library will work on PHP 5.4+, to be honest no one should be using > 5.4 in production for security reasons anyways.

A small note:
PHP 5.4 is not longer maintained. PHP5.6 will receive security updates till 31 december 2018. You are better of isung PHP 7.1+ from now on.
http://php.net/supported-versions.php

Hi, as developers, we do not have to think about tasks that belong to the system administrator. You just have to do the right thing.
If the library was developed for PHP 5.x or higher, it has to be documented.
As developers, you do not have to assume tasks from other areas.
Is the right way to do our work as developers to have a job with more quality.

@EOM PR created and submitted. Thank you for the input.

Minimum PHP version:

  • 5.3 for v0.3 & v0.4
  • 7.0 for v0.5