jasonlam604 / PhpInfoCLI by jasonlam604

PhpInfoCLI is phpinfo dump ASCII user interface dump at command line
11
1
1
Package Data
Maintainer Username: jasonlam604
Maintainer Contact: jasonlam604@gmail.com (Jason Lam)
Package Create Date: 2016-05-31
Package Last Update: 2016-06-23
Language: PHP
License: MIT
Last Refreshed: 2024-04-19 15:06:12
Package Statistics
Total Downloads: 11
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 1
Total Forks: 2
Total Open Issues: 0

PhpInfoCLI

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