jdanielcmedina/trindade

A minimalist PHP framework skeleton

Maintainers

Package info

github.com/jdanielcmedina/trindade

Type:project

pkg:composer/jdanielcmedina/trindade

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-15 08:46:27 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