PHPackages                             codingphase/reference-generator - 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. codingphase/reference-generator

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

codingphase/reference-generator
===============================

Reference generator for Laravel

v1.0.1(9y ago)01.1kMITPHPPHP &gt;=5.5.9

Since Mar 4Pushed 9y ago1 watchersCompare

[ Source](https://github.com/CodingPhase/reference-generator)[ Packagist](https://packagist.org/packages/codingphase/reference-generator)[ RSS](/packages/codingphase-reference-generator/feed)WikiDiscussions master Synced 1mo ago

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

Reference Generator
===================

[](#reference-generator)

Reference Generator for Laravel Applications

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

[](#installation)

### Step 1: Install Through Composer

[](#step-1-install-through-composer)

```
composer require codingphase/reference-generator

```

### Step 2: Register Service Provider

[](#step-2-register-service-provider)

Add your new provider to the `providers` array of `config/app.php`:

```
  'providers' => [
      // ...
      CodingPhase\ReferenceGenerator\ReferenceGeneratorServiceProvider::class,
      // ...
  ],
```

Publish config

```
php artisan vendor:publish --provider="CodingPhase\ReferenceGenerator\ReferenceGeneratorServiceProvider"
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

3354d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/585fea021c5d2840a3a843dd8bf6cc67942d0224c37acb3044de346eed3a18fc?d=identicon)[Hesto](/maintainers/Hesto)

---

Top Contributors

[![Hesto](https://avatars.githubusercontent.com/u/13649507?v=4)](https://github.com/Hesto "Hesto (2 commits)")

---

Tags

laravelstringgenerator

### Embed Badge

![Health badge](/badges/codingphase-reference-generator/health.svg)

```
[![Health](https://phpackages.com/badges/codingphase-reference-generator/health.svg)](https://phpackages.com/packages/codingphase-reference-generator)
```

###  Alternatives

[dcblogdev/laravel-module-generator

Generate Laravel Modules from a template.

7710.1k1](/packages/dcblogdev-laravel-module-generator)[linkxtr/laravel-qrcode

A clean, modern, and easy-to-use QR code generator for Laravel

295.1k](/packages/linkxtr-laravel-qrcode)[pishran/laravel-persian-string

Convert Arabic/English/etc numbers and characters to Persian numbers and characters in Laravel models.

206.7k](/packages/pishran-laravel-persian-string)

PHPackages © 2026

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