Server Requirements - page7/pt GitHub Wiki
Server Requirements
PHP version 5.4 or newer is recommended.
It should work on 5.3.6 as well, but we strongly advise you NOT to run such old versions of PHP, because of potential security and performance issues, as well as missing features.
Need PHP extensions: php_mbstring php_gettext
A database is required for most web application programming. Currently supported databases are:
MySQL (5.1+) via the mysql (deprecated), mysqli and pdo drivers Oracle via the oci8 and pdo drivers