PHPackages                             de.sr.secntfy/secntfy-php - 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. de.sr.secntfy/secntfy-php

ActiveLibrary

de.sr.secntfy/secntfy-php
=========================

PHP port of the SecNtfy C# library

1.0.1(6mo ago)10MITPHPPHP &gt;=8.2CI passing

Since Nov 7Pushed 6mo agoCompare

[ Source](https://github.com/SecNtfy/SecNtfy-PHP)[ Packagist](https://packagist.org/packages/de.sr.secntfy/secntfy-php)[ RSS](/packages/desrsecntfy-secntfy-php/feed)WikiDiscussions main Synced 1mo ago

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

🔔 SecNtfy-PHP
=============

[](#-secntfy-php)

[![PHP](https://camo.githubusercontent.com/e378704a81fe0da25115a0ebdd5ce164347e84f8f0bc49e857338de2c0af4f4d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d253345253344253230382e322d626c75652e737667)](https://www.php.net/releases/8.2/en.php)[![License](https://camo.githubusercontent.com/8bb50fd2278f18fc326bf71f6e88ca8f884f72f179d3e555e20ed30157190d0d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e2e737667)](LICENSE)

**SecNtfy-PHP** is the official PHP port of the original \[[SecNtfy C# library](https://github.com/DEINUSER/SecNtfy-NuGet)\]() (currently Private).
It provides secure, end-to-end encrypted notifications via the SecNtfy API,
including RSA encryption, critical alerts, sound options, and message priority support.

---

✨ Features
----------

[](#-features)

- 🔒 **RSA encryption** (OpenSSL, fully compatible with the C# version)
- 🚀 **Simple JSON API** powered by cURL
- ⚡ **Pure PHP 8.2+**, no external dependencies
- 🧩 **Composer-ready** (PSR-4 autoloading)
- ✅ **Includes example and optional PHPUnit tests**

---

📦 Installation
--------------

[](#-installation)

### Requirements

[](#requirements)

- PHP ≥ **8.2**
- PHP extensions: `openssl`, `curl`
- Composer installed

### Install via Composer

[](#install-via-composer)

```
composer require de.sr.secntfy/secntfy-php
```

### Autoloading

[](#autoloading)

Include Composer’s autoloader in your project entrypoint:

```
require __DIR__ . '/vendor/autoload.php';
```

---

🚀 Quick Example
---------------

[](#-quick-example)

```
