PHPackages                             nggiahao/rake-php - 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. nggiahao/rake-php

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

nggiahao/rake-php
=================

PHP implementation of Rapid Automatic Keyword Exraction algorithm (RAKE)

0.1(5y ago)24MITPHPPHP ^7.3

Since Nov 30Pushed 5y agoCompare

[ Source](https://github.com/nggiahao/rake-php)[ Packagist](https://packagist.org/packages/nggiahao/rake-php)[ Docs](https://github.com/nggiahao/rake-php)[ RSS](/packages/nggiahao-rake-php/feed)WikiDiscussions master Synced 1w ago

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

RAKE PHP
========

[](#rake-php)

[![Latest Version on Packagist](https://camo.githubusercontent.com/64508c9611fd15e5bea478fd20aae89a7c43f8c1b6b795adeba523581f5e364b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e6767696168616f2f72616b652d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nggiahao/rake-php)[![Total Downloads](https://camo.githubusercontent.com/641429b1d00430b95e55bf51b4cf6be35a82b24a2d7c4810734c2ec2f977c636/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e6767696168616f2f72616b652d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nggiahao/rake-php)[![License](https://camo.githubusercontent.com/b2d1021e23db6e53017b99ca9e6ab20e82b0f7a8ba261e7ab6c2a79992ea5cd2/68747470733a2f2f706f7365722e707567782e6f72672f646f6e6174656c6c6f2d7a612f72616b652d7068702d706c75732f6c6963656e7365)](https://packagist.org/packages/donatello-za/rake-php-plus)

PHP implementation of Rapid Automatic Keyword Exraction algorithm (RAKE)

Currently Supported Languages
-----------------------------

[](#currently-supported-languages)

- English US
- Spanish

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

[](#installation)

You can install the package via composer:

```
composer require nggiahao/rake-php
```

Usage
-----

[](#usage)

```
use Nggiahao\RakePhp\RakePhp;

$text = "The Criteria of compatibility of a system of linear Diophantine equations, strict inequations, and nonstrict inequations are considered the.
         Upper bounds for components of a minimal set of solutions and algorithms of construction of minimal generating sets of solutions for all types of systems are given.";

$stop_words = new English();
$keywords = RakePhp::create($stop_words)->extract($text)->sortByScore('desc')->keywords();
```

```
array:16 [
  "linear diophantine equations" => 9.0
  "minimal generating sets" => 8.5
  "minimal set" => 4.5
  "strict inequations" => 4.0
  "nonstrict inequations" => 4.0
  "upper bounds" => 4.0
  "criteria" => 1.0
  "compatibility" => 1.0
  "considered" => 1.0
  "components" => 1.0
  "solutions" => 1.0
  "algorithms" => 1.0
  "construction" => 1.0
  "types" => 1.0
  "systems" => 1.0
  "given" => 1.0
]

```

### Testing

[](#testing)

```
composer test
```

Credits
-------

[](#credits)

- [Nguyen Gia Hao](https://github.com/nggiahao)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

PHP Package Boilerplate
-----------------------

[](#php-package-boilerplate)

This package was generated using the [PHP Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity38

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1994d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/41698bb06c384e6d94e269250b5e47355250e7254adb617ee956f9a4a436e0b9?d=identicon)[Nguyễn Gia Hào](/maintainers/Nguy%E1%BB%85n%20Gia%20H%C3%A0o)

---

Top Contributors

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

---

Tags

nggiahaorake-php

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nggiahao-rake-php/health.svg)

```
[![Health](https://phpackages.com/badges/nggiahao-rake-php/health.svg)](https://phpackages.com/packages/nggiahao-rake-php)
```

###  Alternatives

[icharle/wxtool

微信小程序登录、带参小程序码生成

231.6k](/packages/icharle-wxtool)

PHPackages © 2026

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