PHPackages                             bilalbaraz/laravel-yammer-client - 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. bilalbaraz/laravel-yammer-client

ActiveLibrary[API Development](/categories/api)

bilalbaraz/laravel-yammer-client
================================

Yammer API Wrapper for Laravel

1.0.5(8y ago)2351PHP

Since Feb 22Pushed 8y agoCompare

[ Source](https://github.com/bilalbaraz/laravel-yammer-client)[ Packagist](https://packagist.org/packages/bilalbaraz/laravel-yammer-client)[ RSS](/packages/bilalbaraz-laravel-yammer-client/feed)WikiDiscussions master Synced yesterday

READMEChangelog (6)Dependencies (1)Versions (8)Used By (0)

Yammer API Wrapper For Laravel
==============================

[](#yammer-api-wrapper-for-laravel)

[![Build Status](https://camo.githubusercontent.com/ce7bf225651992bcc5d5889ecedc2bc73d16bb56c1a85e6b5fbda3335155b3b9/68747470733a2f2f7472617669732d63692e6f72672f62696c616c626172617a2f6c61726176656c2d79616d6d65722d636c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/bilalbaraz/laravel-yammer-client) [![Dependency Status](https://camo.githubusercontent.com/cc3482996ba1c19b126e763a70884e00583f4401951a835e0d377cbc833ee93b/68747470733a2f2f626574612e67656d6e617369756d2e636f6d2f6261646765732f6769746875622e636f6d2f62696c616c626172617a2f6c61726176656c2d79616d6d65722d636c69656e742e737667)](https://beta.gemnasium.com/projects/github.com/bilalbaraz/laravel-yammer-client)

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

[](#installation)

Run in console below command to download package to your project:

```
composer require bilalbaraz/laravel-yammer-client
```

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

[](#requirements)

```
guzzlehttp/guzzle
```

Configuration
-------------

[](#configuration)

Publish config settings:

```
php artisan vendor:publish --provider="Yammer\YammerServiceProvider"
```

or copy `/vendor/bilalbaraz/laravel-yammer-client/config/yammer.php` into `/config` directory.

and add below global variables to your .env file:

```
YAMMER_CLIENT_ID=[YAMMER-CLIENT-ID WILL BE HERE]
YAMMER_CLIENT_SECRET=[YAMMER-CLIENT-SECRET WILL BE HERE]
YAMMER_TOKEN=[YAMMER-ACCESS-TOKEN WILL BE HERE]

```

Usage
-----

[](#usage)

Where you want to use this package, must be added below namespace:

```
use Yammer\YammerClient;

```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity68

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

Total

6

Last Release

2994d ago

### Community

Maintainers

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

---

Top Contributors

[![bilalbaraz](https://avatars.githubusercontent.com/u/5327866?v=4)](https://github.com/bilalbaraz "bilalbaraz (3 commits)")

### Embed Badge

![Health badge](/badges/bilalbaraz-laravel-yammer-client/health.svg)

```
[![Health](https://phpackages.com/badges/bilalbaraz-laravel-yammer-client/health.svg)](https://phpackages.com/packages/bilalbaraz-laravel-yammer-client)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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