# Installation

# System Requirements

💡 Chevere system requirements can be found in the composer.json file.

# PHP

Chevere is built and tested for unix-like systems.

The chevere.ini (opens new window) file provides the PHP settings required for Chevere.

# Installing

composer require chevere/chevere

The above command will install Chevere and its dependencies at vendor/.

# Now what?

Chevere will be available project-wide. Make sure to load vendor/autoload.php in your entry point:

require 'vendor/autoload.php';

Once installed you can start using any of the built-in components.