PHPackages                             seasofthpyosithu/jp-char-validation - 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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. seasofthpyosithu/jp-char-validation

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

seasofthpyosithu/jp-char-validation
===================================

laravel validation for japanese character, hirakana, katakana, zenkaku, hankaku

02PHP

Since Sep 2Pushed 6y ago1 watchersCompare

[ Source](https://github.com/seasofthpyosithu/jp-char-validation)[ Packagist](https://packagist.org/packages/seasofthpyosithu/jp-char-validation)[ RSS](/packages/seasofthpyosithu-jp-char-validation/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Installing and configuring
--------------------------

[](#installing-and-configuring)

Install using composer:

```
$ composer require seasofthpyosithu/jp-char-validation
```

If you are using a Laravel version **less than 5.5** you **need to add** the provider on `config/app.php`:

```
'providers' => [
    // ...
     Seasofthpyosithu\JpCharValidation\JpCharValidationServiceProvider::class,
],
```

Available rules
---------------

[](#available-rules)

- \[`hiragana`\]
- \[`katakana`\]
- \[`kanji`\]
- \[`hankaku`\]
- \[`hankaku_alphanumeric`\]
- \[`hankaku_alphanumeric_symbol`\]
- \[`hankaku_number`\]
- \[`zenkaku`\]
- \[`zenkaku_alphanumeric`\]
- \[`zenkaku_alphanumeric_symbol`\]
- \[`zenkaku_number`\]

Example
-------

[](#example)

```
$request->validate([
    'content' => 'hiragana'
]);
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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://avatars.githubusercontent.com/u/50897112?v=4)[seasofthpyosithu](/maintainers/seasofthpyosithu)[@seasofthpyosithu](https://github.com/seasofthpyosithu)

---

Top Contributors

[![eidolex](https://avatars.githubusercontent.com/u/12557367?v=4)](https://github.com/eidolex "eidolex (1 commits)")

### Embed Badge

![Health badge](/badges/seasofthpyosithu-jp-char-validation/health.svg)

```
[![Health](https://phpackages.com/badges/seasofthpyosithu-jp-char-validation/health.svg)](https://phpackages.com/packages/seasofthpyosithu-jp-char-validation)
```

###  Alternatives

[chaoswey/taiwan-id-validator

台灣身分證、統一編號驗證

319.9k](/packages/chaoswey-taiwan-id-validator)

PHPackages © 2026

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