前の記事 «:ZendFrameworkチュートリアルのPDF資料
次の記事 »:新しくなったdel.icio.usのAPI仕様と投稿サンプルプログラム

Pear::SOAPを使って「Google Webサービス」を使用

2006年08月20日

スポンサード リンク
PHP Hacks - Google Webservices with PHP
Have you ever wanted to enrich your site with information from Google, Amazon, eBay, or one of the many other sites that provide web services through SOAP? In this tutorial, I will be demonstrating how to use the SOAP package from PEAR to query Google's extensive database. This tutorial assumes that you are using PHP 4 or higher and PEAR::SOAP 0.8.1, and requires basic familiarity with PHP (including a little object-oriented programming).
Pear::SOAPを使ってGoogle Webサービスを使用する記事の紹介。

PHPでGoogle Webサービスの利用手順
1. ライセンスキーを得る
2. PEAR::SOAPモジュールのインストール
3. コードの記述
    SOAPクライアントインスタンスの生成
    SOAP関数の呼び出し(APIの実行)

Pear::SOAPを使えばSOAPの部分もラッピングできて非常にシンプルに作れます。
スポンサード リンク

投稿者 KJ : 2006年08月20日 12:04 | ブックマークに追加する Subscribe with livedoor Reader
間違いの指摘をしていただける方はメールでお願いします


本を執筆しました。