thetempusproject / tempusdebugger
This package is abandoned and no longer maintained.
No replacement package was suggested.
Framework for sending php messages to chrome for in-browser debugging.
1.1
2018-03-26 04:37 UTC
Requires
- php: >=5.4.0
This package is not auto-updated.
Last update: 2024-08-08 06:19:33 UTC
README
PHP Library for sending debug messages to Chrome
Developer(s): Joey Kimsey
TempusDebugger is a php library that will enable real time debugging messages to be sent to the TempusTools chrome extension.
Notice: This code is in still not production ready. This framework is provided as is, use at your own risk.
Installation
To install simply use the composer command:
php composer.phar require TheTempusProject/TempusDebugger:1.*