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.
Last updated
Was this helpful?
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.
Last updated
Was this helpful?
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 account dashboard.
PHP version 8.1 or higher
You can install the Plutu PHP package via Composer by running the following command:
To use the Plutu PHP package in your project, you first need to include the Composer autoload file:
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 document on GitHub