Pear::SOAPを使って「Google Webサービス」を使用
2006年08月20日-
スポンサード リンク
PHP Hacks - Google Webservices with PHP
PHPでGoogle Webサービスの利用手順
1. ライセンスキーを得る
2. PEAR::SOAPモジュールのインストール
3. コードの記述
SOAPクライアントインスタンスの生成
SOAP関数の呼び出し(APIの実行)
Pear::SOAPを使えばSOAPの部分もラッピングできて非常にシンプルに作れます。
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の部分もラッピングできて非常にシンプルに作れます。
スポンサード リンク
Advertisements
SITE PROFILE
最新のブログ記事(新着順)
- 立体感がリアルなON・OFFスイッチ実装jQueryデモ
- PHPフレームワークにTwitter,Facebook等の認証を速攻実装できる「Opauth」
- 2012年5月23日 管理人のブックマーク
- PC・スマホ・タブレットで動くクールなHTML5スライドショー実装ができる「Juicebox」
- 既にここまで出来るWebGLのデモ22
- 2012年5月22日 管理人のブックマーク
- CSSな吹き出しを作れるWEBツール「cssarrowplease」
- PHP+Bootstrapで書かれた美しいGitリポジトリビューア「GitList」
- 2012年5月21日 管理人のブックマーク
- CSS3で描かれたシェイプのサンプル集
- 過去のエントリ



















間違いの指摘をしていただける方はメール、あるいはTwitter/FBでお願いします(クリック)



