📄️ Managed Service PHP
Managed Service PHP
📄️ PHP Composer
Composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you.
📄️ PHP Settings With .user.ini
A .user.ini file allows you to easily customize PHP settings. Starting with Ubuntu Bionic, only .user.ini settings are supported. All PHP settings defined in this file will be applied recursively to the folder where the file is located.