readme updates

This commit is contained in:
Joey Kimsey
2025-02-02 07:26:15 -05:00
parent 4dbea74e5f
commit d4b8ccb6ec

View File

@ -3,6 +3,12 @@
Hermes is a small package to handle redirects, routing, and autoloading. This library id developed in conjunction with [The Tempus Project](https://thetempusproject.com).
## Installation
To install simply use the composer command:
`php composer.phar require thetempusproject/hermes`
## Usage
Typical usage would be through including the package via composer.
@ -45,3 +51,10 @@ if ( ! App::$isAdmin ) {
```
## Issues / Bugs / Contact
If anyone actually uses this library and runs into any issues, feel free to contact me and I'll look into it.
[Joey Kimsey](mailto:Joey@thetempusproject.com) - _Lead Developer_
[JoeyKimsey.com](https://JoeyKimsey.com)