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
- Host: GitHub
- URL: https://github.com/vitexsoftware/php-tools
- Owner: VitexSoftware
- Created: 2021-01-23T03:54:02.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-02T21:22:02.000Z (about 1 year ago)
- Last Synced: 2025-02-02T22:24:52.036Z (about 1 year ago)
- Language: Shell
- Size: 864 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
php-tools
==================

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

installphp
----------
1) Choose PHP versions you want install:

2) Choose packages

3) Customize selection

4) Confirm instalation
