PHPackages                             khaninejad/keyword-extract - 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. khaninejad/keyword-extract

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

khaninejad/keyword-extract
==========================

Extract keywords from a text or string

271PHP

Since Jul 3Pushed 8y ago1 watchersCompare

[ Source](https://github.com/khaninejad/KeywordExtract)[ Packagist](https://packagist.org/packages/khaninejad/keyword-extract)[ RSS](/packages/khaninejad-keyword-extract/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

KeywordExtract
==============

[](#keywordextract)

This class used to analyze content and create top related keywords

Usage
=====

[](#usage)

```
$keyword=new KeywordGenerate(trim(strip_tags("example paragraph")));
$rate1=$keyword->rateKeyword(1);
$rate2=$keyword->rateKeyword(2);
$level1=$keyword->levelTwo($rate1);

echo "";
print_r($rate1);
print_r($rate2);
print_r($level1);
echo ""

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1309529?v=4)[Copify](/maintainers/copify)[@copify](https://github.com/copify)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/khaninejad-keyword-extract/health.svg)

```
[![Health](https://phpackages.com/badges/khaninejad-keyword-extract/health.svg)](https://phpackages.com/packages/khaninejad-keyword-extract)
```

###  Alternatives

[react/zmq

ZeroMQ bindings for React.

2471.7M33](/packages/react-zmq)[tattali/mobile-detect-bundle

Symfony 5.x-7.x bundle to detect mobile devices, manage mobile view and redirect to the mobile and tablet version.

381.1M1](/packages/tattali-mobile-detect-bundle)

PHPackages © 2026

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