Skip to content

benpsk/install-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Tech Stack Installation

Effortlessly set up and launch your PHP tech stack on UBUNTU with a single command.

By default, the installer will set up the latest stable versions for the Database and Web Server.

Available Services

  • PHP
    • v8.4
    • v8.3
    • v8.2
    • v8.1
    • v8.0
    • v7.4
  • Composer
  • Database
    • MySQL
    • MariaDB
  • Web Server
    • Nginx
    • Apache2
  • Node (with nvm node version manager)
    • v23
    • v22
    • v21
    • v20
    • v18
    • v16
  • Supervisor

All you need to do is -

Run one of the below commands.

wget https://raw.githubusercontent.com/benpsk/install-php/main/iMagic.sh && sudo bash iMagic.sh && sudo rm -f iMagic.sh* 2>/dev/null
curl -O https://raw.githubusercontent.com/benpsk/install-php/main/iMagic.sh && sudo bash iMagic.sh && sudo rm -f iMagic.sh* 2>/dev/null