How to install PHP in Android using Termux

Installing PHP In Termux


What is php?

PHP is a server-side scripting language designed for Web development, but also used as ageneral-purpose programming language (Phishing is done with the help of PHP) . It was really created by Rasmus Lerdorf in 1994. PHP  stand for "Personal Home Page", but in this period we call it recursive initialism PHP: Hypertext Preprocessor. The PHP reference implementation is produced by The PHP Group now.

How to install it on Termux?

Requirements:-
• Termux
• My Subscriber 😂

Lets Start :

First Of All, Open Your Termux App And Update The Resporatory

apt update && apt upgrade

pkg update && pkg upgrade

And Then Now You Have To Install Git And Wget Tool:

apt install git -y

apt install wget -y

Now You Have To Install PHP:-

apt install php

If the installation done. Then type:

php -v

Now you have successfully installed php server 🥳


Thanks For Reading

If You have any issue comment Or contact me! 

Also Follow Us! 

Comments