PHPackages                             ateliee/yahoo-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. ateliee/yahoo-api

ActiveLibrary[API Development](/categories/api)

ateliee/yahoo-api
=================

yahoo API(serach)

0.9.1(10y ago)1731MITPHPPHP &gt;=5.0.0

Since Jul 9Pushed 10y ago1 watchersCompare

[ Source](https://github.com/ateliee/yahoo-api)[ Packagist](https://packagist.org/packages/ateliee/yahoo-api)[ Docs](https://github.com/ateliee/yahoo-api)[ RSS](/packages/ateliee-yahoo-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

yahoo検索API
==========

[](#yahoo検索api)

yahoo API([http://developer.yahoo.co.jp/)のPHPクラス版。](http://developer.yahoo.co.jp/)%E3%81%AEPHP%E3%82%AF%E3%83%A9%E3%82%B9%E7%89%88%E3%80%82)
とりあえずオークションのみ作ってみました。

使い方
---

[](#使い方)

```
    "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' => '****'));

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

2

Last Release

3965d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a69237d08699f142b3ba70a11c9f9538c615522373e747b5bc6453645aa732be?d=identicon)[ateliee](/maintainers/ateliee)

---

Top Contributors

[![ateliee](https://avatars.githubusercontent.com/u/4863358?v=4)](https://github.com/ateliee "ateliee (13 commits)")

### Embed Badge

![Health badge](/badges/ateliee-yahoo-api/health.svg)

```
[![Health](https://phpackages.com/badges/ateliee-yahoo-api/health.svg)](https://phpackages.com/packages/ateliee-yahoo-api)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
