PHPackages                             umobi/rdstation-laravel - 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. umobi/rdstation-laravel

ActiveLibrary

umobi/rdstation-laravel
=======================

A Laravel Wrapper around RDStation API

1.0.2(8y ago)1820MITPHP

Since Mar 4Pushed 8y ago2 watchersCompare

[ Source](https://github.com/Umobi/rdstation-laravel)[ Packagist](https://packagist.org/packages/umobi/rdstation-laravel)[ Docs](https://umobi.com.br)[ RSS](/packages/umobi-rdstation-laravel/feed)WikiDiscussions master Synced 2mo ago

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

Unoficial Laravel integration for RDStation
===========================================

[](#unoficial-laravel-integration-for-rdstation)

[![Build Status](https://camo.githubusercontent.com/2d61fc8f45693dcfa2b05227913237c2a54a37a35bbf1061aac141a124113939/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f756d6f62692f726473746174696f6e2d6c61726176656c2e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/umobi/rdstation-laravel)[![Total Downloads](https://camo.githubusercontent.com/fa853c65b4a10e0d563236a474fccd805a70e91165f291185878fa47ef695fa6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f756d6f62692f726473746174696f6e2d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/umobi/rdstation-laravel)[![Downloads per month](https://camo.githubusercontent.com/ebad6b2004b581832e131c99ae2a967b799b8b21240e90fa50bfa6e5777b41ca/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f756d6f62692f726473746174696f6e2d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/umobi/rdstation-laravel)[![Latest stable version](https://camo.githubusercontent.com/2bf350b0ba599526379a45de3693f425e396fa6a6484cf2d712afc13f703a784/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f756d6f62692f726473746174696f6e2d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/umobi/rdstation-laravel)[![License](https://camo.githubusercontent.com/306c583e2edaca1c26234e2127640c77d60625db29fe84a812c1a54462c3f9a5/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f756d6f62692f726473746174696f6e2d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/umobi/rdstation-laravel)

Unoficial Laravel integration for [RDStation](https://rdstation.com.br/).

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

[](#installation)

### Laravel 5.x

[](#laravel-5x)

Install the `umobi/rdstation-laravel` package:

```
$ composer require umobi/rdstation-laravel
```

### Setting up your RDStation service

[](#setting-up-your-rdstation-service)

Log in to your [RDStation dashboard](https://www.rdstation.com.br/integracoes/tokens/) and grab your Token and Private Token. Add them to `config/services.php`.

```
// config/services.php
...
'rdstation' => [
    'token' => env('RDSTATION_TOKEN'),
    'private_token' => env('RDSTATION_PRIVATE_TOKEN'),
],
```

Add your RDStation Tokens to `.env` file:

```
RDSTATION_TOKEN=f1c940384a971f2982c61a5e5f11e6b9
RDSTATION_PRIVATE_TOKEN=82ue82918du234j3j43ld9j2jpao91282

```

### Usage

[](#usage)

```
 app('rdstation')->register($source, [
    'name' => $name,
    'email' => $email,
    'mobile_phone' => $lead->phone_number,
    ... // RDStation Lead fields
]);
```

Show additional info on [Integrar sistema próprio para Criação de Leads e registrar conversão](https://ajuda.rdstation.com.br/hc/pt-br/articles/200310589)

Contributing
------------

[](#contributing)

Dependencies are managed through composer:

```
$ composer install

```

Tests can then be run via phpunit:

```
$ vendor/bin/phpunit

```

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Contributing
------------

[](#contributing-1)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Umobi](https://github.com/umobi)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity65

Established project with proven stability

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

Total

3

Last Release

2992d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/83062d5bcc25aa237e0a302b601f7749281d4c916382df9f60c7b660a403645d?d=identicon)[ramonvic](/maintainers/ramonvic)

---

Top Contributors

[![ramonvic](https://avatars.githubusercontent.com/u/87956?v=4)](https://github.com/ramonvic "ramonvic (5 commits)")

---

Tags

laravelleadsrdstation

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/umobi-rdstation-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/umobi-rdstation-laravel/health.svg)](https://phpackages.com/packages/umobi-rdstation-laravel)
```

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[truckersmp/steam-socialite

Laravel Socialite provider for Steam OpenID.

1516.7k](/packages/truckersmp-steam-socialite)

PHPackages © 2026

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