jrbit/novu-php

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

Novu PHP Wrapper

0.1.0 2022-08-21 13:56 UTC

This package is auto-updated.

Last update: 2024-10-19 02:52:11 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.