Php
PHP installation, version management, extensions, php.ini tuning, and FPM setup.
How to Check the PHP Version
Two ways to check which PHP version is running on your server: the phpinfo() function from the browser, and the php --version command from the terminal.

PHP Error Reporting: Enable, Display, and Log Errors
Step-by-step instructions for configuring PHP error reporting. Covers error levels, display_errors, error_log, php.ini settings, and runtime configuration with error_reporting().

How to Install PHP on Ubuntu 24.04
Learn how to install PHP 8.3 on Ubuntu 24.04 with Apache or Nginx. Includes PHP-FPM setup, common extensions, and installing other PHP versions.

How to Install PHP 8 on Ubuntu 20.04
This article will show you how to install PHP 8 on Ubuntu 20.04 and integrate it with Nginx and Apache.

How to Install and Use PHP Composer on Debian 10
Composer is a dependency manager for PHP. This tutorial explains how to install Composer on Debian 10 systems.

How to Install and Use PHP Composer on Ubuntu 20.04
This tutorial explains how to install and use Composer on Ubuntu 20.04. Composer is a dependency manager for PHP.

How to Install PHP on Ubuntu 20.04
This guide covers the steps necessary to install PHP on Ubuntu 20.04 and integrate it with Nginx and Apache.

How to Install and Use PHP Composer on CentOS 8
Composer is a dependency manager for PHP. This tutorial goes through the steps of installing Composer on CentOS 8.

How to Install PrestaShop on Ubuntu 18.04
PrestaShop is a free and open-source e-commerce platform. It is based on PHP and MySQL and can be extended with free and premium plugins and themes. In this tutorial, we will show you how to install PrestaShop on Ubuntu 18.04 server.

How to Install PHP on Debian 10 Linux
In this guide, we will discuss how to install PHP on Debian 10, Buster. We'll also show you how to integrate PHP with Nginx and Apache.

How to Install PHP on CentOS 8
In this guide, we will discuss how to install PHP 7.2, 7.3 and 7.4 on CentOS 8. Before choosing which version of PHP to install, make sure that it is supported by your applications. We'll also show you how to integrate PHP with Nginx and Apache.

How to Install and Use PHP Composer on Debian 9
Composer is a dependency manager for PHP. This tutorial provides the steps necessary to install Composer on Debian 9 systems.

How to Install and Use PHP Composer on CentOS 7
Composer is a dependency manager for PHP. Composer will pull in all the required PHP packages your project depends on and manage them for you. In this tutorial, we will go through the steps of installing and using Composer on a CentOS 7 machine.

How to Install and Use PHP Composer on Ubuntu 18.04
Composer is a dependency manager for PHP. Composer will pull in all the required PHP packages your project depends on and manage them for you.

How to Install Drupal on CentOS 7
Drupal is one of the leading open-source CMS platforms worldwide. It is flexible, scalable and can be used to build different types of websites ranging from small personal blogs to large corporate, political, and government sites. In this tutorial we'll explain how to install Drupal 8.6 on CentOS 7.

How to Install Drupal on Ubuntu 18.04
In this tutorial we will show you how to install Drupal 8.6 on an Ubuntu 18.04 machine. There are multiple ways to install Drupal, this tutorial covers the steps necessary for installing Drupal 8.6 using Composer.

How to Install OpenCart on Ubuntu 18.04
OpenCart is a free and open-source PHP e-commerce platform. In this tutorial, we will show you how to install OpenCart on Ubuntu 18.04 server.



