PHPackages                             maib-ecomm/maib-checkout-sdk-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. maib-ecomm/maib-checkout-sdk-php

ActiveLibrary[API Development](/categories/api)

maib-ecomm/maib-checkout-sdk-php
================================

PHP SDK for maib checkout API

v1.0.3(3mo ago)140↓80%MITPHPPHP &gt;=5.6.0

Since Feb 24Pushed 2mo agoCompare

[ Source](https://github.com/maib-ecomm/maib-checkout-sdk-php)[ Packagist](https://packagist.org/packages/maib-ecomm/maib-checkout-sdk-php)[ Docs](https://github.com/maib-ecomm/maib-checkout-sdk-php)[ RSS](/packages/maib-ecomm-maib-checkout-sdk-php/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (6)Used By (0)

[![N|Solid](https://camo.githubusercontent.com/13ce7f7d3ee38127ba93d1e62b3cc855a1eb71f39449f1b686e50928b9f92342/68747470733a2f2f7777772e6d6169622e6d642f696d616765732f6c6f676f2e737667)](https://www.maib.md)

PHP SDK for **maib** Checkout API
=================================

[](#php-sdk-for-maib-checkout-api)

**maib** Checkout API docs:

---

Requirements
------------

[](#requirements)

- PHP &gt;= 5.6
- Required PHP extensions:
    - curl
    - json

---

Install
-------

[](#install)

Download the latest release and include SDK classes manually:

```
require __DIR__ . '/../src/MaibCheckoutAuthRequest.php';
require __DIR__ . '/../src/MaibCheckoutApiRequest.php';
require __DIR__ . '/../src/MaibCheckoutSdk.php';
```

---

Getting started
---------------

[](#getting-started)

### Import classes

[](#import-classes)

```
