PHPackages                             masterkey/words - 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. masterkey/words

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

masterkey/words
===============

A PHP package to help with words on your code

1.0.3(10y ago)046MITPHPPHP &gt;=5.5

Since Mar 2Pushed 10y ago1 watchersCompare

[ Source](https://github.com/MasterkeyInformatica/Words)[ Packagist](https://packagist.org/packages/masterkey/words)[ RSS](/packages/masterkey-words/feed)WikiDiscussions master Synced 2mo ago

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

Words
=====

[](#words)

[![Build Status](https://camo.githubusercontent.com/e383e0c675a2bfcf7e482f4a817d49679bc7fe383b8e0c3ca06133c8223a09eb/68747470733a2f2f7472617669732d63692e6f72672f4d61737465726b6579496e666f726d61746963612f576f7264732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/MasterkeyInformatica/Words)[![Latest Stable Version](https://camo.githubusercontent.com/224cb6f53771922db6e0eb425caa56aa20e07e3fca06f0a7ddb17457f88e6bf4/68747470733a2f2f706f7365722e707567782e6f72672f6d61737465726b65792f776f7264732f762f737461626c65)](https://packagist.org/packages/masterkey/words)[![Total Downloads](https://camo.githubusercontent.com/e4c936334fdd9e633341be0b3e32e905717211ee4e5e2f47138dd7f6ffa073d9/68747470733a2f2f706f7365722e707567782e6f72672f6d61737465726b65792f776f7264732f646f776e6c6f616473)](https://packagist.org/packages/masterkey/words)[![Latest Unstable Version](https://camo.githubusercontent.com/b9a862365048afaf15d89c5a9fc129a1565c20d49aa7f1a6759b17638e322d1b/68747470733a2f2f706f7365722e707567782e6f72672f6d61737465726b65792f776f7264732f762f756e737461626c65)](https://packagist.org/packages/masterkey/words)[![License](https://camo.githubusercontent.com/13e87235500ea5b4d7178a9961f2cee158801b1f9c29e3d83e71fc2b4c03f851/68747470733a2f2f706f7365722e707567782e6f72672f6d61737465726b65792f776f7264732f6c6963656e7365)](https://packagist.org/packages/masterkey/words)

Este pacote foi desenvolvido para solucionar um problema muito comum em sites e sistemas desenvolvidos no Brasil: Caracteres acentuados.

Adicionando ao Projeto
======================

[](#adicionando-ao-projeto)

Para adicionar o Words ao se projeto, utilize o composer:

```
$ composer require masterkey/words
```

Depois, adicione o autoload do composer ao seu projeto

```
require_once "vendor/autoload.php"
```

Agora, basta chamar classe Words para converter sua string

```
echo Masterkey\Words\Words::removeAcentos('Olá'); // Retorna Ola
```

Como segundo parâmetro, podemos passar `true` para que a string seja retornada em UpperCase

```
echo Masterkey\Words\Words::removeAcentos('Olá', true); // Retorna OLA
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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

Every ~3 days

Total

4

Last Release

3717d ago

PHP version history (2 changes)1.0.0PHP &gt;=5.4

1.0.1PHP &gt;=5.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/7ad0138bca814dfc04cc1d315e3501b786522cd3b4bfaff8ba02e79e3df56b48?d=identicon)[devLopez](/maintainers/devLopez)

---

Top Contributors

[![devLopez](https://avatars.githubusercontent.com/u/5889460?v=4)](https://github.com/devLopez "devLopez (7 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/masterkey-words/health.svg)

```
[![Health](https://phpackages.com/badges/masterkey-words/health.svg)](https://phpackages.com/packages/masterkey-words)
```

PHPackages © 2026

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