PHPackages                             stgalkin/ringcentral-webhooks - 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. stgalkin/ringcentral-webhooks

ActiveLibrary[API Development](/categories/api)

stgalkin/ringcentral-webhooks
=============================

Simple wrapper for https://ringcentral.com/ using webhooks

0.1.35(6y ago)19.9k↓50%MITPHPPHP &gt;=7.2

Since Feb 28Pushed 6y ago1 watchersCompare

[ Source](https://github.com/stgalkin/ringcentral-webhooks)[ Packagist](https://packagist.org/packages/stgalkin/ringcentral-webhooks)[ Docs](https://github.com/stgalkin/ringcentral-webhooks)[ RSS](/packages/stgalkin-ringcentral-webhooks/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)DependenciesVersions (6)Used By (0)

[![Build Status](https://camo.githubusercontent.com/2c08d21721fe4b83f367c0eec73efce63ec49c79b34726c6714010d153696ac0/68747470733a2f2f7472617669732d63692e6f72672f737467616c6b696e2f72696e6763656e7472616c2d776562686f6f6b732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/stgalkin/ringcentral-webhooks)[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://opensource.org/licenses/MIT)

PHP RingCentral Webhook
-----------------------

[](#php-ringcentral-webhook)

Easy to use PHP library to post messages in RingCentral via RingCentral Webhooks

Package Installation - Composer
-------------------------------

[](#package-installation---composer)

You can install the package via composer:

```
composer require stgalkin/ringcentral-webhooks
```

### Usage

[](#usage)

Create a Simple Message if you want to sent a message to your channel.

```
$adapter = new \Stgalkin\RingCentral\RingCentralAdapter();
$message  = new \Stgalkin\RingCentral\Message\SimpleMessage('Title', 'Message');
$adapter->send($message);
```

### Custom message

[](#custom-message)

Feel free to extends the **AbstractMessage** or **MessageContract** and implement you own logic!

### Documentation

[](#documentation)

More examples and documentation you may find here: [RingCentral Developers](https://developers.ringcentral.com/guide/team-messaging/manual/webhooks)

### License

[](#license)

This PHP RingCentral Webhook adapter is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 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 ~1 days

Total

5

Last Release

2259d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4647de064d59355cbd0a9dbb159c88002b47179dc09a7062ad160a5bf9b1f3b8?d=identicon)[stgalkin](/maintainers/stgalkin)

---

Top Contributors

[![stgalkin](https://avatars.githubusercontent.com/u/3663459?v=4)](https://github.com/stgalkin "stgalkin (1 commits)")

---

Tags

phpwebhookringcentralGlip

### Embed Badge

![Health badge](/badges/stgalkin-ringcentral-webhooks/health.svg)

```
[![Health](https://phpackages.com/badges/stgalkin-ringcentral-webhooks/health.svg)](https://phpackages.com/packages/stgalkin-ringcentral-webhooks)
```

###  Alternatives

[ringcentral/ringcentral-php

RingCentral Platform PHP SDK

541.2M5](/packages/ringcentral-ringcentral-php)[stymiee/authnetjson

Library that abstracts Authorize.Net's JSON APIs. This includes the Advanced Integration Method (AIM), Automated Recurring Billing (ARB), Customer Information Manager (CIM), Transaction Reporting, Simple Integration Method (SIM), and Webhooks.

19545.7k](/packages/stymiee-authnetjson)

PHPackages © 2026

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