Download the PHP package plutu/plutu-php without Composer
On this page you can find all versions of the php package plutu/plutu-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package plutu-php
Official Plutu SDK for PHP
The 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.
Getting started
Requirments
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 account dashboard.
- PHP version 8.1 or higher
Official Documentation
Documentation for Plutu API can be found on the Plutu Docs website.
Installation
You can install the Plutu PHP package via Composer by running the following command:
Usage
To use the Plutu PHP package in your project, you first need to include the Composer autoload file:
To set credentials for Plutu PHP, you can use the following method:
You can then use the various methods provided by the Plutu PHP to interact with the Plutu API. Each Plutu service has different methods and arguments, which you can check out in the examples provided section below.
Examples
The Plutu PHP package includes several examples that demonstrate how to use the package to interact with the Plutu API. The examples cover various use cases for Plutu's services. You can find the examples in the Examples document.
Each example includes code snippets with explanations, as well as a link to the full source code. We recommend reviewing the examples to get a better understanding of how to use the package in your own projects.
List of Examples
- Usage
- Initialization
- Services
- Exceptions and Error Handling
Official integrations
The following integrations are fully supported and maintained by the Plutu team.
Resources
License
The Plutu PHP package is open-source software licensed under the MIT License.