PHPackages                             grosv/laravel-git-workflow - 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. grosv/laravel-git-workflow

ActiveLibrary

grosv/laravel-git-workflow
==========================

A repository template for Laravel packages

2.0.1(5y ago)798[1 issues](https://github.com/grosv/laravel-git-workflow/issues)1MITPHPPHP ^7.4

Since Mar 26Pushed 5y ago1 watchersCompare

[ Source](https://github.com/grosv/laravel-git-workflow)[ Packagist](https://packagist.org/packages/grosv/laravel-git-workflow)[ RSS](/packages/grosv-laravel-git-workflow/feed)WikiDiscussions main Synced 5d ago

READMEChangelog (10)Dependencies (4)Versions (13)Used By (1)

Laravel Git Workflow
====================

[](#laravel-git-workflow)

[![Latest Version on Packagist](https://camo.githubusercontent.com/5e6ef479e461be9720a7d155ca4dfe1ee2497c542153fac03527ea4d5942b231/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f67726f73762f6c61726176656c2d6769742d776f726b666c6f772e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/grosv/laravel-git-workflow)[![StyleCI](https://camo.githubusercontent.com/8f597fda41cc81036bbb5fac3952ca5081a31c820a6505de5929d563e1c0fed0/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3234383631303737342f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/248610774)[![Build Status](https://camo.githubusercontent.com/c735a6b42d42165ecfcb19cade2d081cd6cc2277f093e77627b840a159b58159/68747470733a2f2f6170702e6368697070657263692e636f6d2f70726f6a656374732f39393135373965632d653333382d343836662d386539332d3930323531363737303061642f7374617475732f6d6173746572)](https://camo.githubusercontent.com/c735a6b42d42165ecfcb19cade2d081cd6cc2277f093e77627b840a159b58159/68747470733a2f2f6170702e6368697070657263692e636f6d2f70726f6a656374732f39393135373965632d653333382d343836662d386539332d3930323531363737303061642f7374617475732f6d6173746572)

An opinionated GitHub workflow I use to manage my team and any freelancers I work with. All our projects use short lived feature branches off of master. We use draft pull requests and at least daily pushes so that I can track progress and identify "stuck" developers quickly.

### Installation

[](#installation)

```
composer require grosv/laravel-git-workflow --dev
```

This adds a handful of commands to your Laravel app.

### Commands

[](#commands)

`php artisan day:start` Verifies that we have the developer's GitHub username, checks out master and ensures it's up to date. Prompts developer to choose which issue to work on.

`php artisan issue:start {issue}` Checks out the branch associated with the issue. Creates a remote branch and draft pull request if they don't exist.

`php artisan commit` Ensures the developer is on a feature branch and then commits / pushes to it.

`php artisan issue:close {issue}` (Not Ideal) Puts up an empty commit with the project owner tagged in the message requesting a review and prompts the developer to go to github.com to mark the PR ready for review.

`php artisan day:end` Asks the developer how many hours they put in during the day and commits whatever has not yet been committed to the PR.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

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

Recently: every ~26 days

Total

12

Last Release

2077d ago

Major Versions

1.2.2 → 2.0.02020-07-25

### Community

Maintainers

![](https://www.gravatar.com/avatar/55eed7400c452edf7e7adfa4f1c6676b65b5ce1867fff6bddcb80b1bb45360af?d=identicon)[edgrosvenor](/maintainers/edgrosvenor)

---

Top Contributors

[![edgrosvenor](https://avatars.githubusercontent.com/u/1053395?v=4)](https://github.com/edgrosvenor "edgrosvenor (72 commits)")

### Embed Badge

![Health badge](/badges/grosv-laravel-git-workflow/health.svg)

```
[![Health](https://phpackages.com/badges/grosv-laravel-git-workflow/health.svg)](https://phpackages.com/packages/grosv-laravel-git-workflow)
```

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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