jdanielcmedina/trindade

A minimalist PHP framework skeleton

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/jdanielcmedina/trindade

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

This package is auto-updated.

Last update: 2025-12-15 08:00:50 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