PHP
The way PHP works at alwaysdata is very standard. If you are used to using PHP on a Unix system, e.g. Linux, then you already know almost everything you need.
- the provisioned versions range from 4.4 to 8.4,
- it is always possible to customize the php.ini file,
- PHP runs in FastCGI, behind Apache: creating
.htaccess
files is therefore possible, - it is possible to install extensions (from PECL or others),
- it is possible to install packages (Composer, PEAR),
- it is possible to install libraries.
Our marketplace provides the installation of the CakePHP, Laminas, Laravel, Symfony and TNH frameworks.