Plutu PHP

Plutu PHP package provides a streamlined integration of Plutu's services into PHP projects. It offers a generic interface that enables easy interaction with the Plutu API and services.

circle-info

For more comprehensive information and detailed documentation about Plutu PHP, please visit the Plutu PHParrow-up-right Github repository. The repository includes a README file with installation instructions, usage, and examples.

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 Plutuarrow-up-right account dashboard.

Requirements

  • PHP version 8.1 or higher

Installation

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

composer require plutu/plutu-php

Usage

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

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 Examplesarrow-up-right document on GitHub

Last updated