PHPackages                             stnvh/silverstripe-cmsspellchecker - 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. stnvh/silverstripe-cmsspellchecker

ActiveSilverstripe-module[Utility &amp; Helpers](/categories/utility)

stnvh/silverstripe-cmsspellchecker
==================================

Add TinyMCE Spell checking functionality without having to edit core

1.1.4(11y ago)1461[4 PRs](https://github.com/stnvh/silverstripe-cmsspellchecker/pulls)BSD-3-ClausePHP

Since Oct 30Pushed 10y ago1 watchersCompare

[ Source](https://github.com/stnvh/silverstripe-cmsspellchecker)[ Packagist](https://packagist.org/packages/stnvh/silverstripe-cmsspellchecker)[ Docs](https://github.com/stnvh/silverstripe-cmsspellchecker)[ RSS](/packages/stnvh-silverstripe-cmsspellchecker/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (7)Used By (0)

Silverstripe CMS Spell Checker
==============================

[](#silverstripe-cms-spell-checker)

[![Latest Stable Version](https://camo.githubusercontent.com/1da057ab6438c298481f1958ce444b8804b08f6b657705c2eeef356632d29f29/68747470733a2f2f706f7365722e707567782e6f72672f73746e76682f73696c7665727374726970652d636d737370656c6c636865636b65722f762f737461626c652e737667)](https://packagist.org/packages/stnvh/silverstripe-cmsspellchecker) [![License](https://camo.githubusercontent.com/0bf41b04f04987747b86eb5f1f5c6b64e805edddb766b2202da38d869da60558/68747470733a2f2f706f7365722e707567782e6f72672f73746e76682f73696c7665727374726970652d636d737370656c6c636865636b65722f6c6963656e73652e737667)](https://packagist.org/packages/stnvh/silverstripe-cmsspellchecker)

Add TinyMCE spell checker support [without having to edit core](http://doc.silverstripe.org/framework/en/topics/rich-text-editing/#integrating-a-spellchecker-for-tinymce). Uses the config API to set options.

Tested and working on versions 3.1 down to 2.4.

By Stan Hutcheon - [Bigfork Ltd](http://bigfork.co.uk)

Installation:
-------------

[](#installation)

### Composer:

[](#composer)

```
composer require "stnvh/silverstripe-cmsspellchecker" "~1"

```

### Download:

[](#download)

Clone this repo into a folder called `cmsspellchecker` in your silverstripe installation folder.

### Usage:

[](#usage)

This assumes you have *pspell* installed or the *aspell* binary installed on your webserver.

If you have the pspell module installed it should work straight away. If you have just the binary installed, then you'll need to add something like below to `mysite/_config/config.yml`:

```
CMSSpellChecker:
  engine: 'PSpellShell'
  shell: '/usr/local/bin/aspell'
```

For pre Silverstripe 3.0, set config via method calls:

*mysite/\_config.php*:

```
CMSSpellChecker::set_engine('PSpellShell');
CMSSpellChecker::set_shell('/usr/local/bin/aspell');
```

### Options:

[](#options)

##### engine:

[](#engine)

- PSpell (default)
- PSpellShell
- EnchantSpell

##### shell:

[](#shell)

- (used with *PSpellShell*, specifies where *aspell* is located on the server, default `/usr/bin/aspell`)

After installing via composer, you must */dev/build*

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity67

Established project with proven stability

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 ~4 days

Total

6

Last Release

4243d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/63bfb76d3f834eb0d396f4d8b4e6cd4878eed7944990a998980192411d99bc95?d=identicon)[stnvh](/maintainers/stnvh)

---

Tags

checksilverstripecheckerspellcheckerspell

### Embed Badge

![Health badge](/badges/stnvh-silverstripe-cmsspellchecker/health.svg)

```
[![Health](https://phpackages.com/badges/stnvh-silverstripe-cmsspellchecker/health.svg)](https://phpackages.com/packages/stnvh-silverstripe-cmsspellchecker)
```

###  Alternatives

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.5k10](/packages/helsingborg-stad-municipio)[mediawiki/maps

Adds various mapping features to MediaWiki

84152.3k3](/packages/mediawiki-maps)[starcitizentools/citizen-skin

A beautiful, usable, responsive MediaWiki skin with in-depth extension support. Originally developed for the Star Citizen Wiki.

3376.6k](/packages/starcitizentools-citizen-skin)[civicrm/civicrm-drupal-8

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

19251.4k3](/packages/civicrm-civicrm-drupal-8)[altis/core

Core module for Altis

19228.0k3](/packages/altis-core)[silverstripe/environmentcheck

Provides an API for building environment tests

35516.6k14](/packages/silverstripe-environmentcheck)

PHPackages © 2026

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