{"id":48470454,"url":"https://github.com/jacobstephens2/wedding-platform","last_synced_at":"2026-04-07T06:05:15.306Z","repository":{"id":326254207,"uuid":"1104754679","full_name":"JacobStephens2/wedding-platform","owner":"JacobStephens2","description":"A custom-built wedding website with RSVP management, guest tracking, registry integration, and an admin dashboard. Built with PHP and MySQL.","archived":false,"fork":false,"pushed_at":"2026-04-04T03:36:39.000Z","size":2150,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-04T04:11:45.625Z","etag":null,"topics":["admin-dashboard","apache","guest-management","mysql","php","phpmailer","pwa","registry","rsvp","seating-chart","wedding","wedding-website"],"latest_commit_sha":null,"homepage":"https://wedding.stephens.page","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JacobStephens2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-26T16:35:22.000Z","updated_at":"2026-04-04T03:36:46.000Z","dependencies_parsed_at":"2026-02-07T21:08:20.689Z","dependency_job_id":null,"html_url":"https://github.com/JacobStephens2/wedding-platform","commit_stats":null,"previous_names":["jacobstephens2/wedding.stephens.page","jacobstephens2/wedding-platform"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/JacobStephens2/wedding-platform","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobStephens2%2Fwedding-platform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobStephens2%2Fwedding-platform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobStephens2%2Fwedding-platform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobStephens2%2Fwedding-platform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JacobStephens2","download_url":"https://codeload.github.com/JacobStephens2/wedding-platform/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobStephens2%2Fwedding-platform/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31501903,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["admin-dashboard","apache","guest-management","mysql","php","phpmailer","pwa","registry","rsvp","seating-chart","wedding","wedding-website"],"created_at":"2026-04-07T06:05:10.268Z","updated_at":"2026-04-07T06:05:15.301Z","avatar_url":"https://github.com/JacobStephens2.png","language":"PHP","readme":"# Wedding Website\n\nThe wedding website of Jacob Stephens and Melissa Longua, live at [wedding.stephens.page](https://wedding.stephens.page).\n\n## Tech Stack\n\n- **Backend**: PHP 8.3+ / Apache / MySQL 8\n- **Frontend**: Vanilla JavaScript, CSS3 with custom properties\n- **Email**: PHPMailer via Mandrill SMTP\n- **Dependencies**: Composer (`vlucas/phpdotenv`, `phpmailer/phpmailer`)\n\n## Features\n\n### Guest-Facing\n\n- **Home** — countdown timer, background video\n- **RSVP** — name lookup, group RSVP (ceremony \u0026 reception), dietary restrictions, song requests\n- **Story** — relationship timeline with photo carousels and embedded video\n- **Registry** — gift list with purchase tracking and fund progress bars\n- **Gallery** — photo grid with lightbox and swipe navigation\n- **About** — details about the Nuptial Mass and Holy Communion\n- **Travel** — parking, transportation, and hotel room blocks\n- **Contact** — visitor message form\n\n### Admin\n\n- **Guest Management** — add/edit/delete guests, plus-ones, rehearsal invites, child/infant tracking\n- **RSVP Dashboard** — filterable/sortable view of all RSVPs with bulk operations\n- **Seating Chart** — drag-and-drop table assignments, floor plan visualization, grid and card views, undo support\n- **Registry Management** — add/edit items, mark purchases, control publication\n- **Fund Tracking** — house fund and honeymoon fund contribution management\n- **Gallery Management** — upload and organize photos by story section\n\n### Other\n\n- Dark mode toggle with `localStorage` persistence\n- Responsive design with mobile hamburger navigation\n- Private asset serving through `assets.php`\n- Cron jobs for registry low-stock alerts and uptime monitoring\n\n## Project Structure\n\n```\npublic/                     Web root (Apache DocumentRoot)\n├── css/style.css           Stylesheet with light/dark themes\n├── js/main.js              Client-side logic\n├── api/                    JSON API endpoints\n├── includes/               Shared header, footer, theme init\n├── images/                 Static images\n└── *.php                   Page and admin files\n\nprivate/                    Not web-accessible\n├── config.php              App constants and configuration\n├── db.php                  PDO database connection\n├── admin_auth.php          Session-based authentication\n├── email_handler.php       Mandrill SMTP wrapper\n├── sql/                    Database schema and migrations\n├── cron/                   Scheduled scripts\n├── photos/                 Organized by story section\n└── videos/                 Private video storage\n```\n\n## Setup\n\nSee [SETUP.md](SETUP.md) for full installation instructions including Apache config, environment variables, SSL, and cron setup.\n\n### Quick Start\n\n```bash\ncomposer install\ncp private/.env.example private/.env   # edit with your credentials\n# Run SQL migrations in private/sql/\n# Point Apache DocumentRoot to public/\n```\n\n## Environment Variables\n\nConfigured in `private/.env`:\n\n| Variable | Purpose |\n|---|---|\n| `DB_HOST`, `DB_NAME`, `DB_USER`, `DB_PASS` | MySQL connection |\n| `MANDRILL_SMTP_HOST`, `MANDRILL_SMTP_PORT`, `MANDRILL_SMTP_USER`, `MANDRILL_SMTP_PASS` | Email delivery |\n| `ADMIN_PASSWORD` | Admin area access |\n| `RSVP_CHECK_PASSWORD` | RSVP dashboard access |\n| `RSVP_EMAIL`, `CONTACT_EMAIL` | Notification recipients |\n| `REGISTRY_LOW_AVAILABLE_THRESHOLD` | Low-stock alert threshold |\n| `REGISTRY_CHECK_COOLDOWN_HOURS` | Alert cooldown period |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacobstephens2%2Fwedding-platform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjacobstephens2%2Fwedding-platform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacobstephens2%2Fwedding-platform/lists"}