jasonlam604 / phpinfocli
PhpInfoCLI is phpinfo dump ASCII user interface dump at command line
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 2
Open Issues: 0
Type:project
Requires
- php: >=5.6.0
- jasonlam604/stringizer: ^2.2.0
Requires (Dev)
- phpunit/phpunit: 5.3.*
This package is not auto-updated.
Last update: 2024-11-21 02:18:55 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
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