PHPackages                             ultraboldma/clever-reach - 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. ultraboldma/clever-reach

ActiveLibrary[API Development](/categories/api)

ultraboldma/clever-reach
========================

Laravel and Livewire integration for the CleverReach API

0.1.0(1mo ago)0113MITPHPPHP ^8.1CI failing

Since Aug 10Pushed 1mo agoCompare

[ Source](https://github.com/UltraboldMA/clever-reach)[ Packagist](https://packagist.org/packages/ultraboldma/clever-reach)[ RSS](/packages/ultraboldma-clever-reach/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (3)Dependencies (14)Versions (5)Used By (0)

Laravel-CleverReach
===================

[](#laravel-cleverreach)

[![Laravel CleverReach](img/laravel-clever-reach.jpg)](img/laravel-clever-reach.jpg)

**Integration for the v3 API**

This package integrates the CleverReach API v3 with Laravel and Livewire. It contains vendor-namespaced Actions, Models, routes and Livewire components for handling clients, groups, forms, newsletters and subscribers.

**Laravel 10, 11, 12 and 13 are currently supported.**

Laravel 9 / Livewire 2 support was dropped for the modern Livewire 3/4 stack.

### Docs

[](#docs)

- [Installation](#installation)
- [Laravel compatibility](#laravel-compatibility)

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

[](#installation)

### Install package

[](#install-package)

Add the package in your composer.json by executing the command.

```
composer require ultraboldma/clever-reach
```

Laravel CleverReach features auto discover for Laravel. In case this fails, add the Service Provider to `config/app.php` on Laravel 10 or `bootstrap/providers.php` on Laravel 11+.

```
UltraboldMA\CleverReach\CleverReachServiceProvider::class,

```

### Publish package files

[](#publish-package-files)

Routes, views and Livewire components are loaded from the package. Publish only what you want to customize.

```
php artisan clever-reach:publish
```

Individual tags are also available.

```
php artisan vendor:publish --tag=clever-reach-config
php artisan vendor:publish --tag=clever-reach-migrations
php artisan vendor:publish --tag=clever-reach-views
```

### Migrations

[](#migrations)

Publish and run the migrations.

```
php artisan migrate
```

### Menu items

[](#menu-items)

There is no menu included with this package. Build your own and link to the package routes.

```
route('clever-reach')
route('clever-reach-groups')
route('clever-reach-forms')
route('clever-reach-newsletters')
route('clever-reach-subscribers')
```

### Tailwind

[](#tailwind)

All elements in this package are based on Tailwind and come with minimal styling. If needed you can adjust the published views to fit whatever framework you're using.

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

[](#configuration)

### Base URL

[](#base-url)

Base URL for the CleverReach v3 API. It's already set for you.

```
'baseUrl' => 'url of api'
```

### Single Client

[](#single-client)

You have the option to run multiple API clients for interacting with multiple CleverReach accounts.

```
'singleClient' => true
```

### Routes

[](#routes)

The package registers its routes automatically. Configure prefix and middleware if needed.

```
'route_prefix' => 'admin',
'route_middleware' => ['web', 'auth'],
```

### Available languages

[](#available-languages)

You can create newsletters with different languages/locales in the DB, if you wish to load the based on your app's locale. Please list the available languages here.

```
'available_languages' => ['de', 'en']
```

### Default group ID

[](#default-group-id)

If you always want to use a default group for your newsletter signups, you can set that here. (not yet available)

```
'default_group_id' => 39843984
```

### Default form ID

[](#default-form-id)

Same as the default group ID. (not yet available)

```
'default_form_id' => 39839483
```

Laravel compatibility
---------------------

[](#laravel-compatibility)

LaravelLivewirePHP13.x4.x8.3+12.x3.x / 4.x8.2+11.x3.x / 4.x8.2+10.x3.x / 4.x8.1+Lower versions of Laravel are not supported.

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance90

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 93.8% 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 ~528 days

Total

3

Last Release

47d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/74704c23d1a3ea66e1ddd18de4e90635ea4a2c28838e72ad49ba947694f7988e?d=identicon)[Flobbos](/maintainers/Flobbos)

---

Top Contributors

[![Flobbos](https://avatars.githubusercontent.com/u/21225457?v=4)](https://github.com/Flobbos "Flobbos (15 commits)")[![Copilot](https://avatars.githubusercontent.com/in/1143301?v=4)](https://github.com/Copilot "Copilot (1 commits)")

---

Tags

laravelnewsletterclever-reach

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/ultraboldma-clever-reach/health.svg)

```
[![Health](https://phpackages.com/badges/ultraboldma-clever-reach/health.svg)](https://phpackages.com/packages/ultraboldma-clever-reach)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.4M354](/packages/psalm-plugin-laravel)[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.6k31.8M162](/packages/laravel-cashier)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

79227.1M228](/packages/laravel-mcp)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k16.3M154](/packages/laravel-pulse)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9922.4M146](/packages/roots-acorn)[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

731189.9k16](/packages/tallstackui-tallstackui)

PHPackages © 2026

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