An open API service indexing awesome lists of open source software.

https://github.com/vitexsoftware/php-tools

additonal tools for PHP development
https://github.com/vitexsoftware/php-tools

Last synced: 3 months ago
JSON representation

additonal tools for PHP development

Awesome Lists containing this project

README

          

php-tools
==================

![php-tools](php-tools.svg "Package Logo")

Debian package that contains additonal tools for PHP development using.

Installation:
-------------

```shell
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](usephp.png?raw=true)

installphp
----------

1) Choose PHP versions you want install:

![installphp version chooser](installphp-choose.png?raw=true)

2) Choose packages

![installphp choose](installphp-check.png?raw=true)

3) Customize selection

![installphp customize](installphp-confirm.png?raw=true)

4) Confirm instalation

![installphp final](installphp-itself.png?raw=true)