PHPackages                             adminetic/newsletter - 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. adminetic/newsletter

ActiveLibrary

adminetic/newsletter
====================

Newsletter Module For Adminetic Admin Panel

v1.0.0(2y ago)053MITBlade

Since May 15Pushed 2y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Newsletter Module for Adminetic Admin Panel
===========================================

[](#newsletter-module-for-adminetic-admin-panel)

[![Adminetic Newsletter Module](https://github.com/pratiksh404/adminetic-newsletter/raw/main/screenshots/banner.png)](https://github.com/pratiksh404/adminetic-newsletter/blob/main/screenshots/banner.png)

[![Latest Version on Packagist](https://camo.githubusercontent.com/80ecbce1851983d965ad1173e442a6b32c0df382059686c9f9b9eb0072e559ab/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f61646d696e657469632f6e6577736c65747465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/adminetic/newsletter)

[![Stars](https://camo.githubusercontent.com/57d95dd897ab28fef57108d1895dd83b4650b854234f157fb64f007781f684e8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f70726174696b73683430342f61646d696e657469632d6e6577736c6574746572)](https://github.com/pratiksh404/adminetic-newsletter/stargazers) [![Downloads](https://camo.githubusercontent.com/fcbb67099fc3871702169f1f15667530355120d8cfa7e809d913a7267778a06c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f61646d696e657469632f6e6577736c65747465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/adminetic/newsletter) [![StyleCI](https://camo.githubusercontent.com/1f18d75d79f860492365e7edf5a8a8ea4aa3d8b22cfd2051b87d9f70b1e7d870/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3338353832323737352f736869656c643f6272616e63683d6d61696e)](https://github.styleci.io/repos/385822775?branch=main) [![License](https://camo.githubusercontent.com/fd89dc5a66f6c48ae5eb79389854bf1ed5aaa03c9582c252bcd3b768f45e2af0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f70726174696b73683430342f61646d696e657469632d6e6577736c6574746572)](//packagist.org/packages/adminetic/newsletter)

Newsletter module for Adminetic Admin Panel

For detailed documentation visit [Adminetic Newsletter Module Documentation](https://app.gitbook.com/@pratikdai404/s/adminetic/addons/newsletter)

Install
-------

[](#install)

```
composer require adminetic/newsletter
```

#### Publish Resources

[](#publish-resources)

```
php artisan vendor:publish --tag=newsletter-config
php artisan vendor:publish --tag=newsletter-migrations
```

#### Migrate

[](#migrate)

```
php artisan migrate
```

Uses
----

[](#uses)

#### Display Subscriber Panel

[](#display-subscriber-panel)

```
@livewire('subscriber-panel')

```

#### Subscribe and unsubscribe an email

[](#subscribe-and-unsubscribe-an-email)

```
subscribe('johndoe@test.com'); //subscribe
unsubscribe('johndoe@test.com'); //unsubscribe

```

#### Subscribe Model Methods

[](#subscribe-model-methods)

```
$subscriber = Adminetic\Newsletter\Models\Admin\Subscriber::first();
$subscriber->subscribe();
$subscriber->unsubscribe();
$subscriber->verify();
$subscriber->unverify();

```

#### Subscribe Verification Email

[](#subscribe-verification-email)

Note : Only works when config `newsletter.subscription_mail` is set to `true`

```
$subscriber = Adminetic\Newsletter\Models\Admin\Subscriber::first();
$subscriber->send_subscription_notification_email()

```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

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

[](#contributing)

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

### Security

[](#security)

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

Credits
-------

[](#credits)

- [Pratik Shrestha](https://github.com/adminetic)
- [Laravel Excel](https://laravel-excel.com/)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

Screenshots
-----------

[](#screenshots)

[![Newsletter Panel](https://github.com/pratiksh404/adminetic-newsletter/raw/main/screenshots/panel.jpg)](https://github.com/pratiksh404/adminetic-newsletter/blob/main/screenshots/panel.jpg)

[![Unsubscribe Panel](https://github.com/pratiksh404/adminetic-newsletter/raw/main/screenshots/unsubscribe.jpg)](https://github.com/pratiksh404/adminetic-newsletter/blob/main/screenshots/unsubscribe.jpg)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 93.3% 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

Unknown

Total

1

Last Release

730d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/001849cfcd496d28474179bde8e510e82ea2ff8b32291d2ac8fc905a754512e0?d=identicon)[pratiksh404](/maintainers/pratiksh404)

---

Top Contributors

[![pratiksh404](https://avatars.githubusercontent.com/u/40533219?v=4)](https://github.com/pratiksh404 "pratiksh404 (14 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (1 commits)")

---

Tags

newsletteradminetic

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/adminetic-newsletter/health.svg)

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

###  Alternatives

[spatie/laravel-newsletter

Manage Mailcoach and MailChimp newsletters in Laravel

1.6k6.3M26](/packages/spatie-laravel-newsletter)[activecampaign/api-php

Official PHP wrapper for the ActiveCampaign API.

1172.2M12](/packages/activecampaign-api-php)[jacobbennett/sendyphp

A PHP Library for interfacing with the Sendy newsletter system (http://sendy.co)

134162.6k1](/packages/jacobbennett-sendyphp)[hocza/sendy

Sendy API implementation for Laravel

71195.5k](/packages/hocza-sendy)[ahmadawais/sendy-php-api

Sendy PHP API Wrapper: Complete API interfacing.

8673.5k](/packages/ahmadawais-sendy-php-api)[rdoepner/cleverreach

CleverReach REST API v3 client

34327.0k](/packages/rdoepner-cleverreach)

PHPackages © 2026

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