Initial commit

This commit is contained in:
Joey Kimsey
2024-08-04 21:15:59 -04:00
parent c9d1fb983f
commit 0d469501ee
695 changed files with 70184 additions and 71 deletions

21
vendor/canary/README.md vendored Normal file
View File

@ -0,0 +1,21 @@
# 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.
**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.*`
REALLLLLY need to update the contributing document for this one.