What you get out of the box with Cursy-PHP.
Starter patterns for auth, mail, routing, and views to jumpstart apps.
PDO-friendly; add your own migrations and schemas without heavy ORM.
Closed app bundles (Store, Booking, Restaurant, Directory, Membership, Courseware, Events, POS) at $29.95 each.
Minimal surface; you decide auth/session strategy. SMTP secrets in env.
GET/POST/ANY with simple `{param}` matching. Register routes in `config/routes.php`.
Twig if present; HTML fallback if not. Keep templates under `resources/views`.
Helpers for `json()`, `html()`, `text()`, `notFound()`, and a simple emitter.
Plain PHP config files. Env helpers `env()` and `config()` built-in.
PHPMailer wrapper included for SMTP notifications (optional).
No bundler. Works on shared hosting with PHP-FPM.
Tiny `bin/cursy` to list routes; extend for your own tasks.
Brand with your logo/colors; “powered by” toggle optional.