PHPackages                             marcusmyers/laravel-github-actions - 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. marcusmyers/laravel-github-actions

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

marcusmyers/laravel-github-actions
==================================

A package to add the ability to use github actions in your application or package

2.0.1(6y ago)16.0k↓42.9%MITPHP

Since Oct 10Pushed 6y ago1 watchersCompare

[ Source](https://github.com/marcusmyers/laravel-github-actions)[ Packagist](https://packagist.org/packages/marcusmyers/laravel-github-actions)[ Docs](https://github.com/marcusmyers/laravel-github-actions)[ RSS](/packages/marcusmyers-laravel-github-actions/feed)WikiDiscussions master Synced 1mo ago

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

Laravel Github Actions
======================

[](#laravel-github-actions)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e7b40129672188c85af77eb8bd82c891d820e10820cbdbf4eff7c8544a5df8b1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d61726375736d796572732f6c61726176656c2d6769746875622d616374696f6e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/marcusmyers/laravel-github-actions)[![Total Downloads](https://camo.githubusercontent.com/cc11f98e6c90fc48cb836c1c7a816c16f5cdd988be0f8f0d9a607fc88dcfd24b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d61726375736d796572732f6c61726176656c2d6769746875622d616374696f6e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/marcusmyers/laravel-github-actions)

Up and running with [GitHub Actions](https://github.com/features/actions) for your [Laravel](https://www.laravel.com) project. Currently, all actions are for testing your application. This will require you to signup for [GitHub Actions](https://github.com/features/actions), once available to your GitHub account this package can be installed in your project.

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

[](#installation)

This is just a small set of files that sets up [GitHub Actions](https://github.com/features/actions) per project. There is nothing to install globally!

```
composer require marcusmyers/laravel-github-actions
```

If all you want is just the simple phpunit test suite run this after install.

```
php artisan vendor:publish --provider="Marcusmyers\LaravelGithubActions\LaravelGithubActionsServiceProvider" --tag="app-actions"
```

If you are writing a package run this after install

```
php artisan vendor:publish --provider="Marcusmyers\LaravelGithubActions\LaravelGithubActionsServiceProvider" --tag="package-actions"
```

For dusk browser testing run the following:

```
php artisan vendor:publish --provider="Marcusmyers\LaravelGithubActions\LaravelGithubActionsServiceProvider" --tag="dusk-actions"
```

For all app testing run the following:

```
php artisan vendor:publish --provider="Marcusmyers\LaravelGithubActions\LaravelGithubActionsServiceProvider" --tag="all-app-actions"
```

### Private Packagist Repo

[](#private-packagist-repo)

In order to install packages that are on a private packagist server you will have to add the following to workflow file. The example below uses Laravel Nova.

```
composer config http-basic.nova.laravel.com ${{ secrets.NOVA_USERNAME }} ${{ secrets.NOVA_PASSWORD }}

```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Mark Myers](https://github.com/marcusmyers)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

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

Total

3

Last Release

2215d ago

Major Versions

1.0.0 → 2.0.02020-01-17

### Community

Maintainers

![](https://www.gravatar.com/avatar/f71e0894b0f23222260ff8467126f98eb98204b875933a3ac6e03d45c6d60ebe?d=identicon)[marcusmyers](/maintainers/marcusmyers)

---

Top Contributors

[![marcusmyers](https://avatars.githubusercontent.com/u/337947?v=4)](https://github.com/marcusmyers "marcusmyers (7 commits)")

---

Tags

marcusmyerslaravel-github-actions

### Embed Badge

![Health badge](/badges/marcusmyers-laravel-github-actions/health.svg)

```
[![Health](https://phpackages.com/badges/marcusmyers-laravel-github-actions/health.svg)](https://phpackages.com/packages/marcusmyers-laravel-github-actions)
```

###  Alternatives

[mattkeys/acf-conditional-taxonomy-rules

This plugin expands on the ACF conditional functionality to allow for conditionals based on a selected taxonomy term ID.

662.5k](/packages/mattkeys-acf-conditional-taxonomy-rules)

PHPackages © 2026

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