PHPackages                             cendekia/nova-email-subscribers - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. cendekia/nova-email-subscribers

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

cendekia/nova-email-subscribers
===============================

Email Subscribers is a tool that needs for blogger, markerter and website owner to build a list of subscribers

v0.0.1(7y ago)1121MITPHPPHP &gt;=7.1.0

Since Sep 28Pushed 7y ago2 watchersCompare

[ Source](https://github.com/cendekia/nova-email-subscribers)[ Packagist](https://packagist.org/packages/cendekia/nova-email-subscribers)[ Docs](https://github.com/cendekia/nova-email-subscribers)[ RSS](/packages/cendekia-nova-email-subscribers/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

Nova Email Subscribers
======================

[](#nova-email-subscribers)

[![Latest Version on Packagist](https://camo.githubusercontent.com/f4441b96b1816fac2fccf9b9a9deaf7223c6a72df9d8fd202e05d8a9ccc80963/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f63656e64656b69612f6e6f76612d656d61696c2d73756273637269626572732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/cendekia/nova-email-subscribers)[![CircleCI branch](https://camo.githubusercontent.com/8199c4c5a20486d1fc38a70c49dbdd7fd671a9ee2817ac3b806903ceccd598eb/68747470733a2f2f696d672e736869656c64732e696f2f636972636c6563692f70726f6a6563742f6769746875622f63656e64656b69612f6e6f76612d656d61696c2d73756273637269626572732f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/8199c4c5a20486d1fc38a70c49dbdd7fd671a9ee2817ac3b806903ceccd598eb/68747470733a2f2f696d672e736869656c64732e696f2f636972636c6563692f70726f6a6563742f6769746875622f63656e64656b69612f6e6f76612d656d61696c2d73756273637269626572732f6d61737465722e7376673f7374796c653d666c61742d737175617265)[![Build Status](https://camo.githubusercontent.com/c19c793f6e2c2b12ab767d06720b7fe230e585203bde2547fcdf6ae327d6756d/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f63656e64656b69612f6e6f76612d656d61696c2d73756273637269626572732f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/cendekia/nova-email-subscribers)[![Quality Score](https://camo.githubusercontent.com/3974058de508243e99d7b3c7fa072ae2727deb93727696e1a7abf428af2e2dc9/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f63656e64656b69612f6e6f76612d656d61696c2d73756273637269626572732e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/cendekia/nova-email-subscribers)[![Total Downloads](https://camo.githubusercontent.com/f5e2132973d93943a96d896701e6188530a12bf3123ba3879de2cee65b5465f3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f63656e64656b69612f6e6f76612d656d61696c2d73756273637269626572732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/cendekia/nova-email-subscribers)

Email Subscribers is a tool that needs for blogger, markerter and website owner to manage a list of their subscribers.

[![Screenshot](https://camo.githubusercontent.com/172425ebdf98a8b66d17cfbb636f703dca4d95ee61ba3ebe0fa5c409997dc9ef/68747470733a2f2f692e696d6775722e636f6d2f395230616d59302e706e67)](https://camo.githubusercontent.com/172425ebdf98a8b66d17cfbb636f703dca4d95ee61ba3ebe0fa5c409997dc9ef/68747470733a2f2f692e696d6775722e636f6d2f395230616d59302e706e67)

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

[](#installation)

You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require cendekia/nova-email-subscribers
```

And publish the migration file then migrate:

```
php artisan vendor:publish --tag=email-subscribers

...

php artisan migrate
```

Next up, you must register the tool with Nova. This is typically done in the `tools` method of the `NovaServiceProvider`.

```
// in app/Providers/NovaServiceProvider.php

// ...

public function tools()
{
    return [
        // ...
        new \Cendekia\EmailSubscribers\EmailSubscribers,
    ];
}
```

Usage
-----

[](#usage)

Click on the "Subscribers" menu item in your Nova app to see the tool provided by this package.

Finished features:
------------------

[](#finished-features)

- subcribers list
- confirmed subscribers metric card
- total subscribers metric card

Todo features:
--------------

[](#todo-features)

- newsletter feature
- email template manager
- support with email marketing tools, i.e MailChimp

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on 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)

- [Cendekia Pramana Putra](https://github.com/cendekia)

Support us
----------

[](#support-us)

Buy me a cup of ☕ americano on the rocks. [Patreon](https://www.patreon.com/cendekia)

License
-------

[](#license)

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

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

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

2783d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3895916?v=4)[Cendekia P Putra](/maintainers/cendekia)[@cendekia](https://github.com/cendekia)

---

Tags

laraveltoolsubscribernova

### Embed Badge

![Health badge](/badges/cendekia-nova-email-subscribers/health.svg)

```
[![Health](https://phpackages.com/badges/cendekia-nova-email-subscribers/health.svg)](https://phpackages.com/packages/cendekia-nova-email-subscribers)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[cendekia/nova-setting-tool

An app setting manager tool for laravel nova

4010.5k](/packages/cendekia-nova-setting-tool)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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