# Plutu PHP

{% hint style="info" %}
**For more comprehensive information and detailed documentation about Plutu PHP, please visit the** [**Plutu PHP**](https://github.com/getplutu/plutu-php) **Github repository. The repository includes a README file with installation instructions, usage, and examples.**
{% endhint %}

## Getting started

Before you can use the Plutu PHP package, you need to have a Plutu API key, access token, and secret key. You can obtain these from your [Plutu](https://plutu.ly/) account dashboard.

### Requirements

* PHP version 8.1 or higher

### Installation

You can install the Plutu PHP package via Composer by running the following command:

```php
composer require plutu/plutu-php
```

### Usage

To use the Plutu PHP package in your project, you first need to include the Composer autoload file:

```php
require_once __DIR__ . '/vendor/autoload.php';
```

### Examples

The Plutu PHP package includes several examples that demonstrate how to use the package to interact with the Plutu API. These examples cover a variety of use cases for Plutu's services and can be found in the [Examples](https://github.com/getplutu/plutu-php/blob/main/examples.md) document on GitHub
