PHPackages                             aindong/custom-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. aindong/custom-generator

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

aindong/custom-generator
========================

A custom generator that would generate a new feature for a repository pattern application

1.0(11y ago)11251MITPHPPHP &gt;=5.4.0

Since Apr 7Pushed 11y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Laravel Custom Generator
========================

[](#laravel-custom-generator)

A laravel custom generator inspired by the generator packaged of jeffrey way. This generator will generate files that are needed for a repository pattern structure.

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

[](#installation)

1. Add this into your laravel composer.json file, under require

```
"require-dev": {
  "aindong/custom-generator": "dev-master"
}

```

2. Open up your terminal and run

```
composer update

```

3. After downloadign the package. Open up your app/config/app.php file and inside the $providers array add this

```
'Aindong\CustomGenerator\Providers\CustomGeneratorServiceProvider',

```

4. If errors occured like, it can't find the package. Run

```
composer dumpautoload -o

```

Usage
-----

[](#usage)

1. Inside your app folder, create a customized folder name that will contain all of your features. For example I created an Acme Folder

```
-app
--Acme

```

2. And under your custom folder, create a Features folder.

```
-app
--Acme
---Features

```

3. Now on your terminal, type

```
php artisan generate:feature featurename --path=app/Acme --namespace=Acme

```

4. TADA! now check your features folder for the magic!

Notes
-----

[](#notes)

This package already has an interface and an abstract of a regular crud process of eloquent built in. But you can always change or create your own.

Notes
-----

[](#notes-1)

This package is still under development but I'm already using it to make my work faster and reduce the time of creating new files and restructuring them. Feel free to suggest.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

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

Total

2

Last Release

4057d ago

Major Versions

0.1 → 1.02015-04-09

### Community

Maintainers

![](https://www.gravatar.com/avatar/17c8c6a0166dd57eb40c5140dc9881ee6ebd12219890991df1f7f02fd7e37007?d=identicon)[aindong](/maintainers/aindong)

---

Top Contributors

[![aindong](https://avatars.githubusercontent.com/u/1896053?v=4)](https://github.com/aindong "aindong (8 commits)")

---

Tags

laravelgeneratorgenerator-extended

### Embed Badge

![Health badge](/badges/aindong-custom-generator/health.svg)

```
[![Health](https://phpackages.com/badges/aindong-custom-generator/health.svg)](https://phpackages.com/packages/aindong-custom-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)[akira/laravel-qrcode

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

431.4k](/packages/akira-laravel-qrcode)

PHPackages © 2026

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