PHPackages                             notifylog/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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. notifylog/laravel

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

notifylog/laravel
=================

Real-time event notification

v1.0.0(3y ago)07MITPHPPHP ^7.3|^8.0|^8.1

Since Jan 16Pushed 3y ago1 watchersCompare

[ Source](https://github.com/zilix-space/notifylog-library-laravel)[ Packagist](https://packagist.org/packages/notifylog/laravel)[ RSS](/packages/notifylog-laravel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

NotifyLog Library for Laravel
=============================

[](#notifylog-library-for-laravel)

A library for sending notifications using the NotifyLog API.

### Installation

[](#installation)

To install the library, run the following command:

```
composer require notifylog/laravel
```

### Configuration

[](#configuration)

To use the library, configure your Account Token in `.env`

```
NOTIFYLOG_ACCOUNT_TOKEN=[account_token]
```

You can find your Account Token [here](https://app.notifylog.com/dashboard/settings/api)

### Test your Configuration

[](#test-your-configuration)

run

```
php artisan notifylog:test
```

### Usage

[](#usage)

Then, you can use NotifyLog `publish` method to send a notification from within your controller

```
