PHPackages                             buuyers/buuyers-api-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. [HTTP &amp; Networking](/categories/http)
4. /
5. buuyers/buuyers-api-php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

buuyers/buuyers-api-php
=======================

Buuyers API client built on top of Guzzle

2.3.0(9y ago)0251PHP

Since May 20Pushed 9y ago2 watchersCompare

[ Source](https://github.com/Buuyers/buuyers-api-php)[ Packagist](https://packagist.org/packages/buuyers/buuyers-api-php)[ RSS](/packages/buuyers-buuyers-api-php/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (7)Used By (0)

buuyers-api-php
===============

[](#buuyers-api-php)

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

[](#installation)

Using Composer:

```
{
    "require": {
      "buuyers/buuyers-api-php": "2.3.0"
    }
}
```

Clients
-------

[](#clients)

```
$client = new EmailingCampaign(appId, apiKey);
```

Emailing Campaign
-----------------

[](#emailing-campaign)

```
$client->emailingCampaigns->campaigns([
    'company_id'=>xxx, // Id company
    'email'=>xxx@yopmail.com, // Email
    'type'=>'feedback', // feedback or avis
    'date'=>xxxx-xx-xx, // Date to send
    'time'=>xx, // Time to send
    'name'=>xxxx, // Name (optional parameter)
    'resend'=>xxxx-xx-xx, // Date to send (optional parameter),
    'products'=>[], // Array of Products
]);
```

Get Info Campany
----------------

[](#get-info-campany)

```
$client->companies->getCompany(id);
```

Get Campany Reviews
-------------------

[](#get-campany-reviews)

```
$client->companies->getCompanyReviews(id);
```

Post Add Review
---------------

[](#post-add-review)

```
$client->companies->addReview([
    'company_id'=>xxx, // Id company
    'email'=>xxx@yopmail.com, // Email
    'note'=>xx, // Note Review (1,2,3,4,5)
    'title'=>xxxx, // Title Review (optional parameter)
    'text'=>"Lorem ipsum dolor sit amet.", // Review Text (optional parameter),
]);
```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity67

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

Total

6

Last Release

3591d ago

Major Versions

v1.1.0 → 2.0.02016-07-14

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/53611622?v=4)[mehdi-dridi](/maintainers/mehdi-dridi)[@mehdi-dridi](https://github.com/mehdi-dridi)

---

Top Contributors

[![Mahdidridi](https://avatars.githubusercontent.com/u/1143165?v=4)](https://github.com/Mahdidridi "Mahdidridi (9 commits)")

---

Tags

apiGuzzleBuuyers

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/buuyers-buuyers-api-php/health.svg)

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

###  Alternatives

[onesignal/onesignal-php-api

A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com

34199.5k2](/packages/onesignal-onesignal-php-api)[dreamfactory/df-core

DreamFactory(tm) Core Components

1652.0k38](/packages/dreamfactory-df-core)[antoinelemaire/aircall-php

Aircall API client built on top of Guzzle 6

1050.2k](/packages/antoinelemaire-aircall-php)

PHPackages © 2026

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