Initial commit — Rosary Presenter App

Full source for loveandrosary.com: slide-based Rosary/novena/Divine Mercy
Chaplet presentation tool with multi-user roles, SVG bead ring, audio uploads,
donate strip, and public session profiles.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-13 18:44:08 -07:00
commit 663fde3909
46 changed files with 10902 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"name": "pguzman/rosary-presenter",
"description": "Multi-user Rosary presentation app — slide-based prayer leader for the Rosary, novenas, and Divine Mercy Chaplet",
"type": "project",
"homepage": "https://loveandrosary.com",
"license": "proprietary",
"authors": [
{
"name": "Philip Guzman III",
"email": "pguzman@theguzmanfamily.com"
}
],
"require": {
"php": ">=8.0",
"ext-pdo": "*",
"ext-pdo_mysql": "*",
"ext-mbstring": "*"
},
"config": {
"platform": {
"php": "8.0"
}
}
}