PHPackages                             wdkta3/jp-area - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. wdkta3/jp-area

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

wdkta3/jp-area
==============

laravel-jp-area

017PHPCI failing

Since Jan 31Pushed 6y ago1 watchersCompare

[ Source](https://github.com/wdkta3/jp-area)[ Packagist](https://packagist.org/packages/wdkta3/jp-area)[ RSS](/packages/wdkta3-jp-area/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

JpArea
======

[](#jparea)

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

[](#installation)

```
composer require wdkta3/jp-area
```

Usage
-----

[](#usage)

- Get area

```
$hokkaido = JpArea\JpArea::get(1);
```

- Check if whether the area exists

```
$exists = JpArea\JpArea::exists(1) // bool(true)
$exists = JpArea\JpArea::exists(9) // bool(false)
```

- Get all areas

```
$areas = JpArea\JpArea::all();
```

- Get area list

```
$areas = JpArea\JpArea::asList();
```

```
        Array
        (
            [1] => '北海道',
            [2] => '東北',
            [3] => '関東',
            [4] => '中部',
            [5] => '近畿',
            [6] => '中国',
            [7] => '四国',
            [8] => '九州',
        );

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

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/f20083376f4a09cee279be41f9e1474bf8b7e7d53320d619ed98384ede66e758?d=identicon)[wdkta3](/maintainers/wdkta3)

### Embed Badge

![Health badge](/badges/wdkta3-jp-area/health.svg)

```
[![Health](https://phpackages.com/badges/wdkta3-jp-area/health.svg)](https://phpackages.com/packages/wdkta3-jp-area)
```

###  Alternatives

[wpbp/generator

Generator of Wordpress Plugin Boilerplate Powered

832.3k](/packages/wpbp-generator)[rumenx/php-seo

AI-powered, framework-agnostic PHP package for automated SEO optimization. Intelligently generates meta tags, titles, descriptions, and alt texts using configurable AI providers or manual patterns.

102.0k](/packages/rumenx-php-seo)

PHPackages © 2026

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