> ## Documentation Index
> Fetch the complete documentation index at: https://phiki.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

> Learn how to install Phiki inside of your PHP project.

To install Phiki, you need to have [Composer](https://getcomposer.org/) installed on your system.

Run the following command from the root of your project:

```sh theme={null}
composer require phiki/phiki:^2.0
```

This will install the latest stable version of Phiki and add it to your `composer.json` file.
