# Installation

This guide will walk you through the process of installing Chevere in your project.

# Requirements

Before installing Chevere, ensure you have the following prerequisites:

Chevere supports the following PHP versions:

  • PHP 8.4
  • PHP 8.3
  • PHP 8.2
  • PHP 8.1

# Installing Chevere

If you need to use several packages, consider installing chevere/chevere (opens new window) which includes all mainline packages:

composer require chevere/chevere

Alternatively, you can install individual packages as needed. For example, to install the chevere/router package, run:

composer require chevere/router