PHPackages                             oghouz/repogenerate - 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. oghouz/repogenerate

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

oghouz/repogenerate
===================

Laravel repository generator

145PHP

Since Feb 14Pushed 8y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Repository Generator
============================

[](#laravel-repository-generator)

[![Build Status](https://camo.githubusercontent.com/ce3eccbe19810f5aa9995f3661ff83335f960f42eafd2c65cd80fc0903671394/68747470733a2f2f7472617669732d63692e6f72672f4f67686f757a2f7265706f67656e65726174652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Oghouz/repogenerate) [![StyleCI](https://camo.githubusercontent.com/cda170e7f11dca15aa239f9c4f3cef03ec62d07478395e518a76db4bc32ffecf/68747470733a2f2f7374796c6563692e696f2f7265706f732f3132303931393837362f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/120919876) [![Latest Stable Version](https://camo.githubusercontent.com/346c13799a97eba69aa27a264cb51bbe94190e28325b46e7cacc0d433cf51d31/68747470733a2f2f706f7365722e707567782e6f72672f6f67686f757a2f7265706f67656e65726174652f762f737461626c65)](https://packagist.org/packages/oghouz/repogenerate) [![Total Downloads](https://camo.githubusercontent.com/8c88f2dc33122f20938cdc532ccaf9684eff14ea279859168cbcc0d07eec63ad/68747470733a2f2f706f7365722e707567782e6f72672f6f67686f757a2f7265706f67656e65726174652f646f776e6c6f616473)](https://packagist.org/packages/oghouz/repogenerate) [![Latest Unstable Version](https://camo.githubusercontent.com/c938437ce4e9a1d6b62a5ddeca62fa54e843eedf0d15e03bd45308dcd55f1a9d/68747470733a2f2f706f7365722e707567782e6f72672f6f67686f757a2f7265706f67656e65726174652f762f756e737461626c65)](https://packagist.org/packages/oghouz/repogenerate)

*This package offer the possibility to generate repository for Laravel 5*

### Compatibility

[](#compatibility)

Laravel5.3.x5.4.x5.5.x and up### Installation

[](#installation)

1. Install package wit composer

    composer require oghouz/repogenerate
2. Register the service provider

Add the provider to config/app.php

```
Oghouz\RepoGenerate\RepoGenerateServiceProvider::class,

```

3. Publish

    php artisan vendor:publish --provider="Oghouz\\RepoGenerate\\RepoGenerateServiceProvider"

### Configuration

[](#configuration)

```
config/repository.php

```

### Usage

[](#usage)

```
php artisan make:repository YourModelName

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

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/653d4e217bce97cef4836adbce03a0f249fb176a321175b8111568199fd2ebdc?d=identicon)[Oghouz](/maintainers/Oghouz)

---

Top Contributors

[![Oghouz](https://avatars.githubusercontent.com/u/15138405?v=4)](https://github.com/Oghouz "Oghouz (7 commits)")

### Embed Badge

![Health badge](/badges/oghouz-repogenerate/health.svg)

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

PHPackages © 2026

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