PHPackages                             tritiyo/project - 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. tritiyo/project

ActiveLibrary

tritiyo/project
===============

Project manage on project module

v1.0.6(5y ago)043MITBlade

Since Feb 22Pushed 1y ago1 watchersCompare

[ Source](https://github.com/takeitkhan/project)[ Packagist](https://packagist.org/packages/tritiyo/project)[ RSS](/packages/tritiyo-project/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (8)Used By (0)

### Project Management under Biz Boss

[](#project-management-under-biz-boss)

##### manage your projects easily

[](#manage-your-projects-easily)

[![Build Status](https://camo.githubusercontent.com/dacafb09d4bf062fccb3dc244e5aaff769395d31d2cc8c61c9fee17d1b2ecdf6/68747470733a2f2f7472617669732d63692e6f72672f6a6f656d6363616e6e2f64696c6c696e6765722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/joemccann/dillinger)

### Why you will choose it

[](#why-you-will-choose-it)

Project Management is a mobile-ready

### Who develop

[](#who-develop)

Author: Noushad Nipun &amp; Samrat Khan

### Installation

[](#installation)

Project Management requires [Laravel](https://laravel.com) v8+ to run and [PHP](https://php.net) v7.3+

#### Via Composer

[](#via-composer)

```
composer require tritiyo/project

```

#### Extra Composer Entry

[](#extra-composer-entry)

```
"autoload-dev": {
    "psr-4": {
        "Tritiyo\\Project\\":"vendor/tritiyo/project/src/"
    }
},

```

#### Register service provider to app.php under config directory

[](#register-service-provider-to-appphp-under-config-directory)

```
'providers' => [
    Tritiyo\Project\ProjectServiceProvider::class,
]

```

#### Migration for project table

[](#migration-for-project-table)

```
php artisan migrate

```

#### Seeds for route data to DatabaseSeeder.php under database/seeders directory

[](#seeds-for-route-data-to-databaseseederphp-under-databaseseeders-directory)

```
public function run()
{
    $this->call(ProjectModuleSeeder::class)
}

```

#### Run seed

[](#run-seed)

```
php artisan db:seed

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

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

6

Last Release

1910d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/17b5477a9e39c665edeb7f26adbdb782ec43bf730d2c5cd8cac64e5230ff1e9b?d=identicon)[takeitkhan](/maintainers/takeitkhan)

### Embed Badge

![Health badge](/badges/tritiyo-project/health.svg)

```
[![Health](https://phpackages.com/badges/tritiyo-project/health.svg)](https://phpackages.com/packages/tritiyo-project)
```

PHPackages © 2026

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