PHPackages                             paragraph/laravel-notifications - 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. [Localization &amp; i18n](/categories/localization)
4. /
5. paragraph/laravel-notifications

ActiveLibrary[Localization &amp; i18n](/categories/localization)

paragraph/laravel-notifications
===============================

Automatically import and manage your Laravel notifications

0.1(2y ago)810MITPHPPHP &gt;=7.4

Since Nov 29Pushed 2y ago1 watchersCompare

[ Source](https://github.com/ParagraphApp/laravel-notifications)[ Packagist](https://packagist.org/packages/paragraph/laravel-notifications)[ Docs](https://github.com/ParagraphApp/laravel-notifications)[ RSS](/packages/paragraph-laravel-notifications/feed)WikiDiscussions main Synced 1mo ago

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

laravel-notifications
=====================

[](#laravel-notifications)

Paragraph official Laravel Notifications package

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

[](#installation)

The easiest way to install Paragraph Laravel package is by using Composer:

```
$ composer require paragraph/laravel-notifications
```

It's almost ready, just copy &amp; paste your Paragraph project ID and API key in your .env file:

```
PARAGRAPH_PROJECT_ID=XXX
PARAGRAPH_API_KEY=YYY
```

To get your API key and project ID simply create a new project on Paragraph:

Commands
--------

[](#commands)

To automatically discover all Laravel Notification classes run:

```
$ php artisan paragraph:submit [namespace]
```

By default, the namespace is "App". This command will send the list of notification classes as well as any collected data (rendered views, number of hits) to the Paragraph dashboard via API.

Class auto-discovery in PHP is an expensive process and takes quite some time, because of this we cache the list of classes using Laravel's Storage facade using the 'file' driver. If you just added a new notification class and want to make sure it's discovered you can pass an extra argument:

```
$ php artisan paragraph:submit --ignore-cache
```

Creating an account
-------------------

[](#creating-an-account)

Sign up for a free account on

Tutorials
---------

[](#tutorials)

Detailed tutorials explaining how to manage your Laravel application in a better way are available in our blog

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity32

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

901d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a44ee42fe69a7926153637c0249b0faf83a1a67edd1231f449a74dcf5721c345?d=identicon)[dusterio](/maintainers/dusterio)

---

Top Contributors

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

---

Tags

localizationtemplatestexts

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[mcamara/laravel-localization

Easy localization for Laravel

3.5k9.1M112](/packages/mcamara-laravel-localization)[kkomelin/laravel-translatable-string-exporter

Translatable String Exporter for Laravel

3291.4M10](/packages/kkomelin-laravel-translatable-string-exporter)[tio/laravel

Add this package to localize your Laravel application (PHP, JSON or GetText).

170318.5k](/packages/tio-laravel)[vildanbina/laravel-auto-translation

A Laravel package for automating the translation of language files.

9220.5k2](/packages/vildanbina-laravel-auto-translation)[opgginc/codezero-laravel-localized-routes

A convenient way to set up, manage and use localized routes in a Laravel app.

2770.1k1](/packages/opgginc-codezero-laravel-localized-routes)[erag/laravel-lang-sync-inertia

A powerful Laravel package for syncing and managing language translations across backend and Inertia.js (Vue/React) frontends, offering effortless localization, auto-sync features, and smooth multi-language support for modern Laravel applications.

3812.2k](/packages/erag-laravel-lang-sync-inertia)

PHPackages © 2026

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