jdanielcmedina/trindade

A minimalist PHP framework skeleton

dev-main 2025-03-15 05:52 UTC

This package is auto-updated.

Last update: 2025-07-15 06:56:23 UTC


README

A minimalist PHP framework skeleton based on Lapa framework.

Overview

Trindade is a lightweight PHP application built on top of the Lapa framework. It provides a simple structure for developing web applications with PHP and MySQL.

Requirements

  • PHP 7.4 or higher
  • MySQL
  • Composer

Installation

  1. Clone the repository:
git clone https://github.com/jdanielcmedina/trindade.git
cd trindade
  1. Install dependencies:
composer install
  1. Configure your database settings

Structure

  • /public - Public assets
  • /routes - Application routes
  • /storage - Storage files
  • /views - View templates

License

MIT