fixes to support composer / packagist

This commit is contained in:
Joey Kimsey
2024-08-08 01:17:27 -04:00
parent 41d2a45ad6
commit 0525739f2c
12 changed files with 191 additions and 492 deletions

View File

@ -1,12 +1,17 @@
# Houdini
Houdini is a php templating engine designed in conjunction with [The Tempus Project](https://thetempusproject.com). Honestly, I do not know how to explain it other than to show you.
Houdini is a php templating engine designed in conjunction with [The Tempus Project](https://thetempusproject.com). This package allows you to store output as variables and plug it in to templates and formatted html either for direct display or cache assets to be rendered together as a completed page.
This functionality applies to several commonly utilized page components such as navigation, forms, pagination, interface and more.
## Installation
You can install houdini either using composer or its included autoload functionality
You can install houdini either using composer or its included autoload functionality in the bin folder.
## Usage
### Components
### Email
### Filters
### Forms
### Issues
@ -14,5 +19,5 @@ You can install houdini either using composer or its included autoload functiona
### Pagination
### Views
## Settings
## Constants / Settings