PHPackages                             voku/stop-words - 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. voku/stop-words

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

voku/stop-words
===============

Stop-Words via PHP

2.0.1(7y ago)9011.5M↓27.7%13[1 issues](https://github.com/voku/stop-words/issues)[4 PRs](https://github.com/voku/stop-words/pulls)12MITPHPPHP &gt;=7.0.0CI passing

Since May 5Pushed 1w ago3 watchersCompare

[ Source](https://github.com/voku/stop-words)[ Packagist](https://packagist.org/packages/voku/stop-words)[ RSS](/packages/voku-stop-words/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (1)Versions (17)Used By (12)

[![Build Status](https://camo.githubusercontent.com/6b95221e9637b87a5e46c11c9b73485b412bc1c9b36d8247d6d38c92ffe69c7c/68747470733a2f2f7472617669732d63692e6f72672f766f6b752f73746f702d776f7264732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/voku/stop-words)[![Coverage Status](https://camo.githubusercontent.com/4013c02d0eeaf27d22806b580a19fb12d67db8a370317f40c5b18f418ef66a53/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f766f6b752f73746f702d776f7264732f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/voku/stop-words?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/2d3f87c65a4fcda52f0b7c21030fb5a91b5f565e58dd818f685a9310274531fc/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f766f6b752f73746f702d776f7264732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/voku/stop-words/?branch=master)[![Codacy Badge](https://camo.githubusercontent.com/20c236e18092a4882a90ffc9a843153904a32220f7f3bbee3e472fecb98bf5d1/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f6461626562366439336561643431333039653462626638306330656339383465)](https://www.codacy.com/app/voku/stop-words?utm_source=github.com&utm_medium=referral&utm_content=voku/stop-words&utm_campaign=Badge_Grade)[![SensioLabsInsight](https://camo.githubusercontent.com/3f65c9123a6d8332dbc223ea6f468fbc8d228034f3cd302948319a39a19088d5/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f33313638333766312d616662302d346561352d393338652d3334303532376565623465362f6d696e692e706e67)](https://insight.sensiolabs.com/projects/316837f1-afb0-4ea5-938e-340527eeb4e6)[![Latest Stable Version](https://camo.githubusercontent.com/75a3faad7806d2537565ad7e355ff8db7e71af1490c15c8f8ac4db17d9e8c992/68747470733a2f2f706f7365722e707567782e6f72672f766f6b752f73746f702d776f7264732f762f737461626c65)](https://packagist.org/packages/voku/stop-words)[![Total Downloads](https://camo.githubusercontent.com/df139017ed12f75008c099ad3ac5abc93246a2c47f507b66178f47d636ca6318/68747470733a2f2f706f7365722e707567782e6f72672f766f6b752f73746f702d776f7264732f646f776e6c6f616473)](https://packagist.org/packages/voku/stop-words)[![Latest Unstable Version](https://camo.githubusercontent.com/e0674c06a8a088df9da5f1ba72b21163dd51f94732211ae87f5e50d311aa7687/68747470733a2f2f706f7365722e707567782e6f72672f766f6b752f73746f702d776f7264732f762f756e737461626c65)](https://packagist.org/packages/voku/stop-words)[![License](https://camo.githubusercontent.com/2a86beaf85ccf203d5a90d06e0b4ae96461c99e97f8c3f67618cd3853067c2f3/68747470733a2f2f706f7365722e707567782e6f72672f766f6b752f73746f702d776f7264732f6c6963656e7365)](https://packagist.org/packages/voku/stop-words)

Stop-Words
==========

[](#stop-words)

Description
-----------

[](#description)

A collection of stop words stop words in various languages for e.g. search-functions.

- [Installation](#installation)
- [Usage](#usage)
- [History](#history)

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

[](#installation)

1. Install and use [composer](https://getcomposer.org/doc/00-intro.md) in your project.
2. Require this package via composer:

```
composer require voku/stop-words
```

Usage
-----

[](#usage)

```
use voku\helper\StopWords;

$stopWords = new StopWords();
$stopWords->getStopWordsFromLanguage('de');
```

Available languages
-------------------

[](#available-languages)

- Arabic (ar)
- Bulgarian (bg)
- Catalan (ca)
- Croatian (hr)
- Czech (cz)
- Danish (da)
- Dutch (nl)
- English (en)
- Esperanto (eo)
- Estonian (et)
- Finnish (fi)
- French (fr)
- Georgian (ka)
- German (de)
- Greek (el)
- Hindi (hi)
- Hungarian (hu)
- Indonesian (id)
- Italian (it)
- Latvian (lv)
- Lithuanian (lt)
- Norwegian (no)
- Polish (pl)
- Portuguese (pt)
- Romanian (ro)
- Russian (ru)
- Slovak (sk)
- Spanish (es)
- Swedish (sv)
- Turkish (tr)
- Ukrainian (uk)
- Vietnamese (vi)

History
-------

[](#history)

See [CHANGELOG](CHANGELOG.md) for the full history of changes.

###  Health Score

58

—

FairBetter than 98% of packages

Maintenance63

Regular maintenance activity

Popularity61

Solid adoption and visibility

Community28

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 62.2% 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 ~141 days

Total

5

Last Release

2780d ago

Major Versions

1.2.0 → 2.0.02017-11-26

PHP version history (2 changes)1.0.0PHP &gt;=5.3.0

2.0.0PHP &gt;=7.0.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/6456fe693db197c458272cb758bf78958bc7d3e787ccd59db4bf3cf41654316a?d=identicon)[voku](/maintainers/voku)

---

Top Contributors

[![voku](https://avatars.githubusercontent.com/u/264695?v=4)](https://github.com/voku "voku (23 commits)")[![Copilot](https://avatars.githubusercontent.com/in/1143301?v=4)](https://github.com/Copilot "Copilot (9 commits)")[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (3 commits)")[![dali-rajab](https://avatars.githubusercontent.com/u/39015823?v=4)](https://github.com/dali-rajab "dali-rajab (1 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (1 commits)")

---

Tags

hacktoberfestphpstop-wordsstopwordsstop words

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/voku-stop-words/health.svg)

```
[![Health](https://phpackages.com/badges/voku-stop-words/health.svg)](https://phpackages.com/packages/voku-stop-words)
```

###  Alternatives

[desandro/imagesloaded

JavaScript is all like \_You images done yet or what?\_

8.9k449.7k1](/packages/desandro-imagesloaded)[juanantoniodelgado/stopwords

A stopwords removal library

1184.0k2](/packages/juanantoniodelgado-stopwords)[szeidler/composer-patches-cli

28259.3k4](/packages/szeidler-composer-patches-cli)[wa72/html-pretty-min

HTML minifier and indenter that works on the DOM tree

22231.3k8](/packages/wa72-html-pretty-min)[apen/additional_reports

Useful information in the reports module : xclass, ajax, cliKeys, eID, general status of the system (encoding, DB, php vars...), hooks, compare local and TER extension (diff), used content type, used plugins, ExtDirect... It can really help you during migration or new existing project (to have a global reports of the system).

14167.3k](/packages/apen-additional-reports)[antistatique/swisstopo

Convert GPS (WGS84) to Swiss (LV03 and LV95) coordinates (and vice versa)

1481.3k](/packages/antistatique-swisstopo)

PHPackages © 2026

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