rui-git/mambo-php-sdk

Non official Mambo PHP Library

1.0.2 2018-01-16 14:26 UTC

This package is not auto-updated.

Last update: 2024-05-29 04:02:57 UTC


README

This is not an official product. For the sake of my developpement, I've took the current version of the SDK to generate a composer compatible project.

This project will not be supported when Mambo.io will release theire own version.

You can get more information on Mambo here https://mambo.io

Requirements

PHP 5.3.0 and later.

Composer

You can install the bindings via Composer. Run the following command:

composer require rui-git/mambo-php-sdk

To use the bindings, use Composer's autoload:

require_once('vendor/autoload.php');

Dependencies

The bindings require the following extension in order to work properly:

  • curl, although you can use your own non-cURL client if you prefer
  • json

If you use Composer, these dependencies should be handled automatically. If you install manually, you'll want to make sure that these extensions are available.