PHPackages                             voyager-inc/quote-replace - 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. voyager-inc/quote-replace

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

voyager-inc/quote-replace
=========================

A package to replace quote in string

04PHP

Since May 23Pushed 1y ago1 watchersCompare

[ Source](https://github.com/phutd-voyager/quote-replace)[ Packagist](https://packagist.org/packages/voyager-inc/quote-replace)[ RSS](/packages/voyager-inc-quote-replace/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Simple block blacklist and whitelist IP
=======================================

[](#simple-block-blacklist-and-whitelist-ip)

[`PHP v8.2`](https://php.net)

[`Laravel v11.x`](https://github.com/laravel/laravel)

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

[](#installation)

```
composer require voyager-inc/quote-replace
```

- Publish provider

```
php artisan vendor:publish --provider="VoyagerInc\QuoteReplace\ServiceProvider"
```

- Install example code if you want

```
php artisan quote-replace:install-example
```

and now the package will generate `Controller`, `Route`, `Request` and `View`

- `QuoteReplaceController.php` -&gt; Controller
- `QuoteReplaceSubmitRequest.php` -&gt; Request
- `quote_replace.php` -&gt; Route
- `quoteReplace.blade.php` -&gt; View

Usage
-----

[](#usage)

- We can enable/disable of package with config `enabled` in `quote_replace.php` file with value is `true` to enable or `false` to disable.
- For example:
- In `web.php` add this line below to load `quote_replace` route of package for test

```
require __DIR__ . '/quote_replace.php';
```

- `quote_replace.php` file route with content:

```
Route::get('/quote-replace/test', [\App\Http\Controllers\QuoteReplaceController::class, 'index'])->name('quoteReplace.index');
Route::post('/quote-replace/submit', [\App\Http\Controllers\QuoteReplaceController::class, 'submit'])->name('quoteReplace.submit');
```

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity18

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/88914573f9e40f76c57e972ca786b9d384bd7fd7739381145acdbdb5e537fa72?d=identicon)[silz.it94](/maintainers/silz.it94)

![](https://www.gravatar.com/avatar/22c1d050d1c65dc15bfa55bdb69582bdc32b181e2f3dbe8e7bd5c95d39c74af5?d=identicon)[sonnn@voyager-hcm.com](/maintainers/sonnn@voyager-hcm.com)

---

Top Contributors

[![phutd-voyager](https://avatars.githubusercontent.com/u/167964846?v=4)](https://github.com/phutd-voyager "phutd-voyager (7 commits)")

### Embed Badge

![Health badge](/badges/voyager-inc-quote-replace/health.svg)

```
[![Health](https://phpackages.com/badges/voyager-inc-quote-replace/health.svg)](https://phpackages.com/packages/voyager-inc-quote-replace)
```

###  Alternatives

[ibrahimbougaoua/filament-rating-star

This is my package filament-rating-star

4295.6k1](/packages/ibrahimbougaoua-filament-rating-star)[lampjunkie/php-datatables

PHP Library for (http://www.datatables.net)

5817.4k](/packages/lampjunkie-php-datatables)

PHPackages © 2026

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