PHPackages                             invays/synonymizer - 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. invays/synonymizer

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

invays/synonymizer
==================

Rewrite your content with ease using this simple script. This script automatically generates unique text based on a given string of synonyms. Improve readability, adapt to your audience.

v1.0.1(2y ago)019[1 issues](https://github.com/invays/synonymizer/issues)MITPHPPHP ^8.0

Since Feb 26Pushed 2y ago1 watchersCompare

[ Source](https://github.com/invays/synonymizer)[ Packagist](https://packagist.org/packages/invays/synonymizer)[ RSS](/packages/invays-synonymizer/feed)WikiDiscussions main Synced yesterday

READMEChangelog (2)Dependencies (1)Versions (2)Used By (0)

Introduction
------------

[](#introduction)

Rewrite your content with ease using this simple script. This script automatically generates unique text based on a given string of synonyms. Improve readability, adapt to your audience. Script will help developer and seo-specialist for making unique meta-description or another seo tags.

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

[](#installation)

Install the package via Composer. Run the Composer require command from the Terminal:

```
composer require invays/synonymizer

```

Example
-------

[](#example)

Use included variables for template.

```
use Invays\Synonymizer\Synonymizer;

$synonymize = new Synonymizer();
$synonymize->text = "This is a test [test1|test2|test3] of [test4|test5|test6].";

$synonymize->synonimaizer()
```

Use custom user variable.

```
use Invays\Synonymizer\Synonymizer;

$synonymize = new Synonymizer();
$synonymize->start = "{";
$synonymize->end = "}";
$synonymize->delimiter = ".";
$synonymize->text = "This is a test {test1.test2.test3} of {test4.test5.test6}.";

$synonymize->synonimaizer()
```

Use static string for seo-tags. An identifier must be specified to generate a static text.

```
use Invays\Synonymizer\Synonymizer;

$synonymize = new Synonymizer();
$synonymize->text = "This is a test {test1.test2.test3} of {test4.test5.test6}.";

$synonymize->synonimaizer(12344)
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

858d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/29181774?v=4)[Arindam Paul](/maintainers/invays)[@invays](https://github.com/invays)

---

Top Contributors

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

---

Tags

seo-optimizationseotoolssynonymizersynonymsseotoolsseo-optimizationsynonymssynonymizer

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/invays-synonymizer/health.svg)

```
[![Health](https://phpackages.com/badges/invays-synonymizer/health.svg)](https://phpackages.com/packages/invays-synonymizer)
```

###  Alternatives

[artesaos/seotools

SEO Tools for Laravel and Lumen

3.4k5.4M63](/packages/artesaos-seotools)[mad-web/laravel-seoable

Easy to map your eloquent fields to seo properties

407.6k](/packages/mad-web-laravel-seoable)[larament/seokit

A complete SEO package for Laravel, covering everything from meta tags to social sharing and structured data.

452.8k](/packages/larament-seokit)

PHPackages © 2026

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