PHPackages                             oseias-isidoro/evoluiton-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. oseias-isidoro/evoluiton-sdk

ActiveLibrary[API Development](/categories/api)

oseias-isidoro/evoluiton-sdk
============================

A SDK for https://github.com/EvolutionAPI/evolution-api

v1.1.1-beta(2y ago)51784proprietaryPHPPHP &gt;=7.4

Since Feb 28Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/Oseias-Isidoro/Evolution-SDK)[ Packagist](https://packagist.org/packages/oseias-isidoro/evoluiton-sdk)[ RSS](/packages/oseias-isidoro-evoluiton-sdk/feed)WikiDiscussions main Synced 1mo ago

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

Description
-----------

[](#description)

A simple SDK for .
This uses the BUILDER design pattern to create the message request.

Install
-------

[](#install)

`composer require "oseias-isidoro/evoluiton-sdk"`

in your .env

```
EVOLUTION_TOKEN='{TOKEN}'
EVOLUTION_URL='https://evolution.com'

```

Quick start and examples
------------------------

[](#quick-start-and-examples)

- just text

```
require __DIR__ . '/vendor/autoload.php';

use EvolutionSDK\Messages\MessageBuilder;
use EvolutionSDK\Messages\Messenger;

$builder = new MessageBuilder();

$message = $builder
    ->from('[instance]')
    ->to('[remoteJid]')
    ->text('simple text')
    ->getMessage();

if ((new Messenger())->send($message)) {
    echo "success";
} else {
    echo "error";
}
```

MessageBuilder methods available
--------------------------------

[](#messagebuilder-methods-available)

#### Media:

[](#media)

```
    media(string $url, string $mediaType, string $fileName = null);

    $builder->media(
        'https://path_to_file',
        'document', // document, image, video
        'file_name' // Optional, just for document media type
    );
```

#### Audio:

[](#audio)

```
    audio(string $url);

    $builder->audio('https://path_to_file');
```

#### Mentions:

[](#mentions)

```
    mentions(bool $everyOne = true, array $data = []);

    $builder->mentions(false, [
        "[remoteJid]",
        "[remoteJid]",
    ]);
```

#### Reply:

[](#reply)

```
    reply(array $data);

    $builder->reply([
        "key" => [
            "remoteJid" => "[remoteJid]@s.whatsapp.net",
            "fromMe" => "true",
            "id" => "BAE5766236A2AEFF",
            "participant" => "",
        ],
        "message" => [
            "conversation" => "Plain text message, sent with the _Evolution-API_ 🚀."
        ]
    ]);
```

Supported messages type
-----------------------

[](#supported-messages-type)

type\*Send Text✔Send Buttons❌Send Template❌Send Media: audio - video - image - document - gif

base64: `true`✔Send Media File✔Send Audio type WhatsApp✔Send Audio type WhatsApp - File✔Send Location✔Send List❌Send Link Preview❌Send Contact✔Send Reaction - emoji✔

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance48

Moderate activity, may be stable

Popularity20

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

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

Total

3

Last Release

796d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ee7a65c2996a1e6d6186d22e6c530a54ba9e35ccf2629d5f322ede073c136cfe?d=identicon)[Oseias-Isidoro](/maintainers/Oseias-Isidoro)

---

Top Contributors

[![Oseias-Isidoro](https://avatars.githubusercontent.com/u/39608787?v=4)](https://github.com/Oseias-Isidoro "Oseias-Isidoro (25 commits)")

### Embed Badge

![Health badge](/badges/oseias-isidoro-evoluiton-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/oseias-isidoro-evoluiton-sdk/health.svg)](https://phpackages.com/packages/oseias-isidoro-evoluiton-sdk)
```

###  Alternatives

[netflie/whatsapp-cloud-api

The first PHP SDK to send and receive messages using a cloud-hosted version of the WhatsApp Business Platform

640431.7k4](/packages/netflie-whatsapp-cloud-api)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1344.8k1](/packages/jasara-php-amzn-selling-partner-api)[hardcastle/xrpl_php

PHP SDK / Client for the XRP Ledger

129.7k5](/packages/hardcastle-xrpl-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[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)
