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 today

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

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

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

1428d 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://avatars.githubusercontent.com/u/17734894?v=4)[Pablo Papalardo](/maintainers/papalardo)[@papalardo](https://github.com/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

[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k12](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)[terminal42/notification_center

Notification Center extension for Contao Open Source CMS

80413.7k98](/packages/terminal42-notification-center)[doppar/framework

The Doppar Framework

4012.4k14](/packages/doppar-framework)

PHPackages © 2026

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