Blog |
Forum |
Repository |
Wizard
Jump to letter: [
ABCDEFGHILMNOPQRSTUVWXYZ
]
php-tracy - Tracy: useful PHP debugger
- Website:
- https://github.com/nette/tracy
- Licence:
- BSD or GPLv2 or GPLv3
- Vendor:
- Remi Collet
- 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';
Packages