PHPackages                             osoobe/laravel-dlvrit - 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. [API Development](/categories/api)
4. /
5. osoobe/laravel-dlvrit

ActivePackage[API Development](/categories/api)

osoobe/laravel-dlvrit
=====================

Laravel package for Dlvr.it API

1.0.0(4y ago)032MITPHP

Since Oct 25Pushed 4y agoCompare

[ Source](https://github.com/osoobe/laravel-dlvrit)[ Packagist](https://packagist.org/packages/osoobe/laravel-dlvrit)[ RSS](/packages/osoobe-laravel-dlvrit/feed)WikiDiscussions master Synced today

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

osoobe/laravel-dlvrit
=====================

[](#osoobelaravel-dlvrit)

Laravel Package for dlvr.it API

### Dependencies

[](#dependencies)

- [osoobe/dlvrit-api](https://github.com/osoobe/dlvr.it.php-api)

### Example

[](#example)

```
namespace App\Notifications;

use Illuminate\Bus\Queueable;
use Illuminate\Notifications\Notification;
use Osoobe\Laravel\DlvrIt\DlvrItChannel;
use Osoobe\Laravel\DlvrIt\MessageRoute;

class DlvrItNotification extends Notification
{
    use Queueable;

    /**
     * Get the notification's delivery channels.
     *
     * @param  mixed  $notifiable
     * @return array
     */
    public function via($notifiable)
    {
        return [DlvrItChannel::class];
    }

    /**
     * Send message dlvir
     *
     * @param mixed $notifiable
     * @return mixed
     */
    public function toDlvrIt($notifiable)
    {
        return (new MessageRoute("Write your message here"))
            ->line("New line with message");
    }
}

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

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

Unknown

Total

1

Last Release

1712d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1830494?v=4)[Oshane Bailey](/maintainers/b4oshany)[@b4oshany](https://github.com/b4oshany)

---

Top Contributors

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

---

Tags

laraveldlvr.it

### Embed Badge

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

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

###  Alternatives

[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.6k3](/packages/defstudio-telegraph)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)[riclep/laravel-storyblok

A Laravel wrapper around the Storyblok API to provide a familiar experience for Laravel devs

6279.6k5](/packages/riclep-laravel-storyblok)

PHPackages © 2026

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