The arc90 lab is the playground of arc90 - a New York-based technology and strategic consulting firm. The lab is a place for us to share our ideas, tools and the occasional experiment in web technology. All ideas, experiments and tools are licensed under Creative Commons.
This site is licensed under a Creative Commons Attribution 2.5 License.
Tools
Yammer API Client Library
Yammer is a new microblogging service that has been described as "an enterprise version of Twitter". Instead of asking, "What are you doing?" Yammer asks, "What are you working on?"
Yammer has released their API with some great documentation, so we've written a library for building our own tools (RSS feeds, status updates on intranet pages, etc...)
Anyone can start a Yammer account for an organization (defined by email domain), and many services, including IM, SMS, and email integration are free. Optionally, organizations may claim their domain for a fee, allowing for more advanced control and customizations.
Enjoy!
What is this?
The Arc90_Service_Yammer class makes HTTP requests to the Yammer API using PHP and cURL.
How Do I Use It?
To use Arc90_Service_Yammer in your PHP project, just follow these simple steps:
Download The Code
Click on the icon below to download the source code:
The file, Arc90_Service_Yammer.zip, contains the source, usage instructions and phpDoc generated documentation.
Add the code to your PHP project
You'll need to add the contents of the 'lib' folder (the 'Arc90' folder and its contents) to your include path.
Create an Arc90_Service_Yammer API client with a valid Yammer username (email address) and password
Arc90_Service_Yammer returns an Arc90_Service_Yammer_Response object containing the requested data and all of the HTTP metadata recorded by cURL
Data may be requested in any format supported by Yammer (currently XML and JSON). The default type is JSON.
Documentation
Review the complete documentation for a full list of all functions available with Arc90_Service_Yammer.
Licensing
This arc90 tool is licensed under a BSD license.
Discuss
Feel free to offer feedback over on the blog.