PHPackages                             elgibor-solution/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. [API Development](/categories/api)
4. /
5. elgibor-solution/laravel-chatwoot

ActiveLibrary[API Development](/categories/api)

elgibor-solution/laravel-chatwoot
=================================

Laravel API bridge to chatwoot engine with matching paths and responses.

1.0.0(3mo ago)098↓50%MITPHPPHP ^8.1

Since Feb 9Pushed 3mo agoCompare

[ Source](https://github.com/elgiborsolution/laravel-chatwoot)[ Packagist](https://packagist.org/packages/elgibor-solution/laravel-chatwoot)[ RSS](/packages/elgibor-solution-laravel-chatwoot/feed)WikiDiscussions main Synced 1mo ago

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

laravel-chatwoot
================

[](#laravel-chatwoot)

Laravel API bridge to chatwoot engine with matching paths and responses.

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

[](#installation)

```
composer require elgibor-solution/laravel-chatwoot
```

Configuration
-------------

[](#configuration)

Publish the configuration file:

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

### Environment Variables

[](#environment-variables)

Add these to your `.env`:

- `CHATWOOT_BASE_URL`: Your Chatwoot instance URL.
- `CHATWOOT_API_TOKEN`: Your API access token.
- `CHATWOOT_PREFIX`: API prefix (default: `chatwoot`).

### Database Configuration

[](#database-configuration)

If you need to load config from the database, set `CHATWOOT_CONFIG_SOURCE=database`. Run the migration first:

```
php artisan migrate
```

Usage
-----

[](#usage)

Once configured, all requests to `/{prefix}/api/v1/*` will be bridged to your Chatwoot instance. The payload, method, and headers (including `api_access_token`) will be handled automatically.

Postman Collection
------------------

[](#postman-collection)

A Postman collection is included in the `postman/` directory for easy testing.

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance82

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity42

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

Unknown

Total

1

Last Release

93d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f5e7899407946e1ed48940ae3b5fea2477eacc7ec98e9f53122e2d97718b7087?d=identicon)[esolution](/maintainers/esolution)

---

Top Contributors

[![elgibor-solution](https://avatars.githubusercontent.com/u/783039?v=4)](https://github.com/elgibor-solution "elgibor-solution (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[spatie/laravel-query-builder

Easily build Eloquent queries from API requests

4.4k26.9M220](/packages/spatie-laravel-query-builder)[essa/api-tool-kit

set of tools to build an api with laravel

52680.5k](/packages/essa-api-tool-kit)[esign/laravel-conversions-api

A laravel wrapper package around the Facebook Conversions API

69145.4k](/packages/esign-laravel-conversions-api)[surface/laravel-webfinger

A Laravel package to create an ActivityPub webfinger.

113.8k](/packages/surface-laravel-webfinger)

PHPackages © 2026

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