PHPackages                             makzumi/generators - 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. makzumi/generators

ActiveLibrary[Framework](/categories/framework)

makzumi/generators
==================

Laravel Repository - Service Providers - Generators

136PHP

Since Oct 24Pushed 10y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

**Laravel Repository and Service Provider Generators**
------------------------------------------------------

[](#laravel-repository-and-service-provider-generators)

This command line package help you create repositories and service providers, so you don't have to create files and folders by hand.

So, if you wanted to create a repository, you would call:

```
php artisan makzumi:repo

```

or

```
php artisan makzumi:service

```

And just answer the few questions the command asks.

*repo* Will generate an interface file and an implementation with proper namespacing and folder structure.

*service* Will generate the service class, the facade and the service provider with proper namespacing and folder structure.

After creation, read the generated **README.MD** to finish configuration in a couple steps.

**Installation**

```
	composer require makzumi/generators dev-master

```

After that is done, add the following to the *providers* array in **config/app.php**

```
	'Makzumi\Generators\GeneratorsServiceProvider'

```

Email me if you have questions:

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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/defe44d6d4d059820a44a7fcbe098e1c2491d67050d57483fb073bfbf8eb495a?d=identicon)[makzumi](/maintainers/makzumi)

### Embed Badge

![Health badge](/badges/makzumi-generators/health.svg)

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

###  Alternatives

[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

712181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)[laravel/pail

Easily delve into your Laravel application's log files directly from the command line.

91545.3M590](/packages/laravel-pail)

PHPackages © 2026

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