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)0115MITPHPPHP ^8

Since Dec 19Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/ping2-me/laravel)[ Packagist](https://packagist.org/packages/ping2me/laravel)[ RSS](/packages/ping2me-laravel/feed)WikiDiscussions main Synced 1mo 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

32

—

LowBetter than 71% of packages

Maintenance58

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

392d 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://www.gravatar.com/avatar/66da34ae32eba55e163bd3cdabd731c8462665845678a096a2b55a4743b597f7?d=identicon)[bangnokia](/maintainers/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

[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

1.1k3.4M35](/packages/laravel-notification-channels-telegram)[mckenziearts/laravel-notify

Flexible flash notifications for Laravel

1.7k1.1M5](/packages/mckenziearts-laravel-notify)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[gr8shivam/laravel-sms-api

A modern, flexible Laravel package for integrating any SMS gateway with REST API support

10138.4k](/packages/gr8shivam-laravel-sms-api)[ghanem/laravel-smsmisr

Send SMS and SMS Notification via SMS Misr for Laravel

194.8k](/packages/ghanem-laravel-smsmisr)

PHPackages © 2026

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