Download the PHP package spekulatius/silverstripe-phpinfo without Composer
On this page you can find all versions of the php package spekulatius/silverstripe-phpinfo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download spekulatius/silverstripe-phpinfo
More information about spekulatius/silverstripe-phpinfo
Files in spekulatius/silverstripe-phpinfo
Package silverstripe-phpinfo
Short Description Prints phpinfo as task for admins
License BSD-3-Clause
Homepage https://github.com/spekulatius/silverstripe-phpinfo
Informations about the package silverstripe-phpinfo
SilverStripe PHPInfo module
Give you a chance to view the phpinfo() output as a task. Requires admin permissions.
Do not permanently install this! Only use this if you are know what you are doing!
Why?
Sometimes you have to work with servers you can't ssh into and get more information about e.g. installed packages or versions. This package allows you get the information if you have admin privileges.
Requirements
- PHP >= 5.6
- SilverStripe Framework ~3.0.
Usage
You should not leave this package installed permanently because it could give a potential attacker information about your environment!
For the installation you can either download the package, unzip it into your project directory and run dev build manually or run the following commands in your project directory:
-
Install into your project:
-
Deploy onto the environment in question.
-
Login as a admin
-
Go on yourproject.com/dev/tasks and find the phpinfo task...
-
Remove package:
- Deploy again onto the environment to remove the package from the server!