2017 © Pedro Peláez
 

library yahoo-api

yahoo API(serach)

image

ateliee/yahoo-api

yahoo API(serach)

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

yahoo検索API

yahoo API(http://developer.yahoo.co.jp/)のPHPクラス版。
とりあえずオークションのみ作ってみました。, (*1)

使い方

    "require": {
        "ateliee/yahoo-api": "dev-master"
    }
use YahooAPI\Auctions;
...

$auctions = new Auctions('appid','secret key');

$categorys = $auctions->request('categoryTree');
$leaf = $auctions->request('categoryLeaf',array('category' => '2084055844'));
$selling = $auctions->request('sellingList',array('sellerID' => '****'));
$search = $auctions->request('search',array('query' => '****'));
$item = $auctions->request('auctionItem',array('auctionID' => '****'));

The Versions

10/07 2015

dev-master

9999999-dev https://github.com/ateliee/yahoo-api

yahoo API(serach)

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

10/07 2015

0.9.1

0.9.1.0 https://github.com/ateliee/yahoo-api

yahoo API(serach)

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

09/07 2015

0.9

0.9.0.0 https://github.com/ateliee/yahoo-api

yahoo API(serach)

  Sources   Download

MIT

The Requires

  • php >=5.0.0