Plutu Documentation
  • API Documentation
    • Introduction
    • Authentication
      • IP Whitelist
    • Payments
      • Sadad
      • Adfali
      • Local Bank Cards
      • MPGS
      • T-Lync Service
    • Errors
    • Testing
  • SDKs
    • Plutu PHP
    • Plutu Laravel
  • Plugins and extensions
    • Plutu WooCommerce
    • Plutu Formidable
    • Plutu OpenCart
Powered by GitBook
On this page
  • Getting started
  • Requirements
  • Installation
  • Usage
  • Examples

Was this helpful?

  1. SDKs

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.

PreviousTestingNextPlutu Laravel

Last updated 1 year ago

Was this helpful?

For more comprehensive information and detailed documentation about Plutu PHP, please visit the 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 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 document on GitHub

Plutu PHP
Plutu
Examples