PabloGancharov / Z-Ray-ZF2

Zend Framework 2 Extension for Zend Server Z-Ray

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Z-Ray-ZF2

This is an extension to add functionality to the Zend Server Z-Ray. It will result in additional tab(s) to be presented in the browser.

Installation

Create a directory named as desired, and add the contents of this repo within.

Example: (assuming default install directory for Zend Server)

    /usr/local/zend/var/zray/extensions/{extension-name}/zray.php
    /usr/local/zend/var/zray/extensions/{extension-name}/logo.png

NOTE: While the filename zray.php is required, the file logo.png can be named whatever you desire and is specified from within the zray.php code as below.

    $zrayMagento->getZRay()->setMetadata(array(
        'logo' => __DIR__ . DIRECTORY_SEPARATOR . 'logo.png',
    ));

More Info

Want to add your own Z-Ray extension? Looking for more information on Z-Ray? Try these links:

About

Zend Framework 2 Extension for Zend Server Z-Ray

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:PHP 100.0%