PHPackages                             programic/laravel-task - 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. programic/laravel-task

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

programic/laravel-task
======================

Task automation like migrations

v1.1.2(1y ago)119.5k↓45.8%1proprietaryPHP

Since Nov 26Pushed 1y ago2 watchersCompare

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

READMEChangelog (2)Dependencies (1)Versions (8)Used By (0)

Programic - Automatic task runner
=================================

[](#programic---automatic-task-runner)

[![Latest Version on Packagist](https://camo.githubusercontent.com/ae9a2b1c42353785539d26dac1c1210d3648daad406e5be4481cc940006736d7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f70726f6772616d69632f6c61726176656c2d7461736b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/programic/laravel-task)[![](https://github.com/programic/laravel-task/workflows/Run%20Tests/badge.svg?branch=master)](https://github.com/programic/laravel-task/workflows/Run%20Tests/badge.svg?branch=master)[![Tests](https://github.com/programic/laravel-task/actions/workflows/run-tests.yml/badge.svg?branch=master)](https://github.com/programic/laravel-task/actions/workflows/tests.yml)[![Total Downloads](https://camo.githubusercontent.com/2baff88676da7c707d7bceb475ca9e6a327853940f0f59be055ddf45aa91950e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f70726f6772616d69632f6c61726176656c2d7461736b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/programic/laravel-task)

This package allows you to automate tasks as in migrations

### Installation

[](#installation)

This package requires PHP 7.2 and Laravel 5.8 or higher.

```
composer require programic/laravel-task

```

### Basic Usage

[](#basic-usage)

```
# Create Task
php artisan make:task RunTaskClass

# Run Tasks
php artisan migrate
```

### Conditions

[](#conditions)

```
Task::when($condition, function (ConsoleOutput $output) {

});

Task::fresh(fn (ConsoleOutput $output) => '');
Task::noFresh(fn (ConsoleOutput $output) => '');
```

### Custom stub

[](#custom-stub)

Custom stubs are supported. To create your worn "default" task stub copy-paste the stub from our vendor to your project stubs directory.

### Testing

[](#testing)

```
composer test
```

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

- [Rick Bongers](https://github.com/rbongers)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.6% 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 ~265 days

Recently: every ~332 days

Total

6

Last Release

671d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/04de5632caf547d8dfa4ffbfac25d0538f92f1e9d52d2f91a2d1d6f17a9561a5?d=identicon)[Programic](/maintainers/Programic)

---

Top Contributors

[![rick-bongers](https://avatars.githubusercontent.com/u/67374906?v=4)](https://github.com/rick-bongers "rick-bongers (25 commits)")[![mikemeijer](https://avatars.githubusercontent.com/u/26802831?v=4)](https://github.com/mikemeijer "mikemeijer (2 commits)")

### Embed Badge

![Health badge](/badges/programic-laravel-task/health.svg)

```
[![Health](https://phpackages.com/badges/programic-laravel-task/health.svg)](https://phpackages.com/packages/programic-laravel-task)
```

PHPackages © 2026

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