PHPackages                             moroz1999/ckeditor-texttransform-plugin - 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. moroz1999/ckeditor-texttransform-plugin

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

moroz1999/ckeditor-texttransform-plugin
=======================================

1.0.2(8y ago)06151JavaScript

Since May 9Pushed 8y ago1 watchersCompare

[ Source](https://github.com/moroz1999/ckeditor-texttransform-plugin)[ Packagist](https://packagist.org/packages/moroz1999/ckeditor-texttransform-plugin)[ RSS](/packages/moroz1999-ckeditor-texttransform-plugin/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (3)Used By (1)

Text Transform Plugin for CKEditor
==================================

[](#text-transform-plugin-for-ckeditor)

A very simple plugin which provides transforming selected text to new cases. You can transform selected text to uppercase, lowercase or simply capitalize it.

Available Transform Cases
-------------------------

[](#available-transform-cases)

- Transform Text to Uppercase: Convert letters to uppercase
- Transform Text to Lowercase: Convert letters to lowercase
- Transform Capitalize: Capitalize each word of selected text
- Transform Switcher: Loop through all cases

Internationalization
--------------------

[](#internationalization)

Currently plugin supports 4 languages.

- en
- tr
- fr (thanks to regisenguehard)
- es (thanks to mivanpv)

*Translations are welcomed.*

Usage
-----

[](#usage)

1. Download source files and place them on to be created "texttransform" folder under the CKEditor's plugin base.
2. Define plugin in CKEDITOR config object.

    ```
     CKEDITOR.config.extraPlugins = 'texttransform';

    ```
3. Add transform buttons to your editor toolbar.

    ```
     CKEDITOR.config.toolbar = [
     { name: 'paragraph',   groups: ['texttransform'] }
     ];

    ```
4. Set your CKEDITOR language if you did not set it yet.

    ```
     CKEDITOR.config.language = 'en';

    ```

Demo
----

[](#demo)

[View the live demo](http://jsfiddle.net/t99kV/5/) on jsFiddle.

Cheers
------

[](#cheers)

Thanks to \[CKEditor\] [1](http://ckeditor.com "CKEditor") and \[jsFiddle\] [2](http://jsfiddle.net "jsFiddle") for their good work.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 82.4% 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 ~0 days

Total

2

Last Release

2928d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/474050da31530d4af16eca69a75ab9452dbd6d452262be4c4fa1ec8f03975259?d=identicon)[moroz1999](/maintainers/moroz1999)

---

Top Contributors

[![onderceylan](https://avatars.githubusercontent.com/u/2641384?v=4)](https://github.com/onderceylan "onderceylan (14 commits)")[![fredck](https://avatars.githubusercontent.com/u/630060?v=4)](https://github.com/fredck "fredck (1 commits)")[![mivanpv](https://avatars.githubusercontent.com/u/9889204?v=4)](https://github.com/mivanpv "mivanpv (1 commits)")[![ppKrauss](https://avatars.githubusercontent.com/u/1651447?v=4)](https://github.com/ppKrauss "ppKrauss (1 commits)")

### Embed Badge

![Health badge](/badges/moroz1999-ckeditor-texttransform-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/moroz1999-ckeditor-texttransform-plugin/health.svg)](https://phpackages.com/packages/moroz1999-ckeditor-texttransform-plugin)
```

###  Alternatives

[hyperf/socketio-server

Socket.io implementation for hyperf

25130.9k6](/packages/hyperf-socketio-server)

PHPackages © 2026

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