The original PHP application powering opencaching.de. PHP 8.2, Smarty templates, MariaDB.
git clone git@github.com:hxdimpf/OC3.git
cd OC3
ddev start
The app is running at https://oc3.ddev.site.
app/— Symfony 3.x (legacy) application kernel and configconfig2/— OC2 configuration fileslib2/— legacy PHP libraries (common.inc.php, web.inc.php, etc.)templates2/— Smarty templates (ocstyle)lang/— translation filesapi/— API endpointsutil/— utility scripts (cron jobs, maintenance)bin/— CLI toolsassets/— static JavaScript/CSS
The assets/oc-new-ui-toggle.js file redirects specific pages
to the OC4 Symfony frontend.
Add routes to the mapping table as OC4 pages come online.
See LICENSE.md.