PHPackages                             minhvq/custom-string - 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. minhvq/custom-string

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

minhvq/custom-string
====================

Custom string package

022PHP

Since May 31Pushed 3y ago1 watchersCompare

[ Source](https://github.com/minhquangvu1995/custom-string-package-2)[ Packagist](https://packagist.org/packages/minhvq/custom-string)[ RSS](/packages/minhvq-custom-string/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (1)Used By (0)

custom-string-package-2 (part 1 error :v)
=========================================

[](#custom-string-package-2-part-1-error-v)

Add string "HELLO" to the first input string

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

[](#installation)

This project using composer.

```
$ composer require minhvq/custom-string

```

Declare autoload namespace in composer.json

```
"autoload": {
    "psr-4": {
        ...
        "MinhVuQuang\\CustomString\\": "vendor/minhvq/custom-string/src/"
    },
    ...
},

```

And run

```
$ composer dumpautoload

```

Finally, add CustomStringServiceProvider in config/app.php

```
MinhVuQuang\CustomString\CustomStringServiceProvider::class,

```

Usage
-----

[](#usage)

```
echo MinhVuQuang\CustomString\Facades\CustomString::generate(Illuminate\Support\Str::random(40));
```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity25

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/50afa709eb472fb82b1be8c212e83b1d47cc058cc68b3bf0e6444987457488ac?d=identicon)[minhquangvu1995](/maintainers/minhquangvu1995)

---

Top Contributors

[![minhquangvu1995](https://avatars.githubusercontent.com/u/18360066?v=4)](https://github.com/minhquangvu1995 "minhquangvu1995 (38 commits)")

### Embed Badge

![Health badge](/badges/minhvq-custom-string/health.svg)

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

###  Alternatives

[pixelfederation/circuit-breaker-bundle

An analogous bundle to Java's Hystrix in PHP world.

1226.5k](/packages/pixelfederation-circuit-breaker-bundle)[moay/virus-total-api

Very simple VirusTotal api wrapper for Laravel 5

103.9k](/packages/moay-virus-total-api)

PHPackages © 2026

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