PHP information

Installs: 33

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Blade

1.0.13 2025-02-07 10:10 UTC

This package is auto-updated.

Last update: 2025-02-07 10:37:11 UTC


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

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 phpinfo package, follow these steps:
1. Open the terminal and run the following command:

composer require tpathsolutions/phpinfo

2. Run the following command to publish the vendor files:
php artisan vendor:publish

3. To check the plugin, open the following URL in your browser:
localhost:8000/php-info

You may also find our other useful package:

Mysql Info Package 🚀