rui-git/mambo-php-sdk

Non official Mambo PHP Library

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/rui-git/mambo-php-sdk

1.0.2 2018-01-16 14:26 UTC

This package is not auto-updated.

Last update: 2025-10-01 09:51:00 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.