PHPackages                             mmartinjoo/junior - 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. [CLI &amp; Console](/categories/cli)
4. /
5. mmartinjoo/junior

AbandonedArchivedLibrary[CLI &amp; Console](/categories/cli)

mmartinjoo/junior
=================

Junior is a Laravel artisan command that writes code for you

0.1.4(2y ago)123MITPHPPHP ^8.1

Since Feb 26Pushed 2y ago1 watchersCompare

[ Source](https://github.com/mmartinjoo/junior)[ Packagist](https://packagist.org/packages/mmartinjoo/junior)[ Docs](https://github.com/mmartinjoo/junior)[ RSS](/packages/mmartinjoo-junior/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (4)Versions (3)Used By (0)

Installation
============

[](#installation)

Junior is a Laravel artisan command that writes code for you

1. Install the package as a `dev` dependency:

```
composer require mmartinjoo/junior --dev
```

2. Publish the configuration file:

```
php artisan vendor:publish --provider="Mmartinjoo\Junior\JuniorServiceProvider"
```

3. Register at [Junior.dev](https://junior.dev)
4. Create an API key
5. Add the API key to your `.env` file:

```
JUNIOR_API_KEY=your-api-key
```

Usage
=====

[](#usage)

Junior can generate you basic CRUD code, including:

- Models
- Factories
- Migrations
- Controllers
- Resources
- Requests
- Tests

You need to run the following command:

```
php artisan junior make:crud
```

If you only need a model with migrations and factories, you can run:

```
php artisan junior make:model
```

If you only need a factory for an existing model, you can run:

```
php artisan junior make:factory
```

Junior will create the new files in the standard Laravel folders such as `app/Models/MyModel.php` or `app/Http/Controllers/MyController.php`. At the moment, it doesn't work with custom structures, so you need to manually move the generated files.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.3% 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 ~0 days

Total

2

Last Release

856d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/08efde04fb7a7e4c20ae248aa020c319408891d6232ad0b87a406179e33b2ac4?d=identicon)[mmartinjoo](/maintainers/mmartinjoo)

---

Top Contributors

[![martinjoodev](https://avatars.githubusercontent.com/u/117859666?v=4)](https://github.com/martinjoodev "martinjoodev (12 commits)")[![mmartinjoo](https://avatars.githubusercontent.com/u/20523564?v=4)](https://github.com/mmartinjoo "mmartinjoo (1 commits)")

---

Tags

laravellaravel-packagelaraveljuniorMartin Joo

### Embed Badge

![Health badge](/badges/mmartinjoo-junior/health.svg)

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

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k102.4M1.4k](/packages/spatie-laravel-permission)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M99](/packages/dedoc-scramble)[spatie/laravel-passkeys

Use passkeys in your Laravel app

471890.7k38](/packages/spatie-laravel-passkeys)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)

PHPackages © 2026

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