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 today

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 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity42

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

1334d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10019686?v=4)[Mikhail Mazein](/maintainers/navvygator)[@navvygator](https://github.com/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

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M985](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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