PHP setup for command line usage

Submitted by seedadmin on Wed, 02/27/2019 - 12:14

The FolderShare command line client requires PHP with curl,  json & mbstring extensions. Check if your system already has PHP7 installed (Recent versions of Linux & Mac OS already have PHP7 installed).

# On terminal issue the following command
php -v


If PHP is not available use one of the following two methods to install php7 on your system


1. Building minimal PHP from source on linux

Download latest PHP7.x then unzip and build as follows