Installation

Linux

Update system with apt
Install php

# Install required extensions
sudo apt install \
php-gd \
php-ctype \
php-curl \
php-xml \
php-mbstring \
php-iconv \
php-json \
openssl -y

Usage

Version

Appendix