PHPackages                             nextgen-solution/pigeon - 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. nextgen-solution/pigeon

AbandonedArchivedLibrary

nextgen-solution/pigeon
=======================

1.1(6y ago)083MITPHP

Since Aug 4Pushed 6y ago2 watchersCompare

[ Source](https://github.com/nextgen-solution/pigeon)[ Packagist](https://packagist.org/packages/nextgen-solution/pigeon)[ RSS](/packages/nextgen-solution-pigeon/feed)WikiDiscussions master Synced 3d ago

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

Pigeon
======

[](#pigeon)

[Pigeon document is here!](https://documenter.getpostman.com/view/6412926/SVYkyMqq)

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

[](#installation)

1. Install via composer `composer require nextgen-solution/pigeon`
2. Publish configuration `php artisan vendor:publish`
3. Update your env ```
    PIGEON_HOST=
    PIGEON_KEY=

    ```
4. Enjoy!

Interface
---------

[](#interface)

```
/**
 * Send an email to recipient via Pigeon's service.
 *
 * @param  string $recipient
 * @param  string $template
 * @param  array $params
 * @return  array
 */
Pigeon::mail($recipient, $template, array $params = [])

/**
 * Send a text to recipient via Pigeon's service.
 *
 * @param  string $recipient
 * @param  string $template
 * @param  array $params
 * @return  array
 */
Pigeon::text($recipient, $template, array $params = [])

/**
 * Request Pigeon to generate an OTP and send it via mail.
 *
 * @param  string $recipient
 * @param  string $template
 * @return  array
 */
Pigeon::otpMail($recipient, $template)

/**
 * Request Pigeon to generate an OTP and send it via text.
 *
 * @param  string $recipient
 * @param  string $template
 * @return  array
 */
Pigeon::otpText($recipient, $template)

/**
 * Verify user's OTP.
 *
 * @param  string $recipient
 * @param  string $otp
 * @param  string $reference
 * @return  array
 */
Pigeon::otpVerify($recipient, $otp, $reference)

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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 ~1 days

Total

2

Last Release

2473d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/836c72f7ed619411dcb7ab7187dcd4f1c957655936c29786b2723dc9958b5172?d=identicon)[tetat.j](/maintainers/tetat.j)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/nextgen-solution-pigeon/health.svg)

```
[![Health](https://phpackages.com/badges/nextgen-solution-pigeon/health.svg)](https://phpackages.com/packages/nextgen-solution-pigeon)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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