Skip to content

ssmr9dt/YammerMessage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YammerMessage

You can post message for Yammer.

Quick start

Installation

composer require ssmr9dt/YammerMessage

Reference test/start.php

How to Use

require __DIR__ . "/../vendor/autoload.php";

define("YAMMER_TOKEN", "#########");

$YammerMessage = new ssmr9dt\YammerMessage();
$YammerMessage->sendMessage("Hello, World.", 11111, ["cc" => ["ssmr9dt@gmail.com"]]);

License

This software is released under the MIT License, see LICENSE.

About

This package post yammer message with REST API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages