2017 © Pedro Peláez
 

library reamaze-php-sdk

A PHP library for the Reamaze Core API

image

mixislv/reamaze-php-sdk

A PHP library for the Reamaze Core API

  • Wednesday, June 6, 2018
  • by mixisLv
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3,741 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 7 Versions
  • 12 % Grown

The README.md

Reamaze PHP SDK

Project Status: Active – The project has reached a stable, usable state and is being actively developed. GitHub license GitHub release Build Status, (*1)

A PHP client library for accessing Reamaze API

This PHP library allows you to easily integrate Reamaze with PHP., (*2)

Requirements

The following PHP extension is required:, (*3)

  • json
  • curl

Installation

Run the following to include this via Composer, (*4)

composer require "mixislv/reamaze-php-sdk" "^2.0"

Or by adding the following to your composer.json:, (*5)

"require": {
    "mixislv/reamaze-php-sdk": "^2.0"
}

Usage

use mixisLv\Reamaze\Api as ReamazeApi;
use mixisLv\Reamaze\Exceptions\ApiException;
use mixisLv\Reamaze\Params\Articles\GetParams;

$reamaze = new ReamazeApi(REAMAZE_BRAND, REAMAZE_LOGIN, REAMAZE_TOKEN);

try {
    $response = $reamaze->articles->get(new GetParams(['slug' => 'test']));
    var_dump($response);
} catch (ApiException $e) {
    var_dump($e->getMessage());
}

Check out examples directory for more usage examples., (*6)

The Versions

06/06 2018

dev-v1-dev

dev-v1-dev

A PHP library for the Reamaze Core API

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • ext-curl *
  • ext-json *

 

api php library sdk reamaze

06/06 2018

dev-v2-dev

dev-v2-dev

A PHP library for the Reamaze Core API

  Sources   Download

MIT

The Requires

  • ext-curl *
  • ext-json *
  • php >=7.0.0

 

The Development Requires

api php library sdk reamaze

06/06 2018

dev-master

9999999-dev

A PHP library for the Reamaze Core API

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • ext-curl *
  • ext-json *

 

api php library sdk reamaze

18/05 2018

v1.0.3

1.0.3.0

A PHP library for the Reamaze Core API

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • ext-curl *
  • ext-json *

 

api php library sdk reamaze

28/07 2016

v1.0

1.0.0.0

A PHP library for the Reamaze Core API

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • ext-curl *
  • ext-json *

 

api php library sdk reamaze

28/07 2016

v1.0.1

1.0.1.0

A PHP library for the Reamaze Core API

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • ext-curl *
  • ext-json *

 

api php library sdk reamaze

28/07 2016

v1.0.2

1.0.2.0

A PHP library for the Reamaze Core API

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • ext-curl *
  • ext-json *

 

api php library sdk reamaze