The following script helps to install extension manager on cpanel servers
/scripts/phpextensionmgrThe below command will list the extension manager available for installation
/scripts/phpextensionmgr listThe below commmand help us to check the status of the extensions
/scripts/phpextensionmgr status 'ext mgr'The following command will install certain extension
/scripts/phpextensionmgr install 'ext mgr'






