thetempusproject / tempusdebugger
Framework for sending php messages to chrome for in-browser debugging.
Installs: 38
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/thetempusproject/tempusdebugger
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.*