PHPackages                             m-j-smith/laravel-ci-config - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. m-j-smith/laravel-ci-config

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

m-j-smith/laravel-ci-config
===========================

A minimal GitHub Actions CI setup for Laravel projects.

v1.0.0(1mo ago)029MITPHPPHP ^8.2CI failing

Since Jun 1Pushed 1mo agoCompare

[ Source](https://github.com/m-j-smith/laravel-ci-config)[ Packagist](https://packagist.org/packages/m-j-smith/laravel-ci-config)[ RSS](/packages/m-j-smith-laravel-ci-config/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Laravel CI Config
=================

[](#laravel-ci-config)

A minimal GitHub Actions CI setup for Laravel projects.

What's included
---------------

[](#whats-included)

- **Test runner** via `php artisan test` using SQLite in-memory database (MySQL service not required). Compatible with both Pest and PHPUnit.
- **Laravel Pint** code style check using the `laravel` preset.
- **Separate jobs** so tests and style report independently.

Required Project Config
-----------------------

[](#required-project-config)

- PHP 8.2+
- Laravel 12+

### `.env.example`

[](#envexample)

Ensure your `.env.example` includes:

```
APP_KEY=
DB_CONNECTION=sqlite
DB_DATABASE=:memory:
```

### `phpunit.xml`

[](#phpunitxml)

Ensure the following are uncommented in the `` section:

```

```

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

[](#installation)

1. Install the package via Composer into your development dependencies:

```
composer require m-j-smith/laravel-ci-config --dev
```

2. Install the GitHub Actions CI workflow and Pint config into your project:

```
php artisan ci:install
```

This will add the following files to your project:

```
.github/
└── workflows/
    └── ci.yml
pint.json

```

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance89

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

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

Unknown

Total

1

Last Release

53d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/149156654?v=4)[Mike Smith](/maintainers/m-j-smith)[@m-j-smith](https://github.com/m-j-smith)

---

Top Contributors

[![m-j-smith](https://avatars.githubusercontent.com/u/149156654?v=4)](https://github.com/m-j-smith "m-j-smith (1 commits)")

### Embed Badge

![Health badge](/badges/m-j-smith-laravel-ci-config/health.svg)

```
[![Health](https://phpackages.com/badges/m-j-smith-laravel-ci-config/health.svg)](https://phpackages.com/packages/m-j-smith-laravel-ci-config)
```

###  Alternatives

[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M48](/packages/spatie-laravel-pdf)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.3M347](/packages/psalm-plugin-laravel)[moonshine/moonshine

Laravel administration panel

1.3k253.1k86](/packages/moonshine-moonshine)[spatie/laravel-prometheus

Export Laravel metrics to Prometheus

2831.6M9](/packages/spatie-laravel-prometheus)[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

728176.2k14](/packages/tallstackui-tallstackui)[api-platform/laravel

API Platform support for Laravel

58174.6k17](/packages/api-platform-laravel)

PHPackages © 2026

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