itpathsolutions / phpinfo
PHP information
Installs: 33
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
Requires
- php: ^8.0
- illuminate/support: ^9.0|^10.0|^11.0
README
The phpinfo package provides detailed insights into your PHP environment with proper format, helping developers to check their php information. This includes core information, available extensions, PHP configuration directives, and modules. It is a powerful tool for efficient debugging, environment validation, and performance optimization.
🏷️ #PHP #PHPInfo #Laravel #Debugging #ServerInfo #PHPConfiguration #Extensions #Modules #Performance #DeveloperTool
Documentation
Features
-
Detailed PHP Environment Information:
Get comprehensive details about the PHP setup, such as the PHP version, extensions, configuration directives, and loaded modules. -
Debugging & Troubleshooting:
Quickly identify potential issues within the PHP configuration to help debug and resolve problems. -
Performance Tuning:
Gather information to optimize your PHP environment and improve application performance.
Supported Versions
- PHP: ^8.0
- Illuminate Support: ^9.0 | ^10.0 | ^11.0
Installation
To install the package Open the terminal and run the following command:
composer require itpathsolutions/phpinfo
Commands
Vendor Publish
Run the following command to publish the vendor files:
php artisan vendor:publish
Accessing the Plugin
Once installed, open the following URL in your browser to check the plugin:
localhost:8000/php-info
Contributing
We welcome contributions from the community! Feel free to Fork the repository and contribute to this module. You can also create a pull request, and we will merge your changes into the main branch. See CONTRIBUTING for details.
Security Vulnerabilities
Please review our Security Policy on how to report security vulnerabilities.
License
This package is open-source and available under the MIT License. See the LICENSE file for details.
Testing
To test this package, run the following test command:
composer test
Get Support
- Feel free to contact us if you have any questions.
- If you find this project helpful, please give us a ⭐ Star.