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

ActiveLibrary

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 1mo 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 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity44

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

1003d 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.7k12.1M99](/packages/laravel-pulse)[livewire/flux

The official UI component library for Livewire.

9385.0M85](/packages/livewire-flux)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[revolution/self-ordering

Self Ordering System

2112.7k](/packages/revolution-self-ordering)[joelwmale/livewire-quill

Easily add QuillJS with image support to any Laravel Livewire component.

1314.0k](/packages/joelwmale-livewire-quill)[tomshaw/electricgrid

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

116.6k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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