PHP information

Installs: 34

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Language:Blade

1.0.24 2025-03-18 13:07 UTC

This package is auto-updated.

Last update: 2025-04-19 05:08:42 UTC


README

phpinfo

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.

⚠️ Security Warning

This package exposes sensitive PHP environment details. Do not use it in production environments unless properly secured. It is recommended to restrict access to authorized users only.

🏷️ #PHP  #PHPInfo  #Laravel  #Debugging  #ServerInfo  #PHPConfiguration  #Extensions  #Modules  #Performance  #DeveloperTool 

Documentation

Features

  • Comprehensive PHP Info – Displays PHP version, extensions, configuration, and modules.
  • Debugging & Troubleshooting – Identify configuration issues quickly.
  • Performance Optimization – Gather insights for tuning PHP performance.
  • PHP Directives Overview – Shows key settings like memory limit and execution time.
  • Search Functionality – Find specific PHP settings easily.
  • Extension & Module Check – Lists enabled and disabled PHP extensions.
  • Customizable Display – Hide unnecessary details based on requirements.
  • Lightweight & Fast – Minimal impact on performance, maximum insights.
  • User-Friendly UI – Clean, structured, and easy to navigate.
  • Laravel & Standalone Support – Works in Laravel projects or as a standalone package.

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

FAQs

1️. What does this package do?

This package provides detailed insights into your PHP environment, including PHP version, configuration directives, extensions, and modules.

2. How do I install the package?

📦 Installing is simple! Run the following command in your terminal:

composer require itpathsolutions/phpinfo

3. Which Laravel versions are supported?

This package supports Laravel 9, 10, and 11 with PHP 8+ compatibility.

4. How do I view php info?

You can access login logs via:
👉 localhost:8000/php-info

5. How do I update the package to the latest version?

Run the following command to update:

composer update itpathsolutions/phpinfo

6. Can I contribute to this package?

🤝 Absolutely! Contributions are welcome. See the CONTRIBUTING guidelines for details.

7. Where can I get support?

For any support or queries, contact us via IT Path Solutions.

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.

You may also find our other useful package:

MySQL Info Package 🚀
AUTH Info Package 🚀
Role Wise Session Manager Package 🚀
Chatbot Package 🚀
Redis Info Package 🚀