PHPackages                             jacmac/string-uppercase - 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. jacmac/string-uppercase

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

jacmac/string-uppercase
=======================

demo package

v1.0.1(1y ago)06MITPHP

Since Apr 19Pushed 1y ago1 watchersCompare

[ Source](https://github.com/jaydeep892/Capitalizer)[ Packagist](https://packagist.org/packages/jacmac/string-uppercase)[ RSS](/packages/jacmac-string-uppercase/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Capitalizer# 🔠 String Uppercase - Laravel Package
=================================================

[](#capitalizer--string-uppercase---laravel-package)

Convert any string to uppercase easily using this simple Laravel package.

[![Latest Version on Packagist](https://camo.githubusercontent.com/0043408ac0ee35fcbbfa6d051df8f69821dc58aeaee130f74a17bdb49a589405/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a61636d61632f737472696e672d7570706572636173652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jacmac/string-uppercase)[![Total Downloads](https://camo.githubusercontent.com/5da4fb7f6063a3ae782d3dbadb98808657744a539ae375708ce902e59d611ee3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a61636d61632f737472696e672d7570706572636173652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jacmac/string-uppercase)

---

🚀 Installation
--------------

[](#-installation)

You can install the package via Composer:

```
composer require jacmac/string-uppercase
```

Usage
-----

[](#usage)

Use the facade to convert any string to uppercase:

```
use Jacmac\StringUppercase\Facades\Uppercase;

Uppercase::make('hello world'); // returns "HELLO WORLD"
```

If you're using Laravel's auto-discovery, you can even skip the 'use' statement:

```
Uppercase::make('laravel rules'); // returns "LARAVEL RULES"
```

Auto-Discovery
--------------

[](#auto-discovery)

This package supports Laravel auto-discovery. No manual registration required.

Example Route
-------------

[](#example-route)

```
Route::get('/uppercase/{text}', function ($text) {
    return Uppercase::make($text);
});
```

Visit: /uppercase/hello → will return HELLO

Configuration
-------------

[](#configuration)

No configuration required. Just plug and play 🎉

Licence
-------

[](#licence)

The MIT License (MIT). Please see the LICENSE file for more information.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance47

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

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

Total

2

Last Release

395d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2b024fb47efbffd10e97b683a2b6cdb2afa5cbac6fccc55144ee373e9c9936d2?d=identicon)[jaydeep892](/maintainers/jaydeep892)

---

Top Contributors

[![jaydeep892](https://avatars.githubusercontent.com/u/207820540?v=4)](https://github.com/jaydeep892 "jaydeep892 (1 commits)")

### Embed Badge

![Health badge](/badges/jacmac-string-uppercase/health.svg)

```
[![Health](https://phpackages.com/badges/jacmac-string-uppercase/health.svg)](https://phpackages.com/packages/jacmac-string-uppercase)
```

###  Alternatives

[mtdowling/transducers

23973.5k2](/packages/mtdowling-transducers)[aaronholbrook/autoload

Automatically and recursively require\_once all files in a directory.

1010.5k1](/packages/aaronholbrook-autoload)

PHPackages © 2026

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