PHPackages                             navvygator/manychat-php-sdk - 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. navvygator/manychat-php-sdk

ActiveLibrary[API Development](/categories/api)

navvygator/manychat-php-sdk
===========================

Unofficial PHP SDK for ManyChat API

v1.0.0(3y ago)10MITPHPPHP &gt;=7.1

Since Nov 8Pushed 3y ago1 watchersCompare

[ Source](https://github.com/navvygator/manychat-php-sdk)[ Packagist](https://packagist.org/packages/navvygator/manychat-php-sdk)[ RSS](/packages/navvygator-manychat-php-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

ManyChat PHP SDK
----------------

[](#manychat-php-sdk)

This is unofficial SDK based on the ManyChat public API:

---

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

[](#requirements)

- php 7.1+

---

Installing
----------

[](#installing)

The recommended way to install Guzzle is through [Composer](https://getcomposer.org/).

> composer require navvygator/manychat-php-sdk

---

Samples
-------

[](#samples)

Initialize client

```
$apiKey = '12345678987654321:aabbccddeeff11223344ffddbbccaa';
$client = new ManychatClient($apiKey);

```

Work with page-scoped API

```
$client->page()->getInfo(); //get page's info
$client->page()->createTag('new API tag'); //create new tag
$client->page()->createBotField('New bot field', 'number', 'test bot field', 88);

```

Work with subscriber-scoped API

```
$subscriber = $client->subscriber()->findByName('John Smith'); // find subscriber by full name
$subscriber = $client->subscriber()->getInfo(257545534557); //get the subscriber's info by subscriber id
$client->subscriber()->addTagByName(257545534557, 'new API tag'); // apply tag to subscriber

```

Work with sending API

```
$client->sender()->sendContent(257545534557, $content); // send dynamic content to the subscriber
$client->sender()->sendFlow(257545534557, 'flow_123'); //send flow to the subscriber

```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

1280d ago

### Community

Maintainers

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

### Embed Badge

![Health badge](/badges/navvygator-manychat-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/navvygator-manychat-php-sdk/health.svg)](https://phpackages.com/packages/navvygator-manychat-php-sdk)
```

###  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)
