PHPackages                             sahil290791/spell-me - 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. sahil290791/spell-me

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

sahil290791/spell-me
====================

A jQuery plugin to spell characters for easy readability

0.2.7(10y ago)091MITJavaScript

Since Aug 23Pushed 5y ago1 watchersCompare

[ Source](https://github.com/sahil290791/spell-me)[ Packagist](https://packagist.org/packages/sahil290791/spell-me)[ Docs](https://github.com/sahil290791/spell-me)[ RSS](/packages/sahil290791-spell-me/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)DependenciesVersions (3)Used By (0)

[![npm version](https://camo.githubusercontent.com/2ea7a0711c3d44bdfd8a4855fcb66c63264c45c03cd709cf37bd0a3cc87d1191/68747470733a2f2f62616467652e667572792e696f2f6a732f7370656c6c2d6d652e737667)](http://badge.fury.io/js/spell-me) [![Build Status](https://camo.githubusercontent.com/d519f5837e190b60b38905b1b31cee05698fb3206d455337ae55907497365fd0/68747470733a2f2f7472617669732d63692e6f72672f736168696c3239303739312f7370656c6c2d6d652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/sahil290791/spell-me)

### This plugin provides a simple way to spell characters of a string and present it to the user. It supports various characters and symbols.

[](#this-plugin-provides-a-simple-way-to-spell-characters-of-a-string-and-present-it-to-the-user-it-supports-various-characters-and-symbols)

Usage
-----

[](#usage)

1. Include jQuery:

    ```

    ```
2. Include plugin's code:

    ```

    ```
3. Call the plugin:

```
	$("#code").spellMe({
		className: "spellify",//multiple classes can be added to the table e.g. "table table-reponsive"
		target: "#result",//id or class e.g. ".myClass"
		getTabulatedResult: true // appends a table to the specified target
	});
```

Guides
------

[](#guides)

Call it on the element which contains the code and that's it. If you have your own way of representing the spellified code. Just set the getTabulatedResult option to false and use the returnWords method, it will return an array of the spellified code.

```
	var spellifiedCode = $("#code").spellMe({
							getTabulatedResult: false
						}).returnWords();
	//returns ["Alfa", "Romeo", "Tango"]
```

Available options:

```
	 	className: "anyClass" ( Use this option to add a class to the table created.)
	 	target: "target-ID/CLASS" (Specify the ID/CLASS of the element to which the result should be appended to.)
	 	getTabulatedResult: true (true by default, returns a HTML table appended to the target
							, if set to false it will give an array of the spellified characters)
```

Examples
--------

[](#examples)

Click [here](https://sahil290791.github.io/spell-me/) to see the demo.

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

[](#contributing)

Check [CONTRIBUTING.md](https://github.com/sahil290791/spell-me/blob/master/CONTRIBUTING.md) for more information.

License
-------

[](#license)

[MIT License](https://github.com/sahil290791/spell-me/blob/master/LICENSE) © Sahil Prajapati

Source
------

[](#source)

Characters source from [Wiki](https://en.wikipedia.org/wiki/NATO_phonetic_alphabet)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3922d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/68b990c1d7350f12a57a9fc66c83d1941928378de8e8698f0ad5917d6b3fc5ce?d=identicon)[sahil290791](/maintainers/sahil290791)

---

Top Contributors

[![sahil290791](https://avatars.githubusercontent.com/u/7287280?v=4)](https://github.com/sahil290791 "sahil290791 (44 commits)")

---

Tags

spellmespell me

### Embed Badge

![Health badge](/badges/sahil290791-spell-me/health.svg)

```
[![Health](https://phpackages.com/badges/sahil290791-spell-me/health.svg)](https://phpackages.com/packages/sahil290791-spell-me)
```

###  Alternatives

[jurchiks/numbers2words

It spells numbers (and currencies)!

20172.1k3](/packages/jurchiks-numbers2words)

PHPackages © 2026

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