Download the PHP package itpathsolutions/phpinfo without Composer

On this page you can find all versions of the php package itpathsolutions/phpinfo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package phpinfo

PHP Information

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

Supported Versions

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

You may also find our other useful package:

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


All versions of phpinfo with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0
illuminate/support Version ^9.0|^10.0|^11.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package itpathsolutions/phpinfo contains the following files

Loading the files please wait ...