Amazon Simple Notification Service 的 PHP 库
我想开始使用 Amazon Simple Notification Service (http://aws.amazon.com/sns/),但我还没有找到任何可以用来访问该服务的 PHP 库。我宁愿不创建自己的库,我想看看是否有人使用过用于 SNS 服务的 PHP 库,以及他们是否会推荐任何库。
I wanted to start using the Amazon Simple Notification Service (http://aws.amazon.com/sns/), but I have not found any PHP libraries that I can use to access the service. I would rather not create my own library, I wanted to see if anybody has used any PHP libraries for the SNS service, and if they would recommend any.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
适用于 PHP 的 AWS 开发工具包 支持 Amazon SNS。
The AWS SDK for PHP supports Amazon SNS.
这是未完成的 Amazon SNS php 客户端
Here's an unfinished php client for Amazon SNS
Zend Framework 具有适用于 S3、EC2 和 SQS 的库,因此如果构建这些库的团队也在为 SNS 开发更具体的库,我也不会感到惊讶。也许 Zend 的 Amazon 库 会帮助您解决问题?
SNS 仍处于测试阶段,对吗?这可能会使找到您正在寻找的图书馆变得更加困难。
The Zend Framework has libraries for S3, EC2, and SQS so it wouldn't surprise me if the team that built those was working on a more specific library for SNS as well. Maybe Zend's Amazon library will get you part of the way?
SNS is still in Beta, right? That may make it a little tougher to find the library you're looking for.