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
========================

Boilerplate package for CleverReach integration

0.0.2(2y ago)0112MITBladePHP ^8.1

Since Aug 10Pushed 2y 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 2d ago

READMEChangelog (2)Dependencies (2)Versions (4)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 is a boiler plate for using the CleverReach API v3. It contains Actions and Livewire components to handle Groups, Forms and Subscribers. You can generate newsletter lists complete with form/group ID for generating easy signup forms.

**Only Laravel 9/10 are currently supported**

### 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, just add the Service Provider to the app.php file.

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

```

### Publishing everyting

[](#publishing-everyting)

Since we're focused on providing a working boiler plate, all necessary files will be published to your application structure. You can also publish individual parts if needed.

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

### Migrations

[](#migrations)

During the publishing process the migrations were also published. This will generate all tables you need.

```
php artisan migrate
```

### Menu items

[](#menu-items)

There is no menu included with this package. You will need to build your own and link to the routes that were published.

### 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
```

### 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)

LaravelLaravelCM10.x&gt;0.0.\*9.x&gt;0.0.\*Lower versions of Laravel are not supported.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity45

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

Every ~0 days

Total

2

Last Release

1058d 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 (13 commits)")

---

Tags

laravelnewsletterclever-reach

### 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

[laravel/pulse

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

1.7k15.1M132](/packages/laravel-pulse)[livewire/flux

The official UI component library for Livewire.

9527.8M128](/packages/livewire-flux)[tallstackui/tallstackui

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

725173.2k14](/packages/tallstackui-tallstackui)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.8k3](/packages/defstudio-telegraph)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

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