PHPackages                             webflixtec/sdk-php-rdstation - 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. webflixtec/sdk-php-rdstation

ActiveLibrary[API Development](/categories/api)

webflixtec/sdk-php-rdstation
============================

SDK das APIs Rd Station CRM/Marketing

v1.4.0(1y ago)042proprietaryPHPPHP &gt;=8.2

Since Nov 8Pushed 1y ago1 watchersCompare

[ Source](https://github.com/webflixtec/sdk-php-rdstation)[ Packagist](https://packagist.org/packages/webflixtec/sdk-php-rdstation)[ Docs](https://github.com/webflixtec/sdk-php-rdstation)[ RSS](/packages/webflixtec-sdk-php-rdstation/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (10)Used By (0)

SDK PHP RD Station
==================

[](#sdk-php-rd-station)

SDK das APIs Rd Station CRM/Marketing

Instalar
--------

[](#instalar)

```
composer require webflixtec/sdk-php-rdstation
```

Utilização
----------

[](#utilização)

```
$apiCrmDeals = new \RdStation\Crm\Deals();

$apiCrmDeals->setToken('');

try{

    $data = $apiCrmDeals->create([
        "deal" => [
            "deal_stage_id" => "",
            "name" => " 1",
            "user_id" => ""
        ],
        "contacts" => [[
            "name" => " 1",
            "emails" => [[
                'email' => "",
            ]],
            "phones" => [[
                'phone' => "1232313123",
                'type' => 'Celular'
            ]]
        ]],
        "deal_products" => [
            "amount" => 1,
            "price" => 1000000,
            "total" => 1000000,
            "name" => "123131",
            "description" => "771231380 sdasdasd"
        ]
    ]);

    var_dump($data);

} catch (\RdStation\Exceptions\RdStationException $ex) {
    var_dump($ex);
}
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance46

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 70% 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 ~19 days

Recently: every ~38 days

Total

9

Last Release

402d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/659c79a662c10f22ac99b45ae14661511ddf93c8e530e95cca2fbcd95365f0da?d=identicon)[webflixtec](/maintainers/webflixtec)

---

Top Contributors

[![ceresaconsultoria](https://avatars.githubusercontent.com/u/56128744?v=4)](https://github.com/ceresaconsultoria "ceresaconsultoria (7 commits)")[![webflixtec](https://avatars.githubusercontent.com/u/154339257?v=4)](https://github.com/webflixtec "webflixtec (3 commits)")

---

Tags

apisdklibrarycrmmarketingPSR-4rdstation

### Embed Badge

![Health badge](/badges/webflixtec-sdk-php-rdstation/health.svg)

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

###  Alternatives

[checkout/checkout-sdk-php

Checkout.com SDK for PHP

553.3M7](/packages/checkout-checkout-sdk-php)[fabian-beiner/todoist-php-api-library

A PHP client library that provides a native interface to the official Todoist REST API.

4810.8k](/packages/fabian-beiner-todoist-php-api-library)

PHPackages © 2026

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