PHPackages                             dinyangetoh/simple-taskmanager - 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. dinyangetoh/simple-taskmanager

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

dinyangetoh/simple-taskmanager
==============================

A Laravel package that adds simple task management functionality to an app

1.0.5(8y ago)061MITCSSPHP ^5.4.0|^7.0

Since Dec 2Pushed 8y ago1 watchersCompare

[ Source](https://github.com/dinyangetoh/simple-taskmanager)[ Packagist](https://packagist.org/packages/dinyangetoh/simple-taskmanager)[ RSS](/packages/dinyangetoh-simple-taskmanager/feed)WikiDiscussions master Synced 3mo ago

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

Laravel Task Manager
====================

[](#laravel-task-manager)

This is a laravel package that adds task management functionality to web applications.

It supports Laravel 5.0 and later

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

[](#installation)

[PHP](https://php.net) 5.4+ or [HHVM](http://hhvm.com) 3.3+, and [Composer](https://getcomposer.org) are required.

To get the latest version of Laravel Taskmanager, simply add the following line to the require block of your `composer.json` file.

```
"dinyangetoh/simple-taskmanager": "dev-master"

```

You'll then need to run `composer install` or `composer update` to download it and have the autoloader updated.

If you are using Laravel 5.5 or later, the service provider auto discovery feature will load the required classes after installation otherwise, you need to register the service provider. Open up `config/app.php` and add the following to the `providers` key.

- `Dinyangetoh\SimpleTaskmanager\TaskManagerServiceProvider::class`

Also, register the Facade like so:

```
'aliases' => [
    ...
    'Simpletaskmanager' => Dinyangetoh\SimpleTaskmanager\Facades\TaskManager::class,
    ...
]
```

Configuration
-------------

[](#configuration)

You need to run migrations to create necessary tables

```
php artisan migrate"
```

You can publish the configuration file using this command:

```
php artisan vendor:publish --tag=public
```

Then you are ready to get runnings. Just visit

```
http://{{site-url}}/tasks
```

Add task categories and tasks. Enjoy.

Developed with love from

David Inyangetoh @dinyangetoh

License
-------

[](#license)

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

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

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

Total

5

Last Release

3132d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1701796?v=4)[David Inyang-Etoh](/maintainers/dinyangetoh)[@dinyangetoh](https://github.com/dinyangetoh)

---

Top Contributors

[![dinyangetoh](https://avatars.githubusercontent.com/u/1701796?v=4)](https://github.com/dinyangetoh "dinyangetoh (5 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/dinyangetoh-simple-taskmanager/health.svg)

```
[![Health](https://phpackages.com/badges/dinyangetoh-simple-taskmanager/health.svg)](https://phpackages.com/packages/dinyangetoh-simple-taskmanager)
```

###  Alternatives

[spatie/laravel-robots-middleware

Add an `all` or `none` robots header to your requests via a middleware in Laravel

3332.2M5](/packages/spatie-laravel-robots-middleware)[zumba/swivel

Strategy driven feature toggles

208138.1k5](/packages/zumba-swivel)[sylius-labs/polyfill-symfony-security

Symfony Security Polyfill

136.0M8](/packages/sylius-labs-polyfill-symfony-security)[woutersioen/sir-trevor-php

A Sir Trevor to HTML conversion helper for PHP

2834.9k](/packages/woutersioen-sir-trevor-php)

PHPackages © 2026

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