Initial project push.

This commit is contained in:
dan612
2026-01-15 09:50:55 -05:00
commit c4312feb95
226 changed files with 32233 additions and 0 deletions

24
composer.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "dan612/origo",
"type": "project",
"autoload": {
"psr-4": {
"Origo\\": "src/"
}
},
"authors": [
{
"name": "dan612",
"email": "dan@danchadwickdesign.com"
}
],
"require": {
"guzzlehttp/guzzle": "^7.10"
},
"scripts": {
"start": "sh scripts/start.sh",
"rebuild": "sh scripts/rebuild.sh",
"theme": "sh scripts/theme.sh",
"db-reset": "sh scripts/db-setup.sh"
}
}