garavel/garavel

Garavel PHP micro-framework project starter

Maintainers

Package info

github.com/ismailceylan/garavel

Type:project

pkg:composer/garavel/garavel

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.1 2025-07-08 16:14 UTC

This package is auto-updated.

Last update: 2026-03-08 20:42:24 UTC


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

  1. Clone the repository:
    git clone https://github.com/yourusername/garavel.git
  2. Navigate to the project directory:
    cd garavel
  3. 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

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix.
  3. Submit a pull request with a clear description of your changes.

License

This project is licensed under the MIT License.