PHPackages                             ping2me/laravel - 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. ping2me/laravel

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

ping2me/laravel
===============

Laravel client for Ping2.me

v2.0.1(1y ago)0121MITPHPPHP ^8

Since Dec 19Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/ping2-me/laravel)[ Packagist](https://packagist.org/packages/ping2me/laravel)[ RSS](/packages/ping2me-laravel/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (6)Dependencies (5)Versions (7)Used By (0)

Ping2me Laravel package
=======================

[](#ping2me-laravel-package)

The Laravel package for the [ping2.me](https://ping2.me).

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

[](#installation)

```
composer require ping2me/laravel
```

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

[](#configuration)

Update your `config/services.php` file with the following:

```
// other services
'ping2me' => [
    'endpoint' => env('PING2ME_ENDPOINT'),
],
```

So you can set up your endpoint in your `.env` file:

```
PING2ME_ENDPOINT=@daudau/ping2me
```

Usage
-----

[](#usage)

```
\Ping2Me\Laravel\Facades\Ping::send('Hello world!');
// or
ping('Hello world!');
```

Then the message will be sent to you Telegram (or Discord, Slack) channel immediately.

Performance
-----------

[](#performance)

Don't worry about performance, the package will send the request in the background if your server installed `curl` (which is almost exist in every server). So there will be almost zero delay about the http request.

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance50

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Recently: every ~119 days

Total

6

Last Release

449d ago

Major Versions

v0.1.1 → v1.02024-10-17

v1.1.2 → v2.0.12025-04-11

PHP version history (2 changes)v0.1PHP ^7|^8

v1.1PHP ^8

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5652494?v=4)[Nguyen Viet](/maintainers/bangnokia)[@bangnokia](https://github.com/bangnokia)

---

Top Contributors

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

---

Tags

laravelnotificationtelegramping2me

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/ping2me-laravel/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M306](/packages/laravel-horizon)[laravel/sail

Docker files for running a basic Laravel application.

1.9k205.7M1.3k](/packages/laravel-sail)[propaganistas/laravel-disposable-email

Disposable email validator

6023.0M7](/packages/propaganistas-laravel-disposable-email)[illuminate/database

The Illuminate Database package.

2.8k54.9M11.7k](/packages/illuminate-database)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M199](/packages/laravel-ai)

PHPackages © 2026

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