Skip to content

Latest commit

 

History

History
35 lines (17 loc) · 563 Bytes

README.md

File metadata and controls

35 lines (17 loc) · 563 Bytes

NovuPHP

Notice!

Requires PHP 8.1

Info

GitHub issues

GitHub license

Installation

Composer

  1. composer require jrb-it/novu-php
  2. include vendor/autoload.php
  3. See Usage

Usage

$Novu  = new jrbit\novu\Client($sApiKey, $sApiUrl);

Examples

Examples are in the examples/ directory.