marislazda/reamaze-php-sdk

A PHP library for the Reamaze Core API

dev-master / 1.0.x-dev 2017-01-31 12:41 UTC

This package is not auto-updated.

Last update: 2025-06-02 18:54:21 UTC


README

Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

A PHP library for the Reamaze Core API.

This PHP library allows you to easily integrate Reamaze with PHP.

The following PHP extension is required:

  • json
  • curl

##Installing

composer require "marislazda/reamaze-php-sdk" "1.0.*"

Or by adding the following to your composer.json:

"require": {
    "marislazda/reamaze-php-sdk": "1.0.*"
}

Examples

Check out examples directory for usage examples