# 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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.plutu.ly/sdks/plutu-php.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
