PHP 中是否有使用 Rackspacecloud API 的开源程序?

发布于 2024-11-04 01:19:12 字数 1539 浏览 8 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

山田美奈子 2024-11-11 01:19:12

不幸的是,我从未使用过它,但通过在每个人最喜欢的搜索引擎上快速搜索,我发现 rackspace-cloud -api:

适用于 PHP 的 Rackspace 云 API 是
旨在成为所有人的完整 API
Rackspace 云服务。

首次发行的重点是云
服务器。

要使用此 API,您必须放置一个副本
您的 Zend 框架的
include_path。

看起来它是基于 Zend Framework 的。

另一个 github 托管项目是 Rackspace-Cloud-PHP-Library,我再次有没有使用。维护者主页也有一些详细信息: http:// blog.pas.net.au/2009/08/rackspace-cloud-api-php-library/

Rackspace 云发布了
您的云服务器的 API
可以在这里找到:

http://www.rackspacecloud.com/cloud_hosting_products/servers/api
云服务器API目前处于
beta,并且没有任何库
可用于简化拨打电话,因此
我已经创建了这个 PHP 版本。

自 PHP4 以来,这仅适用于 PHP5
应该被永远遗忘。

API 有一些写得不好的地方
文档,但它仍然有用。
您可以在以下地址找到它:
http://docs.rackspacecloud.com/servers/api/cs-devguide -最新.pdf

Unfortunately I have never used it, but with a quick search on everyone's favourite search engine I found rackspace-cloud-api:

The Rackspace Cloud API for PHP is
intended to be a full API for all
Rackspace Cloud services.

The initial offering focuses on Cloud
Servers.

To use this API, you must place a copy
of the Zend framework in your
include_path.

Looks like it is based on Zend Framework.

Another github hosted project is Rackspace-Cloud-PHP-Library, which again I have not used. The maintainers homepage also has some detail: http://blog.pas.net.au/2009/08/rackspace-cloud-api-php-library/

The Rackspace Cloud has released an
API for their Cloud Servers which you
can find here:

http://www.rackspacecloud.com/cloud_hosting_products/servers/api
The Cloud Server API is currently in
beta, and does not have any libraries
available to simplify making calls, so
I have created this PHP one.

This is strictly for PHP5 since PHP4
should be forgotten forever.

The API has some poorly written
documentation, but it is still useful.
You can find it at this address:
http://docs.rackspacecloud.com/servers/api/cs-devguide-latest.pdf

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文