jasonlam604/phpinfocli

PhpInfoCLI is phpinfo dump ASCII user interface dump at command line

0.1.0 2016-06-23 03:09 UTC

This package is not auto-updated.

Last update: 2024-04-24 23:43:38 UTC


README

PHP Info at Command Line

Overview

Provide PHP Info at command line with the goal of providing most if not all the info you would see using phpinfo() when displayed on a web page.

Availalboe Info:

  • PHP Version
  • System Info
  • Build Date
  • Configure Command(s)
  • Server Api
  • Virtual Directory Support
  • Configuration File (php.ini) Path
  • Loaded Configuration File
  • Scan this dir for additional .ini file
  • PHP API
  • PHP Extensions
  • Zend Extension
  • Zend Extension Build
  • PHP Extension Build
  • Debug Build
  • Thread Safety
  • Zend Signal Handling
  • Zend Memory Manager
  • Zend Multibyte Support
  • IPv6 Support
  • DTrace
  • Registered PHP Streams
  • Registered Stream Socket Transports
  • Registered Stream Filters

Screenshot

Release 0.1.0 Screenshot

Install Phar

Build & Install

Requires phar-builder

Go to the root of the project and execute the following

php -d phar.readonly=0 phar-builder.phar package ./composer.json
chmod 0755 ./bin/phpinfocli.phar 
mv ./bin/phpinfocli.phar /usr/local/bin