PHPackages                             skaisser/larasendy - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. skaisser/larasendy

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

skaisser/larasendy
==================

A Laravel package to integrate Sendy.co for email subscriptions automatically to all your Laravel installations

v1.2.4(1y ago)23MITPHPPHP ^7.3|^8.0

Since Nov 27Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/skaisser/larasendy)[ Packagist](https://packagist.org/packages/skaisser/larasendy)[ RSS](/packages/skaisser-larasendy/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (6)Versions (8)Used By (0)

LaraSendy
=========

[](#larasendy)

[![Latest Version on Packagist](https://camo.githubusercontent.com/79cfc87c1a8932c124a0438934ab8e359f3737045bf127724d7aee719f51af20/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736b6169737365722f6c61726173656e64792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/skaisser/larasendy)[![Total Downloads](https://camo.githubusercontent.com/592f8bc7d5110cd99baa0139ed60e61b437495967ac26aa0cbe17bfc8e44fa1e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736b6169737365722f6c61726173656e64792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/skaisser/larasendy)[![Tests](https://camo.githubusercontent.com/f5ab806096819cc5b4347cdaa9f301d3bd845c4e3b82b8fdc949553d03936104/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f736b6169737365722f6c61726173656e64792f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/skaisser/larasendy/actions/workflows/run-tests.yml)[![License](https://camo.githubusercontent.com/227ec3295d4409e1ade8bceaf5b390fcd828270afc5b3180c193a2ed93782e41/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f736b6169737365722f6c61726173656e64792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/skaisser/larasendy)

A Laravel package for seamless integration with Sendy email marketing platform.

Features
--------

[](#features)

- 🔄 Automatic subscriber synchronization with Sendy
- 🎯 Flexible field mapping
- 🚀 Artisan command for bulk synchronization
- 🔍 Event-driven architecture
- 💾 Cache-based tracking
- ⚡ Efficient chunk processing
- 🛡️ Error handling and logging

Laravel Support
---------------

[](#laravel-support)

Laravel VersionPackage Version10.x^1.09.x^1.08.x^1.07.x^1.06.x^1.0Requirements
------------

[](#requirements)

- PHP 7.4+
- Laravel 6.0 - 10.0
- Sendy installation

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

[](#installation)

```
composer require skaisser/larasendy
```

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

[](#configuration)

Publish the configuration file:

```
php artisan vendor:publish --provider="Skaisser\LaraSendy\LaraSendyServiceProvider"
```

Configure your `.env` file:

```
SENDY_URL=your-sendy-installation-url
SENDY_API_KEY=your-api-key
SENDY_LIST_ID=your-list-id
```

Usage
-----

[](#usage)

### Basic Setup

[](#basic-setup)

1. Add the `SendySubscriber` trait to your User model:

```
use Skaisser\LaraSendy\Traits\SendySubscriber;

class User extends Model
{
    use SendySubscriber;
}
```

2. Configure field mapping in `config/sendy.php`:

```
'fields_mapping' => [
    'email' => 'email',
    'name' => 'name',
    'company' => 'company',
    'country' => 'country'
]
```

### Automatic Synchronization

[](#automatic-synchronization)

The package automatically syncs users when they are:

- Created
- Updated
- Deleted (configurable behavior)

### Manual Synchronization

[](#manual-synchronization)

Use the artisan command to sync all subscribers:

```
php artisan sendy:sync
```

### Events

[](#events)

The package dispatches events that you can listen to:

- `SendySubscriberSynced`: When a subscriber is successfully synced
- `SendySubscriberFailed`: When sync fails

### Cache Management

[](#cache-management)

Sync status is tracked in cache:

- Success: `sendy_sync_status_{id}`
- Errors: `sendy_sync_error_{id}`

Testing
-------

[](#testing)

```
composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email the author instead of using the issue tracker.

Credits
-------

[](#credits)

- [Shirleyson Kaisser](https://github.com/skaisser)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance59

Moderate activity, may be stable

Popularity6

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

6

Last Release

530d ago

### Community

Maintainers

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

---

Top Contributors

[![skaisser](https://avatars.githubusercontent.com/u/1593505?v=4)](https://github.com/skaisser "skaisser (5 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/skaisser-larasendy/health.svg)

```
[![Health](https://phpackages.com/badges/skaisser-larasendy/health.svg)](https://phpackages.com/packages/skaisser-larasendy)
```

###  Alternatives

[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

1.1k3.4M35](/packages/laravel-notification-channels-telegram)[laravel-notification-channels/fcm

FCM (Firebase Cloud Messaging) Notifications Driver for Laravel

5917.0M16](/packages/laravel-notification-channels-fcm)[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[laravel-notification-channels/microsoft-teams

A Laravel Notification Channel for Microsoft Teams

1603.0M7](/packages/laravel-notification-channels-microsoft-teams)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)

PHPackages © 2026

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