PHPackages                             ensembleau/revel-php - 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. ensembleau/revel-php

ActiveLibrary[API Development](/categories/api)

ensembleau/revel-php
====================

An SDK for communicating with the Revel Systems API.

1.1.2(9y ago)21811[1 issues](https://github.com/ensembleau/revel-php/issues)MITPHP

Since Jun 19Pushed 9y ago1 watchersCompare

[ Source](https://github.com/ensembleau/revel-php)[ Packagist](https://packagist.org/packages/ensembleau/revel-php)[ Docs](https://github.com/ensembleau/revel-php)[ RSS](/packages/ensembleau-revel-php/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (10)Dependencies (3)Versions (11)Used By (0)

revel-php
=========

[](#revel-php)

[![Build Status](https://camo.githubusercontent.com/2375af1c7e87eef89f28e997371d8418236b23c676d075d2aec7e5d6da997a56/68747470733a2f2f7472617669732d63692e6f72672f656e73656d626c6561752f726576656c2d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/ensembleau/revel-php)

A PHP SDK for interacting with the Revel Systems API.

installation.
-------------

[](#installation)

```
$ composer require ensembleau/revel-php

```

usage:
------

[](#usage)

Create a new `Revel` instance:

```
$revel = new Revel('domain', 'secret', 'key');

```

Access various API endpoints through this instance, e.g.

```
// Get all products.
$products = $revel->products()->all();

// Get an establishment.
$establishment = $revel->establishments()->findById(1);

// Submit an online order.
$revel->ordering()->submit(Order::one($revel, [
    // Order content.
    // ...
]));

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

10

Last Release

3297d ago

Major Versions

0.2.1 → 1.0.02017-06-20

### Community

Maintainers

![](https://www.gravatar.com/avatar/a3c35843cfba07de8c8baff3157727f91edd167014501fa7f0c385d0200341b4?d=identicon)[Ensemble](/maintainers/Ensemble)

---

Top Contributors

[![martywallace](https://avatars.githubusercontent.com/u/606154?v=4)](https://github.com/martywallace "martywallace (31 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ensembleau-revel-php/health.svg)

```
[![Health](https://phpackages.com/badges/ensembleau-revel-php/health.svg)](https://phpackages.com/packages/ensembleau-revel-php)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M966](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1943.1k5](/packages/aimeos-prisma)

PHPackages © 2026

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