Skip to content

Deakin/tinymce_spellchecker_php

 
 

Repository files navigation

TinyMCE - Spellchecker for PHP

This is the PHP backend for the TinyMCE 4.0 spellchecker plugin. It enables you to use different PHP implementations such as Enchant, Google or PSpell.

How to build TinyMCE Spellchecker for PHP

Install Node.JS and Jake globally using npm. Then just run jake to build a release package.

npm i jake -g
npm i
jake

Contributing to the TinyMCE Spellchecker for PHP project

You can read more about how to contribute to this project at http://tinymce.moxiecode.com/contributing

Packages

No packages published

Languages

  • PHP 94.1%
  • JavaScript 5.9%