PHPackages                             alan01777/laravel-chatwoot - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. alan01777/laravel-chatwoot

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

alan01777/laravel-chatwoot
==========================

v1.4.0(1mo ago)118MITPHP

Since Apr 17Pushed 1mo agoCompare

[ Source](https://github.com/Alan01777/laravel-chatwoot)[ Packagist](https://packagist.org/packages/alan01777/laravel-chatwoot)[ RSS](/packages/alan01777-laravel-chatwoot/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)Dependencies (1)Versions (6)Used By (0)

Laravel Chatwoot
================

[](#laravel-chatwoot)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b084809d325c30420776c63a8b1cf7227bc1eb492468ef433c3fec28454b1cf3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616c616e30313737372f6c61726176656c2d63686174776f6f742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/alan01777/laravel-chatwoot)[![Total Downloads](https://camo.githubusercontent.com/a7cc9de859ec194d21bdbce03dd226f727037c62fffbb82e093e4278a03958ad/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616c616e30313737372f6c61726176656c2d63686174776f6f742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/alan01777/laravel-chatwoot)

A robust and professional Laravel package for integrating with the Chatwoot API. Built with a clean architecture using Managers, Facades, and DTOs.

Features
--------

[](#features)

- **Multi-account Support**: Seamlessly manage multiple Chatwoot connections/accounts.
- **Type-safe DTOs**: Use dedicated objects for Messages, Contacts, Agents, and Teams.
- **WhatsApp/Meta Templates**: Full support for Meta message templates via API.
- **Labels &amp; Custom Attributes**: Extensive support for tagging and enriching data.
- **Reporting API (v2)**: Access metrics and real-time statistics.
- **Testing Helpers**: Robust `Chatwoot::fake()` for reliable unit testing.

Documentation
-------------

[](#documentation)

Full documentation can be found in the [docs](docs/index.md) directory:

- [Configuration &amp; Multi-account](docs/configuration.md)
- [Basic Usage (DTOs &amp; Facades)](docs/usage.md)
- [Media &amp; Attachments](docs/attachments.md)
- [WhatsApp Templates](docs/templates.md)
- [Labels &amp; Custom Attributes](docs/labels-attributes.md)
- [Reporting API (v2)](docs/reporting.md)
- [Testing &amp; Mocking](docs/testing.md)

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

[](#installation)

```
composer require alan01777/laravel-chatwoot
```

Publish the config:

```
php artisan vendor:publish --tag="chatwoot-config"
```

Quick Start
-----------

[](#quick-start)

```
use Chatwoot;

// Get all contacts
$contacts = Chatwoot::getContacts();

// Send a simple message
Chatwoot::sendMessage($conversationId, new MessageDTO(content: 'Hi!'));

// Use a specific account
Chatwoot::account('marketing')->getInboxes();
```

License
-------

[](#license)

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

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance90

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity37

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

Total

5

Last Release

48d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/09d0917186a56b55e5f8496e91a4d872fcd290aec23b4298ba3ae4236f303683?d=identicon)[Alan01777](/maintainers/Alan01777)

---

Top Contributors

[![Alan01777](https://avatars.githubusercontent.com/u/102366761?v=4)](https://github.com/Alan01777 "Alan01777 (1 commits)")

### Embed Badge

![Health badge](/badges/alan01777-laravel-chatwoot/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3325.1M337](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M11](/packages/renatomarinho-laravel-page-speed)[illuminate/pipeline

The Illuminate Pipeline package.

9348.3M264](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10533.5M984](/packages/illuminate-pagination)[illuminate/redis

The Illuminate Redis package.

8314.4M356](/packages/illuminate-redis)[spatie/laravel-export

Create a static site bundle from a Laravel app

670139.5k6](/packages/spatie-laravel-export)

PHPackages © 2026

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