Skip to content

weierophinney/Z-Ray-Composer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Z-Ray-Composer

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

Composer Extension for Zend Server Z-Ray

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%