PHPackages                             maib-ecomm/maib-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-sdk-php

ActiveLibrary[API Development](/categories/api)

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

PHP SDK for maib ecommerce API

v1.1.0(2y ago)32.9k↑91.7%1MITPHPPHP &gt;=5.6.0

Since Jul 3Pushed 10mo ago4 watchersCompare

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

READMEChangelog (5)DependenciesVersions (6)Used By (0)

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

PHP SDK for **maib** ecommerce API
==================================

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

**maib** e-commerce API docs:

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

[](#requirements)

PHP &gt;= 5.6

The following PHP extensions are required:

- curl
- json

Install
-------

[](#install)

### Composer

[](#composer)

Install via Composer:

```
composer require maib-ecomm/maib-sdk-php

```

To use the package, use Composer's autoload:

```
require_once 'vendor/autoload.php';

```

### Manual

[](#manual)

Download the latest release and include the *config.php* file in your project.

```
require_once('/path/to/examples/config.php');

```

Getting started with Composer
-----------------------------

[](#getting-started-with-composer)

Add SDK classes:

```
