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 today

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 31% 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

4011d 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

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k13](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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