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
Requires
- jdanielcmedina/lapa: ^1.0
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
- Clone the repository:
git clone https://github.com/jdanielcmedina/trindade.git
cd trindade
- Install dependencies:
composer install
- Configure your database settings
Structure
/public
- Public assets/routes
- Application routes/storage
- Storage files/views
- View templates
License
MIT