project phpinfocli
PhpInfoCLI is phpinfo dump ASCII user interface dump at command line
jasonlam604/phpinfocli
PhpInfoCLI is phpinfo dump ASCII user interface dump at command line
- Thursday, June 23, 2016
- by jasonlam604
- Repository
- 0 Watchers
- 1 Stars
- 7 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
PhpInfoCLI
PHP Info at Command Line, (*1)
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., (*2)
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
, (*3)
Install Phar
Build & Install
Requires phar-builder, (*4)
Go to the root of the project and execute the following, (*5)
php -d phar.readonly=0 phar-builder.phar package ./composer.json
chmod 0755 ./bin/phpinfocli.phar
mv ./bin/phpinfocli.phar /usr/local/bin