Install PHP binaries.
bash
|
|
Download composer installer.
bash
|
|
Move the executable to local bin directory.
bash
|
|
Add composer bin directory to the system path inside ~/.bashrc
file.
nano ~/.bashrc
bash
|
|
source ~/.bashrc
List available php extensions.
bash
|
|