Skip to content

pistolero/notifout-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

PHP API for Notifout.com

What is Notifout.com

Notifout.com is an online service which helps your application have nice-looking and reliable email notifications.

See notifout.com for details.

Requirements

  • cURL extension
  • Notifout project token

Usage

require "notifout.php";

notifout = new Notifout('ohsh6Iez3Nah0ahmohz2ge');
notifout->send('signup', 'Dummy User <user@example.com>', array("first_name" => "Dummy"})

About

PHP API for Notifout.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages