Skip to content

Latest commit

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

yo-php

Send Yos from your PHP app with 2 lines of code.

Example

<?php// Add filerequire('yo.php');
// Get an API Key at dev.justyo.co$apiKey = 'YOUR_API_KEY';
// Instanciate$yo = newYo($apiKey);
// Send a Yo to all your subscribers$yo->all();
// Send a Yo to one user$yo->user('USERNAME');
// Get number of subscribers$count = $yo->subscribers(); // returns an int or false?>

About

Send Yos from your PHP app with 2 lines of code.

Resources

Stars

12 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors