PHPackages                             papalardo/bot-conversa-api-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. papalardo/bot-conversa-api-client

ActiveLibrary[API Development](/categories/api)

papalardo/bot-conversa-api-client
=================================

0.0.6(3y ago)0931MITPHPPHP ^8.0.2

Since May 18Pushed 3y ago1 watchersCompare

[ Source](https://github.com/papalardo/bot-conversa-api-client)[ Packagist](https://packagist.org/packages/papalardo/bot-conversa-api-client)[ RSS](/packages/papalardo-bot-conversa-api-client/feed)WikiDiscussions master Synced 1mo ago

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

Bot conversa api client (WIP)
=============================

[](#bot-conversa-api-client-wip)

SDK for integration with [Bot conversa](https://app.botconversa.com.br/)

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

[](#requirements)

- php 7.4
- curl
- api key

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

[](#installation)

You can install the package via composer:

```
$ composer require papalardo/bot-conversa-api-client
```

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

[](#configuration)

Set configuration using singleton class:

```
use Papalardo\BotConversaApiClient\BotConversaClientConfig;

BotConversaClientConfig::i()
    ->accessToken('your-access-token')
    ->debug() // To enable debug info
    ;
```

Available features
------------------

[](#available-features)

Im developing this package for my needs, so only some features were created like:

- Read subscriber
- Create subscriber
- Send message subscriber

Having needs we will develop more features.

This sdk was grouped by modules as noted in [documentation](https://backend.botconversa.com.br/swagger/)

So, to use `subscriber` module, make like this:

```
use Papalardo\BotConversaApiClient\BotConversaClient;

$subscriberService = BotConversaClient::make()->subscriber();

// Creating subscriber
$subscriberService->create(new CreateSubscriberData([
    'phone' => '5561000000000',
    'firstName' => 'John',
    'lastName' => 'Doe'
]))

// Read subscriber
$subscriber = $subscriberService->read('5561000000000');

// Send message
$subscriberService
    ->sendMessage($subscriber->id(), new SendMessageData([
        'value' => 'Notification test message'
    ]));
```

### Notes

[](#notes)

- This package be using DTO Pattern, then the code must be your documentation. You will see the payload for request in DTO classes

Credits
-------

[](#credits)

- [papalardo](https://github.com/papalardo)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

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

Total

6

Last Release

1376d ago

PHP version history (3 changes)0.0.1PHP ^7.4

0.0.2PHP &gt;=7.4

0.0.4PHP ^8.0.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/0d22a8827593a9008baf1539d00dd3d2a5c4cd7d843bc08b63029c8ee705d334?d=identicon)[papalardo](/maintainers/papalardo)

---

Top Contributors

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

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/papalardo-bot-conversa-api-client/health.svg)

```
[![Health](https://phpackages.com/badges/papalardo-bot-conversa-api-client/health.svg)](https://phpackages.com/packages/papalardo-bot-conversa-api-client)
```

###  Alternatives

[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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