PHPackages                             mixislv/reamaze-php-sdk - 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. mixislv/reamaze-php-sdk

ActiveLibrary[API Development](/categories/api)

mixislv/reamaze-php-sdk
=======================

A PHP library for the Reamaze Core API

v2.2.1(3y ago)219.0k2MITPHPPHP &gt;=7.2.0

Since Jul 28Pushed 3y ago1 watchersCompare

[ Source](https://github.com/mixisLv/reamaze-php-sdk)[ Packagist](https://packagist.org/packages/mixislv/reamaze-php-sdk)[ RSS](/packages/mixislv-reamaze-php-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (5)Versions (15)Used By (0)

Reamaze PHP SDK
===============

[](#reamaze-php-sdk)

[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://camo.githubusercontent.com/39c688bf243eeb6d3bfc529dcf3cb27443613deb696c8fa9f49bccf1e63e3bef/68747470733a2f2f7777772e7265706f7374617475732e6f72672f6261646765732f6c61746573742f6163746976652e737667)](https://www.repostatus.org/#active)[![GitHub license](https://camo.githubusercontent.com/9580a011f645071b583448ec0054ae95a70b290dba7126b8cbc0051bc5a0e6db/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d697869734c762f7265616d617a652d7068702d73646b2e737667)](https://github.com/mixisLv/reamaze-php-sdk/blob/master/LICENSE)[![GitHub release](https://camo.githubusercontent.com/8b37ed269cc573b7e4f51e8a6221778cee09fe06919ea9274103ebbe4547c444/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6d697869734c762f7265616d617a652d7068702d73646b2e737667)](https://github.com/mixisLv/reamaze-php-sdk/releases/latest)[![Build Status](https://camo.githubusercontent.com/6a3057f76e1718bf59668518fb7166dfd5f9085e06af4c023fc8024ea4a7b0be/68747470733a2f2f7472617669732d63692e6f72672f6d697869734c762f7265616d617a652d7068702d73646b2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/mixisLv/reamaze-php-sdk)

A PHP client library for accessing Reamaze API
----------------------------------------------

[](#a-php-client-library-for-accessing-reamaze-api)

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

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

[](#requirements)

The following PHP extension is required:

- json
- curl

Installation
------------

[](#installation)

Run the following to include this via [Composer](https://packagist.org/packages/mixislv/reamaze-php-sdk)

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

```

Or by adding the following to your composer.json:

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

```

Usage
-----

[](#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](./examples) directory for more usage examples.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 99% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~211 days

Recently: every ~322 days

Total

12

Last Release

1248d ago

Major Versions

v1.0.3 → v2.0.02018-12-18

PHP version history (3 changes)v1.0PHP &gt;=5.4.0

v2.0.0PHP &gt;=7.1.0

v2.2.0PHP &gt;=7.2.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/2dcdf1ee2199a57fcdca07121fe369e806fa2bfadd7690409f26fcbb6c1ae134?d=identicon)[mixisLv](/maintainers/mixisLv)

---

Top Contributors

[![mixisLv](https://avatars.githubusercontent.com/u/3735128?v=4)](https://github.com/mixisLv "mixisLv (95 commits)")[![marislazda](https://avatars.githubusercontent.com/u/3876309?v=4)](https://github.com/marislazda "marislazda (1 commits)")

---

Tags

api-clientphpphp-libraryreamazesdkphpapisdklibraryreamaze

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/mixislv-reamaze-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/mixislv-reamaze-php-sdk/health.svg)](https://phpackages.com/packages/mixislv-reamaze-php-sdk)
```

###  Alternatives

[checkout/checkout-sdk-php

Checkout.com SDK for PHP

553.3M7](/packages/checkout-checkout-sdk-php)[jstolpe/instagram-graph-api-php-sdk

Instagram Graph API PHP SDK

13998.4k2](/packages/jstolpe-instagram-graph-api-php-sdk)[fabian-beiner/todoist-php-api-library

A PHP client library that provides a native interface to the official Todoist REST API.

4810.8k](/packages/fabian-beiner-todoist-php-api-library)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
