PHPackages                             otodev/laravel-repo-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. [Framework](/categories/framework)
4. /
5. otodev/laravel-repo-generator

ActiveProject[Framework](/categories/framework)

otodev/laravel-repo-generator
=============================

Repository Generator for Laravel Framework.

1.8.7(2y ago)1182MITPHPPHP ^7.3|^8.0|^8.1|^8.2|^8.3CI failing

Since Nov 27Pushed 2y ago1 watchersCompare

[ Source](https://github.com/daogr/laravel-repository-generator)[ Packagist](https://packagist.org/packages/otodev/laravel-repo-generator)[ RSS](/packages/otodev-laravel-repo-generator/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (10)Dependencies (4)Versions (60)Used By (0)

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

[](#laravel-repository-generator)

**Complete Repository Generator**

This package generates Repositories, Contracts, Resources, Requests, Policies, Controllers, Models and Language Files. Also implements the Repository Pattern.

What is a repository?
---------------------

[](#what-is-a-repository)

Use a repository to separate the logic that retrieves the data and maps it to the entity model from the business logic that acts on the model. The business logic should be agnostic to the type of data that comprises the data source layer. (…) The repository mediates between the data source layer and the business layers of the application. It queries the data source for the data, maps the data from the data source to a business entity and persists changes in the business entity to the data source. A repository separates the business logic from the interactions with the underlying data source or Web service. — mdsn.microsoft.com

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

[](#installation)

Require this package with composer using the following command:

```
composer require otodev/laravel-repo-generator
```

Export config using the following command:

```
php artisan vendor:publish --tag=repo-generator-config
```

This package makes use of Laravel's package auto-discovery mechanism.

Usage
-----

[](#usage)

- [`php artisan make:api:all Client\Vimeo\Vimeo App\Models\Client\Vimeo\Vimeo` - API generation for Laravel Reposiotry ](#api-generation-repository)

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity82

Battle-tested with a long release history

 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 ~20 days

Recently: every ~1 days

Total

59

Last Release

814d ago

PHP version history (3 changes)1.2.0PHP ^7.2.5

1.3.0PHP ^7.3|^8.0

1.7.8PHP ^7.3|^8.0|^8.1|^8.2|^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/a370672070a04c46de4ce01737f6fb9462c159771acdb07b7b987238c6291cf2?d=identicon)[daogr](/maintainers/daogr)

---

Top Contributors

[![daogr](https://avatars.githubusercontent.com/u/7466252?v=4)](https://github.com/daogr "daogr (1 commits)")

---

Tags

frameworklaravelgeneratorrepository

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/otodev-laravel-repo-generator/health.svg)

```
[![Health](https://phpackages.com/badges/otodev-laravel-repo-generator/health.svg)](https://phpackages.com/packages/otodev-laravel-repo-generator)
```

###  Alternatives

[rebing/graphql-laravel

Laravel wrapper for PHP GraphQL

2.2k7.1M26](/packages/rebing-graphql-laravel)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k84.2M225](/packages/laravel-horizon)[graham-campbell/markdown

Markdown Is A CommonMark Wrapper For Laravel

1.3k7.1M64](/packages/graham-campbell-markdown)[graham-campbell/manager

Manager Provides Some Manager Functionality For Laravel

39221.1M134](/packages/graham-campbell-manager)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)[htmlmin/htmlmin

HTMLMin Is A Simple HTML Minifier For Laravel 5

1.0k1.9M9](/packages/htmlmin-htmlmin)

PHPackages © 2026

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