PHPackages                             sukohi/related-word - 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. sukohi/related-word

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

sukohi/related-word
===================

Get related words through wikipedia.

1.0.1(9y ago)123PHP

Since Nov 9Pushed 9y ago1 watchersCompare

[ Source](https://github.com/SUKOHI/RelatedWord)[ Packagist](https://packagist.org/packages/sukohi/related-word)[ RSS](/packages/sukohi-related-word/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (4)Used By (0)

RelatedWord
===========

[](#relatedword)

Get related words through wikipedia.

[Demo](http://demo-laravel52.capilano-fw.com/related_words)

Installation
============

[](#installation)

Execute the following composer command.

```
composer require sukohi/related-word:1.*

```

Usage
=====

[](#usage)

```
$related_word = new \Sukohi\RelatedWord\RelatedWord();
$related_word->setTag('PHP');       // Required
$related_word->setLocale('ja');     // Optional
$related_word->setLimit(15);        // Optional
$related_word->setMinCount(5);      // Optional
$keywords = $related_word->get();

```

Methods
=======

[](#methods)

- setTag($keyword)

A keyword you'd like to get related words from.(Required)

- setLocale($locale)

Your locale.(Default is `en`)(Optional)

- setLimit($limit)

The number of keywords that you will get at most.(Optional)

- setMinCount($count)

You can get keywords if each keyword appear over $count.(Optional)

License
=======

[](#license)

This package is licensed under the MIT License.
Copyright 2016 Sukohi Kuhoh

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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

3

Last Release

3519d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2980d59b309d45df3f2e6e51b1d336614da063240b8f76f873f287cd745ec5db?d=identicon)[Sukohi](/maintainers/Sukohi)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/sukohi-related-word/health.svg)

```
[![Health](https://phpackages.com/badges/sukohi-related-word/health.svg)](https://phpackages.com/packages/sukohi-related-word)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751284.3k37](/packages/civicrm-civicrm-core)[roundcube/roundcubemail

The Roundcube Webmail suite

7.0k1.4k3](/packages/roundcube-roundcubemail)[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)[nfse-nacional/nfse-php

This is my package nfse

1523.1k](/packages/nfse-nacional-nfse-php)

PHPackages © 2026

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