spekulatius/silverstripe-phpinfo
最新稳定版本:0.1.3
Composer 安装命令:
composer require spekulatius/silverstripe-phpinfo
包简介
Prints phpinfo as task for admins
README 文档
README
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:
composer require spekulatius/silverstripe-phpinfo -
Deploy onto the environment in question.
-
Login as a admin
-
Go on yourproject.com/dev/tasks and find the phpinfo task...
-
Remove package:
composer remove spekulatius/silverstripe-phpinfo -
Deploy again onto the environment to remove the package from the server!
MISC: Future ideas/development, issues, Contributing, License
统计信息
- 总下载量: 68
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2015-08-02