PHPackages                             n0ts/yahoo\_business\_browser - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. n0ts/yahoo\_business\_browser

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

n0ts/yahoo\_business\_browser
=============================

Login to yahoo business page script

06PHP

Since Sep 14Pushed 10y ago1 watchersCompare

[ Source](https://github.com/n0ts/yahoo_business_browser)[ Packagist](https://packagist.org/packages/n0ts/yahoo_business_browser)[ RSS](/packages/n0ts-yahoo-business-browser/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

yahoo\_business\_browser
========================

[](#yahoo_business_browser)

About
-----

[](#about)

Login and scraping your business.yahoo.co.jp pages. Insprired Class of login your yahoo.co.jp pages .

Requirements
------------

[](#requirements)

PHP 5.4 HTTP\_Request2 (pear install HTTP\_Request2)

Installation
------------

[](#installation)

```
$ composer install

```

Sample
------

[](#sample)

```
require 'yahoo_business_browser.php';

$id = '';
$pass = ';
$ybb = new YahooBusinessBrowser($id, $pass);
if (empty($ybb->cookies)) {
    die('Could not login');
}

$content = $ybb->getGetBody(YahooBusinessBrowser::PARTNER_TOP_PAGE.'/DeliveryReport/index');
if ($content) {
    print_r($ybb->body);
}

```

Authors
-------

[](#authors)

Author:: Naoya Nakazawa ()

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6228a7b8a34e82e8cd08615253debae713065dc6f076b55a6a4e224dd5d091a9?d=identicon)[n0ts](/maintainers/n0ts)

---

Top Contributors

[![n0ts](https://avatars.githubusercontent.com/u/19618?v=4)](https://github.com/n0ts "n0ts (6 commits)")

### Embed Badge

![Health badge](/badges/n0ts-yahoo-business-browser/health.svg)

```
[![Health](https://phpackages.com/badges/n0ts-yahoo-business-browser/health.svg)](https://phpackages.com/packages/n0ts-yahoo-business-browser)
```

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.3M17](/packages/kartik-v-yii2-password)[vitalybaev/laravel5-dkim

Laravel 5/6 package for signing outgoing messages with DKIM.

3163.1k](/packages/vitalybaev-laravel5-dkim)

PHPackages © 2026

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