PHPackages                             samlitowitz/facebook-php-business-sdk-guzzle-adapter - 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. samlitowitz/facebook-php-business-sdk-guzzle-adapter

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

samlitowitz/facebook-php-business-sdk-guzzle-adapter
====================================================

A Guzzle adapter for the Facebook PHP Business SDK

v18.0.2(2y ago)36.5k2Apache-2.0PHPPHP &gt;=8.0

Since Apr 25Pushed 1y ago1 watchersCompare

[ Source](https://github.com/samlitowitz/facebook-php-business-sdk-guzzle-adapter)[ Packagist](https://packagist.org/packages/samlitowitz/facebook-php-business-sdk-guzzle-adapter)[ RSS](/packages/samlitowitz-facebook-php-business-sdk-guzzle-adapter/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (13)Used By (0)

Facebook PHP Business SDK Guzzle Adapter
========================================

[](#facebook-php-business-sdk-guzzle-adapter)

Install
=======

[](#install)

`composer require samlitowitz/facebook-php-business-sdk-guzzle-adapter`

Use
===

[](#use)

```
Api::init(
	self::APP_ID,
	self::APP_SECRET,
	self::PAGE_ACCESS_TOKEN
);
$facebookClient = Api::instance()->getHttpClient();
$guzzleClient = new Client();
Api::instance()->getHttpClient()->setAdapter(new GuzzleAdapter($facebookClient, $guzzleClient));
$page = new Page(self::PAGE_ID);

$page->getSelf();
$this->assertEquals(self::PAGE_ID, $page->{PageFields::ID});
```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 92.9% 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 ~57 days

Recently: every ~48 days

Total

12

Last Release

847d ago

Major Versions

v1.3.0 → v13.0.02022-06-15

v13.0.0 → v15.0.02023-01-09

v15.0.0 → v16.0.02023-05-18

v16.0.0 → v17.0.02023-07-10

v16.x-dev → v18.0.02023-12-23

PHP version history (2 changes)v1.1.0PHP ^7.2 || ^8.0

v17.0.0PHP &gt;=8.0

### Community

Maintainers

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

---

Top Contributors

[![samlitowitz](https://avatars.githubusercontent.com/u/4641296?v=4)](https://github.com/samlitowitz "samlitowitz (13 commits)")[![sglitowitzsoci](https://avatars.githubusercontent.com/u/51131382?v=4)](https://github.com/sglitowitzsoci "sglitowitzsoci (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/samlitowitz-facebook-php-business-sdk-guzzle-adapter/health.svg)

```
[![Health](https://phpackages.com/badges/samlitowitz-facebook-php-business-sdk-guzzle-adapter/health.svg)](https://phpackages.com/packages/samlitowitz-facebook-php-business-sdk-guzzle-adapter)
```

###  Alternatives

[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[omniphx/forrest

A Laravel library for Salesforce

2724.4M8](/packages/omniphx-forrest)[akamai-open/edgegrid-client

Implements the Akamai {OPEN} EdgeGrid Authentication specified by https://developer.akamai.com/introduction/Client\_Auth.html

482.5M6](/packages/akamai-open-edgegrid-client)[muhammadhuzaifa/telescope-guzzle-watcher

Telescope Guzzle Watcher provide a custom watcher for intercepting http requests made via guzzlehttp/guzzle php library. The package uses the on\_stats request option for extracting the request/response data. The watcher intercept and log the request into the Laravel Telescope HTTP Client Watcher.

98239.8k1](/packages/muhammadhuzaifa-telescope-guzzle-watcher)[onesignal/onesignal-php-api

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

34170.2k2](/packages/onesignal-onesignal-php-api)[ory/hydra-client-php

Documentation for all of Ory Hydra's APIs.

1710.8k](/packages/ory-hydra-client-php)

PHPackages © 2026

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