Readme update

This commit is contained in:
Joey Kimsey
2025-01-27 22:54:35 -05:00
parent 44b2ad688c
commit 2ec0473930

View File

@ -1,21 +1,12 @@
# TempusDebugger
#### 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. # Canary
**Notice: This code is in _still_ not production ready. This framework is provided as is, use at your own risk.** ## Developer(s): Joey Kimsey
Canary is a PHP Library for creating and managing application logging messages. Originally paired with a browser extension for live logging, the tool now provides a standardized interface for creating managing and saving log messages as files.
## Installation ## Installation
To install simply use the composer command: To install simply use the composer command:
`php composer.phar require TheTempusProject/TempusDebugger:1.*` `php composer.phar require TheTempusProject/Canary`
REALLLLLY need to update the contributing document for this one.