Name: | php-tracy |
---|---|
Version: | 2.3.11 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 138634 |
License: | BSD or GPLv2 or GPLv3 |
RPM: | php-tracy-2.3.11-1.el7.noarch.rpm |
Source RPM: | php-tracy-2.3.11-1.el7.src.rpm |
Build Date: | Sun Dec 03 2017 |
Build Host: | x86-ol6-builder-05.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/nette/tracy |
Summary: | Tracy: useful PHP debugger |
Description: | Tracy library is a useful PHP everyday programmer's helper. It helps you to: - quickly detect and correct errors - log errors - dump variables - measure the time To use this library, you just have to add, in your project: require_once '/usr/share/php/Tracy/autoload.php'; |