Proposal for "Services_Amazon_SNS"

» Metadata » Status
  • Status: Draft
» Description

We are currently implementing Amazon's SNS (Simple Notification Service) for a project. So I started a project on github to push our progress.

Working code, tests and so on are pushed to github already.

The beauty of this service is that it makes it almost too easy to setup topic groups and send out notifications. Notifications can be via email, http or using Amazon's SQS (Simple Queue Service).

This library will implement the latest API.

From AWS:
Amazon Simple Notification Service (Amazon SNS) is a web service that makes it easy to set up, operate, and send notifications from the cloud. It provides developers with a highly scalable, flexible, and cost-effective capability to publish messages from an application and immediately deliver them to subscribers or other applications. It is designed to make web-scale computing easier for developers.

More on AWS SNS.


<?php

/**
 * just testing stuff
 */
$foo = new FooBar();
$foo->foo();
?>
» Dependencies » Links
  • HTTP_Request2
  • Net_URL2
  • Crypt_HMAC2
» Timeline » Changelog
  • First Draft: 2010-09-09
  • Proposal: 1970-01-01
  • Call for Votes: 1970-01-01
  • Voting Extended: 1970-01-01