PHPackages                             cleaniquecoders/laravel-taskable - 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. cleaniquecoders/laravel-taskable

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

cleaniquecoders/laravel-taskable
================================

Built with Laravel Standalone Package Creator

v1.0.2(7y ago)16MITPHPPHP &gt;=7.1

Since Aug 12Pushed 7y agoCompare

[ Source](https://github.com/cleaniquecoders/laravel-taskable)[ Packagist](https://packagist.org/packages/cleaniquecoders/laravel-taskable)[ RSS](/packages/cleaniquecoders-laravel-taskable/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (6)Versions (4)Used By (0)

[![Build Status](https://camo.githubusercontent.com/6a7452b2ef67ab0dabe90929aa6e373a3716731c0d706d552794e7970091750b/68747470733a2f2f7472617669732d63692e6f72672f636c65616e69717565636f646572732f6c61726176656c2d7461736b61626c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/cleaniquecoders/laravel-taskable) [![Latest Stable Version](https://camo.githubusercontent.com/af6bf87aa0ca72a07c0a5c5624e95a7b71f8c864fd68fb2b5905ad198c7e8195/68747470733a2f2f706f7365722e707567782e6f72672f636c65616e69717565636f646572732f6c61726176656c2d7461736b61626c652f762f737461626c65)](https://packagist.org/packages/cleaniquecoders/laravel-taskable) [![Total Downloads](https://camo.githubusercontent.com/acb5c4b081dfac0c0c3bf45d5a3f4c8c3cac4ca40acbbb14135547f7541ddd84/68747470733a2f2f706f7365722e707567782e6f72672f636c65616e69717565636f646572732f6c61726176656c2d7461736b61626c652f646f776e6c6f616473)](https://packagist.org/packages/cleaniquecoders/laravel-taskable) [![License](https://camo.githubusercontent.com/e84b8f7daef70647deb77981c047dd6542ea55ee8a2d4d660e1ca9e67419ac69/68747470733a2f2f706f7365722e707567782e6f72672f636c65616e69717565636f646572732f6c61726176656c2d7461736b61626c652f6c6963656e7365)](https://packagist.org/packages/cleaniquecoders/laravel-taskable)

About Your Package
------------------

[](#about-your-package)

Laravel Taskable allowed you to create tasks for your application.

It can be a lot of business rules and processes which you need to determine, either it's done process or not.

This package help you to automate those checking - but of course, you still can manually mark the task as done.

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

[](#installation)

1. In order to install `cleaniquecoders/laravel-taskable` in your Laravel project, just run the *composer require* command from your terminal:

```
$ composer require cleaniquecoders/laravel-taskable

```

2. Then in your `config/app.php` add the following to the providers array:

```
CleaniqueCoders\LaravelTaskable\LaravelTaskableServiceProvider::class,
```

3. In the same `config/app.php` add the following to the aliases array:

```
'LaravelTaskable' => CleaniqueCoders\LaravelTaskable\LaravelTaskableFacade::class,
```

Usage
-----

[](#usage)

Test
----

[](#test)

To run the test, type `vendor/bin/phpunit` in your terminal.

To have codes coverage, please ensure to install PHP XDebug then run the following command:

```
$ vendor/bin/phpunit -v --coverage-text --colors=never --stderr

```

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

[](#contributing)

Thank you for considering contributing to the `cleaniquecoders/laravel-taskable`!

### Bug Reports

[](#bug-reports)

To encourage active collaboration, it is strongly encourages pull requests, not just bug reports. "Bug reports" may also be sent in the form of a pull request containing a failing test.

However, if you file a bug report, your issue should contain a title and a clear description of the issue. You should also include as much relevant information as possible and a code sample that demonstrates the issue. The goal of a bug report is to make it easy for yourself - and others - to replicate the bug and develop a fix.

Remember, bug reports are created in the hope that others with the same problem will be able to collaborate with you on solving it. Do not expect that the bug report will automatically see any activity or that others will jump to fix it. Creating a bug report serves to help yourself and others start on the path of fixing the problem.

Coding Style
------------

[](#coding-style)

`cleaniquecoders/laravel-taskable` follows the PSR-2 coding standard and the PSR-4 autoloading standard.

You may use PHP CS Fixer in order to keep things standardised. PHP CS Fixer configuration can be found in `.php_cs`.

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

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

Every ~0 days

Total

3

Last Release

2830d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b57069d0f4b634f65eccc6e5d5848990e25968d45ec2cf46d626c6a4658f944b?d=identicon)[nasrulhazim.m](/maintainers/nasrulhazim.m)

---

Top Contributors

[![nasrulhazim](https://avatars.githubusercontent.com/u/10341422?v=4)](https://github.com/nasrulhazim "nasrulhazim (12 commits)")

---

Tags

automationlaraveltasklaravelpackage

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/cleaniquecoders-laravel-taskable/health.svg)

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

###  Alternatives

[bensampo/laravel-embed

Painless responsive embeds for videos, slideshows and more.

142146.8k](/packages/bensampo-laravel-embed)[erlandmuchasaj/laravel-gzip

Gzip your responses.

40129.3k2](/packages/erlandmuchasaj-laravel-gzip)[tehwave/laravel-achievements

Simple, elegant Achievements the Laravel way

7012.8k](/packages/tehwave-laravel-achievements)[wujunze/money-wrapper

MoneyPHP Wrapper

113.8k](/packages/wujunze-money-wrapper)

PHPackages © 2026

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