PHPackages                             divineomega/php-word-info - 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. divineomega/php-word-info

Abandoned → [jord-jd/php-word-info](/?search=jord-jd%2Fphp-word-info)Library[Utility &amp; Helpers](/categories/utility)

divineomega/php-word-info
=========================

PHP library to look up information about words

v2.0.0(2mo ago)3251[1 issues](https://github.com/Jord-JD/php-word-info/issues)[2 PRs](https://github.com/Jord-JD/php-word-info/pulls)LGPL-3.0-onlyPHPPHP ^7.4 || ^8.0

Since Jan 26Pushed 2mo agoCompare

[ Source](https://github.com/Jord-JD/php-word-info)[ Packagist](https://packagist.org/packages/divineomega/php-word-info)[ GitHub Sponsors](https://github.com/DivineOmega)[ RSS](/packages/divineomega-php-word-info/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (6)Dependencies (5)Versions (7)Used By (0)

PHP Word Info
=============

[](#php-word-info)

[![Build Status](https://camo.githubusercontent.com/38b12068c9208c278333e632b181ac460c779b147e9b7e30dae7d571176082f8/68747470733a2f2f7472617669732d63692e6f72672f4a6f72642d4a442f7068702d776f72642d696e666f2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Jord-JD/php-word-info)[![Coverage Status](https://camo.githubusercontent.com/55a8c494b2fe1f764f3f0a70f34d0e2bc456f3d5439bb4227db6a3c155ea5a79/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f4a6f72642d4a442f7068702d776f72642d696e666f2f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/Jord-JD/php-word-info?branch=master)[![StyleCI](https://camo.githubusercontent.com/ef282deac67c5ca2e4ba4945c23da810aa738ea6bb87d8d359335e7c243195d1/68747470733a2f2f7374796c6563692e696f2f7265706f732f3131383932313734312f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/118921741)

This PHP library can be used to look up information about a word, including the following.

- Rhymes
- Half rhymes
- Number of syllables
- Offensive or not
- Portmanteaus
- Plural / singular

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

[](#installation)

PHP Word Info can be easily installed using Composer. Just run the following command from the root of your project.

```
composer require jord-jd/php-word-info

```

If you have never used the Composer dependency manager before, head to the [Composer website](https://getcomposer.org/) for more information on how to get started.

Usage
-----

[](#usage)

To use PHP Word Info, you must first create a new `Word` object. You can then call any of the `Word` object methods, as shown below.

```
$word = new Word('cat');

$rhymes = $word->rhymes();
$halfRhymes = $word->halfRhymes();
$portmanteaus = $word->portmanteaus();

$numberOfSyllables = $word->syllables();    // Returns an integer
$isOffensive = $word->offensive();          // Returns true/false
$plural = $word->plural();                  // Returns `Word` object
$singular = $word->singular();              // Returns `Word` object
```

Most methods will return an array of `Word` objects, unless specified otherwise.

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance77

Regular maintenance activity

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 91.4% 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 ~588 days

Recently: every ~734 days

Total

6

Last Release

88d ago

Major Versions

v1.3.0 → v2.0.02026-02-14

PHP version history (2 changes)v1.0.0PHP ^7.0

v2.0.0PHP ^7.4 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/c580cdf7c14898fff179cdfc1085892091d5d2f49d917873a12365af9ac77c93?d=identicon)[Jord-JD](/maintainers/Jord-JD)

---

Top Contributors

[![Jord-JD](https://avatars.githubusercontent.com/u/650645?v=4)](https://github.com/Jord-JD "Jord-JD (32 commits)")[![peter279k](https://avatars.githubusercontent.com/u/9021747?v=4)](https://github.com/peter279k "peter279k (3 commits)")

---

Tags

offensive-languagephpphp-libraryrhymessyllableswords

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/divineomega-php-word-info/health.svg)

```
[![Health](https://phpackages.com/badges/divineomega-php-word-info/health.svg)](https://phpackages.com/packages/divineomega-php-word-info)
```

###  Alternatives

[symfony/maker-bundle

Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.

3.4k111.1M568](/packages/symfony-maker-bundle)[illuminate/support

The Illuminate Support package.

583107.1M34.5k](/packages/illuminate-support)[stoutlogic/acf-builder

An Advanced Custom Field Configuration Builder

8311.8M60](/packages/stoutlogic-acf-builder)[sculpin/sculpin

Static Site Generator

1.5k102.8k12](/packages/sculpin-sculpin)[kms/froala-editor-bundle

Provides a Froala editor integration for Symfony 4 &amp; 5.

110272.8k](/packages/kms-froala-editor-bundle)[wyrihaximus/react-child-process-messenger

Messenger decorator for react/child-process

32279.4k4](/packages/wyrihaximus-react-child-process-messenger)

PHPackages © 2026

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