PHPackages                             quynguyen3490/upperstr - 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. quynguyen3490/upperstr

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

quynguyen3490/upperstr
======================

Convert string to upper

010PHP

Since Jul 29Pushed 11y ago1 watchersCompare

[ Source](https://github.com/quynguyen3490/upperstr)[ Packagist](https://packagist.org/packages/quynguyen3490/upperstr)[ RSS](/packages/quynguyen3490-upperstr/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Upperstr
========

[](#upperstr)

- Convert string to upper

Installation
------------

[](#installation)

Add to 'composer.json':

```
{
	"required": {
		"quynguyen3490/upperstr": "dev-master"
	}
}
```

Then, run 'composer.phar update'.

After this, add provider and alias in 'app/config/app.php' :

```
return array(
	// ...

	'providers' => array(
		// ...

		'Quynguyen\Upperstr\UpperstrServiceProvider',
	),

	// ...

	'aliases' => array(
		// ...

		'Upperstr' => 'Quynguyen\Upperstr\Facades\Upperstr',
	),
);
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/035585a9ed0efd94090c982f8a2ac6a7400733592c96b1139adb973f688b03d2?d=identicon)[quynguyen3490](/maintainers/quynguyen3490)

---

Top Contributors

[![quynguyen3490](https://avatars.githubusercontent.com/u/5356585?v=4)](https://github.com/quynguyen3490 "quynguyen3490 (10 commits)")

### Embed Badge

![Health badge](/badges/quynguyen3490-upperstr/health.svg)

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

PHPackages © 2026

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