Download the PHP package yireo/yireo_newrelic without Composer
On this page you can find all versions of the php package yireo/yireo_newrelic. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download yireo/yireo_newrelic
More information about yireo/yireo_newrelic
Files in yireo/yireo_newrelic
Download yireo/yireo_newrelic
More information about yireo/yireo_newrelic
Files in yireo/yireo_newrelic
Vendor yireo
Package yireo_newrelic
Short Description Add NewRelic JS support and PHP tracking to Magento
License OSL-3.0
Homepage https://www.yireo.com/software/magento-extensions/newrelic
Package yireo_newrelic
Short Description Add NewRelic JS support and PHP tracking to Magento
License OSL-3.0
Homepage https://www.yireo.com/software/magento-extensions/newrelic
Keywords magentocomposer-installer
Please rate this library. Is it a good library?
Informations about the package yireo_newrelic
Magento module for New Relic ©
Homepage: http://www.yireo.com/software/magento-extensions/newrelic
Steps to get it working:
- Make sure to install New Relic on your server first
- Make sure to have New Relics PHP-module installed and active
- Upload the files in the source/ folder to your site
- Flush the Magento cache
- Configure settings under System > Configuration > Advanced > New Relic
- Done
Instructions for using composer
Use composer to install this extension. First make sure to initialize composer with the right settings:
composer -n init
composer install --no-dev
Next, modify your local composer.json file:
{
"require": {
"yireo/magento1-newrelic": "dev-master",
"magento-hackathon/magento-composer-installer": "*"
},
"repositories":[
{
"packagist": false
},
{
"type":"composer",
"url":"https://packages.firegento.com"
},
{
"type":"composer",
"url":"https://satis.yireo.com"
}
],
"extra":{
"magento-root-dir":"/path/to/magento",
"magento-deploystrategy":"copy"
}
}
Make sure to set the magento-root-dir
properly. Test this by running:
composer update --no-dev
Done.
All versions of yireo_newrelic with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package yireo/yireo_newrelic contains the following files
Loading the files please wait ....