フィードバックを送信 コレクションでコンテンツを整理 必要に応じて、コンテンツの保存と分類を行います。
What is the AJAX Libraries API? The AJAX Libraries API is a content distribution network and loading architecture for the most popular open source JavaScript libraries. By using the Google AJAX API Loader's google.load() method, your application has high speed, globaly available access to a growing list of the most popular JavaScript open source libraries including: jQuery jQuery UI prototype scri
This class can be used to browse the files stored in the folders of the box.net Web service. The class sends HTTP requests to login with a given user name and password and retrieve the contents of a given folder. The folder listing is returned in an array that describe the files and sub-folders contained in the given start folder. The files listing may include the URLs to download each of the file
The social bookmarking site del.icio.us offers their data in various formats to re-use elsewhere. While they offer the common API access and output formats like PHP, they also go the extra mile for JavaScript developers and make the content available in JSON format. This in conjunction with dynamically created SCRIPT tags has several benefits: You can retrieve your link or tag data without ha
haze - firefox extension of price finderProducts ぐるなび webservice PHP API ぐるなびWeb serviceにアクセスするためのpear形式のphp ライブラリ Environment PHPからぐるなびwebサービスにアクセスするためのAPIです。 ぐるなびwebサービスについては、公式ページを参照してください。 Environment PHP4,5両方に対応しています。 HTTP_Request,XML_Serializerパッケージを利用します。pearでインストールする場合は、同時にインストールします 利用するためには、ぐるなびWebサービスのユーザ登録が必要です。 Download Services_Gnavi 0.1.0 Install pearコマンドからインストールできます $ sudo pear
Services_TwitterはPHPで簡単にTwitter APIを使用できるPEARパッケージです。 ライセンス インストール 必須環境 pearコマンドを使った場合 pear環境を使えない場合 リファレンス 更新履歴 TODO ライセンス このライブラリはThe PHP License, version 3.01の元に公開されています。 インストール 必須環境 Services_TwitterはPHP4.3.0以上の環境で動作する事を前提に作成されています。 pearコマンドを使った場合 Services_TwitterはPEARパッケージで提供されています。PEARコマンドからインストールを行うことが可能です。 # pear install -f http://labs.transrain.net/files/Services_Twitter-0.4.0.tgz 情報取得時にJS
Groove Technology の郵便番号検索 API を扱う Services_Groove_ZipSearch を作りました 2007-03-13-1: [PHP] - グルーブテクノロジー株式会社 - Web サービス http://groovetechnology.co.jp/webservice/ グルーブテクノロジーによる郵便番号検索 API を利用して,結果を取得するライブラリ Services_Groove_ZipSearch を作りました. この API の特長は,JSON 形式,JSONP 形式,XML 形式,PHP の serialize() 形式という風に,任意の形式で出力を受け取れることです. 今回は,PEAR パッケージにしてみました. - Services_Groove_ZipSearch-0.1.0 http://pocari.org/tools/php
YappoさんがPerlのライブラリを作っていたので、PHPで作ってみた。といっても、PHPの場合は作るまでもないですが。 <?php /** * Services_SimpleAPI_Wikipedia */ /** * Services_SimpleAPI_Wikipedia * * @author TSURUOKA Naoya <tsuruoka@labs.cybozu.co.jp> * * $wikipedia = new Services_SimpleAPI_Wikipedia(); * $results = $wikipedia->api('YouTube'); * foreach ($results as $result) { * var_dump($result); * } * */ class Services_SimpleAPI_Wiki
Lingr (http://lingr.com) の API を PHP から利用するための PHP ラッパークラスを作りました(PHP4/5対応).Lingr API の全てのメソッドを簡単に呼び出すことができます.http://p4life.jp/services_lingr/Services_Lingr-0.1.0.tgzPEAR コマンドによるインストール: # pear install http://p4life.jp/services_lingr/Services_Lingr-0.1.0.tgz Services_Lingr を使ったサンプルコード: session->create(); // 部屋に入る $room_id = 'fUdLqG9t38a'; // 部屋のIDを入れる $options = array('nickname' => 'LingrTester'); /
[2007/07/18追記] Services_Rakuten-0.2.0がリリースされています。今後はこちらをご利用下さい。 楽天から公式APIが公開されましたので、早速PEARパッケージを作ってみました。 PEAR::Services_Rakuten-0.1.0 $ pear install --alldeps /blog/download/Services_Rakuten-0.1.0.tgz 楽天APIを使用するにあたってデベロッパーIDが必要ですので【楽天ウェブサービス】RAKUTEN WEBSERVICEで取得しておきましょう。 使い方は以下です。検索サービスごとにメソッドを分けています。do~()で値を連想配列で返します。 <?php require_once('Services/Rakuten.php'); $api = new Services_Rakuten('your_
最近フォト蔵が盛り上がってきてるようなのでAPIを簡単に操作して結果を配列を取得するライブラリ、Services_Photozouを作りました。 Services_Photozou-1.0.0.tgz いつも通りPEAR Packageなのでpearコマンドでインストールできます。
PHPからWEB2.0なAPIサービスを使う際に便利なモジュールまとめ。 次のモジュールを使えばPHPからWebサービスにアクセスする際に驚くほど簡単にアクセスできるでしょう。 Services_Amazon - Amazon用 Services_Delicious - del.icio.us用 Services_Google - Google用 Services_Technorati - Technorati用 Services_Yahoo - Yahoo!Webサービス用 Services_Youtube - youtube用 PEAR::Flickr_API - Flickr用 Services_Hatena - Hatena用 (ブックマーク件数複数取得対応) Services_Livedoor - ライブドアお天気サービス Services_RakuAPI - 楽天非公式API
RakuAPI(http://rakuapi.ddo.jp/)をPHPから使うPEAR::Services_RakuAPI(非公式)をリリースしました. パッケージ:http://p4life.jp/services_rakuapi/Services_RakuAPI-0.1.0.tgz コード:http://p4life.jp/services_rakuapi/RakuAPI.phpsPHP シリアライズの形式で結果を返してくれるので,GET して unserialize() するだけの簡単なコードでできています. インストール $ pear install -a http://p4life.jp/services_rakuapi/Services_RakuAPI-0.1.0.tgz サンプルコード affiliate_code = 'XXXXXXX.XXXXXXXX'; // 'DS L
Copy the files from the installation package into a folder on your server. They need to be readable by your web server. You can put them into an include folder defined in your php.ini file, if you like, though it's not required. All you have to do now is include the file in your PHP scripts and create an instance. For example: $f = new phpFlickr(); The constructor has three arguments: $api_key - T
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く