phpquery
PHP extension manager for Debian-based OSes. More information: <https://helpmanual.io/help/phpquery/>.
Install
- All systems
-
curl cmd.cat/phpquery.sh
- Debian
-
apt-get install php-common
- Ubuntu
-
apt-get install php-common
- Alpine
-
apk add php-common
- Kali Linux
-
apt-get install php-common
- CentOS
-
yum install php-common
- Fedora
-
dnf install php-common
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install php-common
- Raspbian
-
apt-get install php-common
- Dockerfile
- dockerfile.run/phpquery
- Docker
-
docker run cmd.cat/phpquery phpquery
powered by Commando
PHP extension manager for Debian-based OSes. More information: <https://helpmanual.io/help/phpquery/>.
-
List available PHP versions:
sudo phpquery -V
-
List available SAPIs for PHP 7.3:
sudo phpquery -v 7.3 -S
-
List enabled extensions for PHP 7.3 with the cli SAPI:
sudo phpquery -v 7.3 -s cli -M
-
Check if the JSON extension is enabled for PHP 7.3 with the apache2 SAPI:
sudo phpquery -v 7.3 -s apache2 -m json
© tl;dr; authors and contributors