PHPackages                             src-run/cocoa-word-stem-library - 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. src-run/cocoa-word-stem-library

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

src-run/cocoa-word-stem-library
===============================

Simple PHP word stemmer implementation with driver abstraction and Porter driver implementation.

118PHP

Since Aug 16Pushed 8y ago2 watchersCompare

[ Source](https://github.com/src-run/cocoa-word-stem-library)[ Packagist](https://packagist.org/packages/src-run/cocoa-word-stem-library)[ RSS](/packages/src-run-cocoa-word-stem-library/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

\[src-run\] cocoa-word-stem-library
===================================

[](#src-run-cocoa-word-stem-library)

Travis-CICodacy RatingCode CoverageStyle-CIReleaseAPI Documentation[![Travis](https://camo.githubusercontent.com/3a13082c2965a211c4214eecd6e86961769374dde5ab4b0d68bf500390016bfc/68747470733a2f2f7372632e72756e2f636f636f612d776f72642d7374656d2d6c6962726172792f7472617669732e737667)](https://src.run/cocoa-word-stem-library/travis)[![Codacy](https://camo.githubusercontent.com/f3bc839a41e15491ae7bca3bfdfe69e34f2068763fb74eb92fd2555485a412f5/68747470733a2f2f7372632e72756e2f636f636f612d776f72642d7374656d2d6c6962726172792f636f646163792e737667)](https://src.run/cocoa-word-stem-library/codacy)[![Coveralls](https://camo.githubusercontent.com/11f154c7fc02e08487e9ed191c222f3c16a6e7bc32279c2230c6579c4326cfa7/68747470733a2f2f7372632e72756e2f636f636f612d776f72642d7374656d2d6c6962726172792f636f766572616c6c732e737667)](https://src.run/cocoa-word-stem-library/coveralls)[![Coveralls](https://camo.githubusercontent.com/340bcb3226cbcd2f984450a11d246fa752a6acc4180f1b5bf48467f60d47b097/68747470733a2f2f7372632e72756e2f636f636f612d776f72642d7374656d2d6c6962726172792f7374796c6563692e737667)](https://src.run/cocoa-word-stem-library/styleci)[![Packagist](https://camo.githubusercontent.com/34861a44867c11133c7422f4d4f3f15f9f4d79fad48ab76cdc7c420dcb5722ff/68747470733a2f2f7372632e72756e2f636f636f612d776f72642d7374656d2d6c6962726172792f7061636b61676973742e737667)](https://src.run/cocoa-word-stem-library/packagist)[![API Docs](https://camo.githubusercontent.com/0859a78adf6765a03233e3da7107d12a5eeaa20d4437b2fde68118765ff36f03/68747470733a2f2f7372632e72756e2f636f636f612d776f72642d7374656d2d6c6962726172792f6170692e737667)](https://src.run/cocoa-word-stem-library/api)Overview
--------

[](#overview)

[Welcome](https://src.run/go/readme_welcome)! The `src-run/cocoa-word-stem-library` package provides the following

> Simple PHP word stemmer implementation with driver abstraction and Porter driver implementation.

### Grouping

[](#grouping)

We use a Willy Wonka-inspired naming schema for our package group names. This package is part of the [cocoa group](https://src.run/cocoa-word-stem-library/group), which is a collection of packages with a focus on "core reflection base classes" and related functionality.

You are welcome to research some [useless details](https://src.run/cocoa-word-stem-library/group_explanation)about this specific group if you have too much time on your hands.

### JTT

[](#jtt)

This package represents a single project within a [large collection](https://src.run/go/explore) of open-source code released under the "SR" namespace, comprised of many framework-agnostic libraries, a collection of Symfony bundles, as well as some one-off releases. This project is authored and maintained by:

- [Rob Frawley 2nd](https://src.run/rmf)
- [Collaborators](https://src.run/cocoa-word-stem-library/github_collaborators)

Quick Start
-----------

[](#quick-start)

### Installation

[](#installation)

Get the code by requiring it explicitly via the [Composer](https://getcomposer.com) CLI, or by editing your *composer.json* to reflect the dependency and updating your project requirements. For example, to explicitly require this project using the CLI, use the following command.

```
$ composer require src-run/cocoa-word-stem-library
```

Alternatively, to add this project to your "composer.json" file, add the following to the "require" section.

```
require: {
	"src-run/cocoa-word-stem-library": "dev-master"
}
```

*Note: Is is not recommended to use the "dev-master" constraint. Realize that doing so could allow a release with backwards-incompatable, breaking changes to be pulled in. Instead, it is good practive to use semantic versioning and enter an explicit requirement. For example, to require version 1.0 you would use `^1.0`.*

Reference
---------

[](#reference)

### API Docs

[](#api-docs)

This package's API reference is available on our documentation website (see the "Reference" row of the table found in the "Additional Links" section below). All API documentation is automatically compiled against the master branch whenever a git push event occurs.

*Static API reference for specific releases is planned and will be posted once this package has matured and reached the version 1 milestone*.

> The API reference websites detailed above are auto-generated using a reliable and well-developed CLI tool called [Sami](https://src.run/go/sami). It is rigorously and regularly tested and is used for some large-scale projects, such as the [Symfony Full-Stack Framework](https://src.run/go/symfony) &lt;see: [https://src.run/go/symfony-api&gt;](https://src.run/go/symfony-api%3E), as well some smaller projects, such as [Twig](https://src.run/go/sami-twig) &lt;see: [https://src.run/go/twig-api&gt;](https://src.run/go/twig-api%3E). Refer to Sami's [repository page](https://src.run/go/sami) to research usage in your own project.

### Examples/Tutorials

[](#examplestutorials)

Currently, there is no "human-written" documentation, outside of this README (which is itself generated from a template). Pending package stability, available man-hours, and an actual demand from external users, we may publish a [Read the Docs](https://src.run/go/rtd) page with official documentation, tutorials, and additional resources.

Contributing
------------

[](#contributing)

### Discussion

[](#discussion)

For general inquiries or to discuss a broad topic or idea, find "robfrawley" on Freenode. He is always happy to discuss language-level ideas, possible new directions for a project, emerging technologies, as well as the weather.

### Issues

[](#issues)

To report issues or request a new feature, use the [project issue tracker](https://src.run/cocoa-word-stem-library/github_issues). Include as much information as possible in any bug reports. Feel free to "ping" the topic if you don't get a response within a few days (sometimes Github notification e-mails fall through the cracks).

### Code

[](#code)

You created additional functionality while utilizing this package? Wonderful: send it back upstream! *Don't hesitate to submit a pull request!* Your [imagination](https://src.run/go/readme_imagination) and the requirements outlined within our [CONTRIBUTING.md](https://src.run/cocoa-word-stem-library/contributing) file are the only limitations.

License
-------

[](#license)

This project is licensed under the [MIT License](https://src.run/go/mit), an [FSF](https://src.run/go/fsf)- and [OSI](https://src.run/go/osi)-approved, [GPL](https://src.run/go/gpl)-compatible, permissive free software license. Review the [LICENSE](https://src.run/cocoa-word-stem-library/license) file distributed with this source code for additional information.

Additional Links
----------------

[](#additional-links)

ItemResult/Status**Stable Release**[![Packagist](https://camo.githubusercontent.com/34861a44867c11133c7422f4d4f3f15f9f4d79fad48ab76cdc7c420dcb5722ff/68747470733a2f2f7372632e72756e2f636f636f612d776f72642d7374656d2d6c6962726172792f7061636b61676973742e737667)](https://src.run/cocoa-word-stem-library/packagist)**Dev Release**[![Packagist](https://camo.githubusercontent.com/b7850ea48de7b13083c6ff40cc396e99a09dc3a7e8652f26495ef8423bfa2ee7/68747470733a2f2f7372632e72756e2f636f636f612d776f72642d7374656d2d6c6962726172792f7061636b61676973745f7072652e737667)](https://src.run/cocoa-word-stem-library/packagist)**License**[![License](https://camo.githubusercontent.com/5e6446e59b98b72e0902d6fc19531693133dba48f4c489feb78fb22d4f19f799/68747470733a2f2f7372632e72756e2f636f636f612d776f72642d7374656d2d6c6962726172792f6c6963656e73652e737667)](https://src.run/cocoa-word-stem-library/license)

###  Health Score

21

—

LowBetter than 19% 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://www.gravatar.com/avatar/58cf83f3ed29f210aa52fec443014572688d7c948aeac0cfdb8ccf216a3f437b?d=identicon)[robfrawley](/maintainers/robfrawley)

---

Top Contributors

[![robfrawley](https://avatars.githubusercontent.com/u/3967713?v=4)](https://github.com/robfrawley "robfrawley (14 commits)")

### Embed Badge

![Health badge](/badges/src-run-cocoa-word-stem-library/health.svg)

```
[![Health](https://phpackages.com/badges/src-run-cocoa-word-stem-library/health.svg)](https://phpackages.com/packages/src-run-cocoa-word-stem-library)
```

PHPackages © 2026

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