olavocneto / pinfo-php
List information about the users runtime environment
1.0.3
2017-02-27 19:24 UTC
Requires
- symfony/console: ^2.7 || ^3.0
This package is auto-updated.
Last update: 2025-02-16 06:26:25 UTC
README
The pinfo-php
command prints out useful information about your system’s PHP environment and dependencies. This includes things such as your PHP, Composer, OS version, and arch. If submitting an issue on Github, pasting the output of this command can help others diagnose the issue more quickly.
Installation / Usage
# install composer global require olavocneto/pinfo-php # use pinfo-php # output Your system information: PHP Version: 7.0.11 Composer Version: Composer version 1.3.2 2017-01-27 18:23:41 OS: Linux 4.4.0-38-generic Arch: x86_64
Build Setup
# install dependencies
composer install -o