有没有好的 PHP 资源可以与 Blogger API 配合使用?
请建议好的 PHP 资源来处理 Blogger API,我需要与添加新帖子、编辑帖子、删除帖子和获取帖子进行交互。 我看到 Zend Framework 这样做了,但请为此建议一些更轻的库。
Please suggest the good PHP Resource to deal with the Blogger API, I need to interact with the Adding new post, editing post, deleting post and Fetching posts.
I saw the Zend Framework doing this, but please suggest some lighter lib for this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我知道您提到您想要 Zend 以外的东西,但我已经在几个项目中使用了 Zend Gdata 模块(主要是与 Google 日历交互)。它非常容易使用,并且可以独立使用,无需使用 Zend Framework 的其余部分。
I know you mentioned you wanted something other than Zend, but I have used the Zend Gdata module for a couple of projects (mostly interacting with Google Calendar). It's been pretty easy to use and can be used standalone, that is without the rest of the Zend Framework.