Download the PHP package nikrolls/ss_firephp without Composer
On this page you can find all versions of the php package nikrolls/ss_firephp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nikrolls/ss_firephp
More information about nikrolls/ss_firephp
Files in nikrolls/ss_firephp
Download nikrolls/ss_firephp
More information about nikrolls/ss_firephp
Files in nikrolls/ss_firephp
Vendor nikrolls
Package ss_firephp
Short Description A module to allow easy installation of FirePHP in Silverstripe.
License BSD-3-Clause
Package ss_firephp
Short Description A module to allow easy installation of FirePHP in Silverstripe.
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package ss_firephp
SS_FirePHP
A module to allow easy installation of FirePHP in Silverstripe. Adapted from here: http://www.sspaste.com/paste/show/4e3bd4a2a1fae
Requirements
- SilverStripe 2.4 (probably also works with previous versions, but this has not been tested)
- FirePHP PEAR module (optional, otherwise an included fallback will be used)
Installation
- Download the source code from here https://github.com/nikrolls/ss_firephp/, or require nikrolls/ss_firephp in your composer.json file.
- Extract the downloaded archive into your site root, or a subfolder that has its own
_config.php
. - Run
/dev/build?flush=all
to regenerate the manifest and detect the module.
For automatic Dev/Test/Live detection, please ensure that the root folder sorts alphanumerically after mysite; if not, you will have to enable FirePHP yourself using:
FB::setEnabled(true);
Usage
You can use SS_FirePHP the same way you would use standalone FirePHP, as documented at FirePHP HQ.
You can use the Firefox FireBug extension or FirePHP4Chrome to view the output.
All versions of ss_firephp with dependencies
PHP Build Version
Package Version
Requires
silverstripe/framework Version
>=2.4
The package nikrolls/ss_firephp contains the following files
Loading the files please wait ....