About Us

This is a modern PHP application built with a clean architecture and designed using shadcn principles.

Project Structure

  • httpdocs/ - Public web root (served by the webserver)
  • src/ - Application code (controllers, models)
  • lib/ - Reusable library classes
  • config/ - Configuration files

Features

  • Simple routing system
  • MVC-ready architecture
  • Tailwind CSS for modern styling
  • PSR-4 autoloader
  • Clean separation of concerns