2.1 Installation requirements
The metadigit-core framework requires Php 5.4, because it makes use of the new features introduced with Php 5.4, as traits and..., that were not implemented in Php 5.3.
An usual php installation should have all the common required modules, however you should check the existence of these following modules:
- libxml
- pdo
- pdo_mysql (if you need to use a MySql database)
- pdo_sqlite (used internally by the framework, also if you use different databases)
- Phar
- SimpleXML
- sqlite3
- xml
As for database compatibility, the framework use PDO everywhere, so any database that as PDO drivers should function smoothly with the framework. A large base of mysql and sqlite applications has been already developed, without any issues.
Updated about 1 month ago