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)0182MITPHPPHP ^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 3w 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 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity83

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

864d 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

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M300](/packages/laravel-horizon)[laravel/sail

Docker files for running a basic Laravel application.

1.9k205.7M1.3k](/packages/laravel-sail)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M188](/packages/laravel-ai)[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k108.5M874](/packages/laravel-socialite)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M145](/packages/laravel-mcp)[laravel/boost

Laravel Boost accelerates AI-assisted development by providing the essential context and structure that AI needs to generate high-quality, Laravel-specific code.

3.5k21.5M571](/packages/laravel-boost)

PHPackages © 2026

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