PHPackages                             infynno/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. [Database &amp; ORM](/categories/database)
4. /
5. infynno/newsletter

ActiveLibrary[Database &amp; ORM](/categories/database)

infynno/newsletter
==================

This package will store newsletter subscription to the database

02PHP

Since Apr 24Pushed 7y agoCompare

[ Source](https://github.com/infynnoTech/newsletter)[ Packagist](https://packagist.org/packages/infynno/newsletter)[ RSS](/packages/infynno-newsletter/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

\#Newsletter Subscribe Package

\##This package will store newsletter subscription to the database

Steps:

1)We need to install package via composer

```
    composer require infynno/newsletter
```

2. config/app.php

```
        'providers' => [
            ....

            Infynno\Newsletter\NewsletterServiceProvider::class,
        ]
```

3. run migration command for create table to database

```
    php artisan migrate
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![ronakluhar](https://avatars.githubusercontent.com/u/27444321?v=4)](https://github.com/ronakluhar "ronakluhar (7 commits)")

### Embed Badge

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

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

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k116.5M113](/packages/jdorn-sql-formatter)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M87](/packages/propel-propel1)[pgvector/pgvector

pgvector support for PHP

198628.3k10](/packages/pgvector-pgvector)

PHPackages © 2026

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