garavel / garavel
Garavel PHP micro-framework project starter
v1.0.1
2025-07-08 16:14 UTC
Requires
- garavel/http: ^1.0
- garavel/routing: ^1.0
- garavel/support: ^1.0
README
Garavel is a framework built with PHP, designed to provide a robust foundation for modern web development. This documentation covers setup, usage, and contribution guidelines.
Table of Contents
Installation
- Clone the repository:
git clone https://github.com/yourusername/garavel.git
- Navigate to the project directory:
cd garavel - Install dependencies (if using Composer):
composer install
Configuration
Usage
Project Structure
garavel/
├── app/ # Application core
├── public/ # Web server root
├── routes/ # Route definitions
└── README.md # Project documentation
Testing
Contributing
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Submit a pull request with a clear description of your changes.
License
This project is licensed under the MIT License.