PHPackages                             revision-ten/cleverreach - 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. revision-ten/cleverreach

ActiveLibrary[API Development](/categories/api)

revision-ten/cleverreach
========================

Unofficial Cleverreach Symfony Bundle

0.0.3(7y ago)06MITPHPPHP ^7.1

Since Nov 16Pushed 7y ago1 watchersCompare

[ Source](https://github.com/RevisionTen/cleverreach)[ Packagist](https://packagist.org/packages/revision-ten/cleverreach)[ RSS](/packages/revision-ten-cleverreach/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

revision-ten/cleverreach
========================

[](#revision-tencleverreach)

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

[](#installation)

#### Install via composer

[](#install-via-composer)

Run `composer req revision-ten/cleverreach`.

### Add the Bundle

[](#add-the-bundle)

Add the bundle to your AppKernel (Symfony 3.4.\*) or your Bundles.php (Symfony 4.\*).

Symfony 3.4.\* /app/AppKernel.php:

```
new \RevisionTen\Cleverreach\CleverreachBundle(),
```

Symfony 4.\* /config/bundles.php:

```
RevisionTen\Cleverreach\CleverreachBundle::class => ['all' => true],
```

### Configuration

[](#configuration)

Configure the bundle:

```
# Cleverreach example config.
cleverreach:
    client_id: '123456' # Your cleverreach client id.
    user: 'myaccount@domain.tld' # Your cleverreach account name.
    password: 'supersecret' # Your cleverreach password.
    campaigns:
        dailyNewsletterCampagin:
            list_id: '123456' # Id of your newsletter list.
            form_id: '123456' # Id of your form configuration.
```

### Usage

[](#usage)

Use the CleverreachService to subscribe users.

Symfony 3.4.\* example:

```
$cleverreachService = $this->container->get(CleverreachService::class);

$subscribed = $cleverreachService->subscribe('dailyNewsletterCampagin', 'visitor.email@domain.tld', 'My Website', [
    'firstname' => 'John',
    'lastname' => 'Doe',
]);
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

2782d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/38556227?v=4)[RevisionTen](/maintainers/RevisionTen)[@RevisionTen](https://github.com/RevisionTen)

---

Top Contributors

[![TAR5](https://avatars.githubusercontent.com/u/67231872?v=4)](https://github.com/TAR5 "TAR5 (6 commits)")

---

Tags

Symfony Bundlecleverreach

### Embed Badge

![Health badge](/badges/revision-ten-cleverreach/health.svg)

```
[![Health](https://phpackages.com/badges/revision-ten-cleverreach/health.svg)](https://phpackages.com/packages/revision-ten-cleverreach)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.3M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2478.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1942.4k4](/packages/aimeos-prisma)

PHPackages © 2026

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