PHPackages                             gustavorf/repo-create - 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. gustavorf/repo-create

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

gustavorf/repo-create
=====================

A simply tool to create repository and service folders inside app folder.

v1.1.2(6y ago)541MITPHP

Since Nov 10Pushed 6y ago2 watchersCompare

[ Source](https://github.com/Gustavo-RF/repository-create)[ Packagist](https://packagist.org/packages/gustavorf/repo-create)[ RSS](/packages/gustavorf-repo-create/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)DependenciesVersions (7)Used By (0)

Laravel Repository and Service creator
======================================

[](#laravel-repository-and-service-creator)

Simple repository and service file creator for laravel 5+.

[![Latest Version](https://camo.githubusercontent.com/ae28388252d73add98a0185c4d0306a13911af0c6620c88dbbe020191bd28e21/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f4775737461766f2d52462f7265706f7369746f72792d6372656174653f7374796c653d666c61742d737175617265)](https://github.com/Gustavo-RF/repository-create/releases)[![Stars](https://camo.githubusercontent.com/e1a10a69b670d84a0c24b053a53cb584b3fee924857f14d982ca16ad8cc823ba/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f4775737461766f2d52462f7265706f7369746f72792d6372656174653f7374796c653d666c61742d737175617265)](https://github.com/Gustavo-RF/repository-create/stargazers)[![Total Downloads](https://camo.githubusercontent.com/fbbc2ac5bdc8fdb34e8e9bdf4b0dd8ea8c592aedbc472ea6c22ab655fc98798a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6775737461766f72662f7265706f2d6372656174653f7374796c653d666c61742d737175617265)](https://packagist.org/packages/gustavorf/repo-create)

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

[](#installation)

Using [composer](https://getcomposer.com):

```
composer require gustavorf/repo-create --dev
```

Laravel version
---------------

[](#laravel-version)

Laravel 5.5+ supports auto discover for service providers. If your laravel version is 5.4 or lower, you have to add this line inside providers array in `config/app.php`

```
  'providers' => [

    ...

    GustavoRF\RepoCreate\RepoCreateServiceProvider::class,

  ],
```

Usage
-----

[](#usage)

Open your terminal in your project root and type:

```
php artisan repository:create MyRepository
```

This command will create a new Repository Class inside app/Repositories. If app/Repositories folder doesn't exists, it will be created as well.

You can also send a model name using --model option:

```
php artisan repository:create MyRepository --model=MyModel
```

This command set MyModel usage in MyRepository class. If MyModel doesn't exists, it will be created.

Similarly, you can create services:

```
php artisan service:create MyService
```

```
php artisan service:create MyService --model=MyModel
```

Contributing
------------

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  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

Maturity62

Established project with proven stability

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

Total

6

Last Release

2346d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/01aee407987db01206530e5d88f37a3bb171c1097487d175c9af08d88a1ef898?d=identicon)[Gustavo-RF](/maintainers/Gustavo-RF)

---

Top Contributors

[![Gustavo-RF](https://avatars.githubusercontent.com/u/15891351?v=4)](https://github.com/Gustavo-RF "Gustavo-RF (15 commits)")

### Embed Badge

![Health badge](/badges/gustavorf-repo-create/health.svg)

```
[![Health](https://phpackages.com/badges/gustavorf-repo-create/health.svg)](https://phpackages.com/packages/gustavorf-repo-create)
```

###  Alternatives

[raiym/instagram-php-scraper

Instagram PHP Scraper. Get account information, photos and videos without any authorization

3.3k1.2M6](/packages/raiym-instagram-php-scraper)[devster/ubench

Micro PHP library for benchmarking

5701.0M29](/packages/devster-ubench)[msp/devtools

222629.1k2](/packages/msp-devtools)[eusonlito/laravel-meta

A package to manage Header Meta Tags

196525.1k2](/packages/eusonlito-laravel-meta)[geniusts/hijri-dates

PHP library to convert Gregorian date to Hijri date and vice versa

104334.3k9](/packages/geniusts-hijri-dates)[discoverydesign/filament-gaze

See who's viewing a resource in Filament PHP.

17473.7k](/packages/discoverydesign-filament-gaze)

PHPackages © 2026

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