cendak / php-tools

additonal tools for PHP development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

php-tools

php-tools

Debian package that contains additonal tools for PHP development using.

Installation:

sudo apt install lsb-release wget
echo "deb http://repo.vitexsoftware.cz $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/vitexsoftware.list
sudo wget -O /etc/apt/trusted.gpg.d/vitexsoftware.gpg http://repo.vitexsoftware.cz/keyring.gpg
sudo apt update
sudo apt install php-tools

Commands included

  • add-sury-debian-sources - Add additonal php versions install sources

  • disable-all-php-modules - make no optional modules enabled

  • installphp - check current installed php modules and install same modules in other choosen php version

  • php-modules - list of avilble php modules

  • usephp - swith current webserver and commandline php to php5.6

  • xdebug-mode - set xdebug mode "debug" or "profile"

  • php-devconf - use development version of php.ini

usephp

Specify requested version of PHP as parameter or simply run usephp command to choose from availble versions

usephp

installphp

  1. Choose PHP versions you want install:

installphp version chooser

  1. Choose packages

installphp choose

  1. Customize selection

installphp customize

  1. Confirm instalation

installphp final

About

additonal tools for PHP development


Languages

Language:Shell 92.3%Language:Makefile 7.7%