jrbit/novu-php

There is no license information available for the latest version (0.1.0) of this package.

Novu PHP Wrapper

Maintainers

Package info

github.com/JRB-IT/NovuPHP

pkg:composer/jrbit/novu-php

Statistics

Installs: 717

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

0.1.0 2022-08-21 13:56 UTC

This package is auto-updated.

Last update: 2026-02-19 05:40:41 UTC


README

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.