PHPackages                             logger/ntfy - 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. logger/ntfy

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

logger/ntfy
===========

Ntfy client and PSR logger integration

0.2.2(2mo ago)082proprietaryPHPPHP &gt;=8.1

Since May 19Pushed 2mo agoCompare

[ Source](https://github.com/LoggerEssentials/NtfyLogger)[ Packagist](https://packagist.org/packages/logger/ntfy)[ RSS](/packages/logger-ntfy/feed)WikiDiscussions main Synced 3w ago

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

NtfyLogger
==========

[](#ntfylogger)

A small [PSR-3](https://www.php-fig.org/psr/psr-3/) compatible logger and client for publishing messages to [ntfy](https://ntfy.sh/).

Requirements
------------

[](#requirements)

- PHP &gt;= 8.1
- A PSR-18 HTTP client
- PSR-17 request and stream factories

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

[](#installation)

Install the package with Composer:

```
composer require logger/ntfy
```

Install a PSR-18 client and PSR-17 implementation if your application does not already provide them. For example:

```
composer require symfony/http-client nyholm/psr7
```

Basic Usage
-----------

[](#basic-usage)

```
