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

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

tritiyo/vehicle
===============

Vehicle manage on Vehicle Module

v1.0.0(5y ago)026MITBlade

Since Feb 23Pushed 1y ago1 watchersCompare

[ Source](https://github.com/takeitkhan/vehicle)[ Packagist](https://packagist.org/packages/tritiyo/vehicle)[ RSS](/packages/tritiyo-vehicle/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (2)Used By (0)

### Vehicle Management under Biz Boss

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

##### manage your vehicles easily

[](#manage-your-vehicles-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)

Vehicle Management is a mobile-ready

### Who develop

[](#who-develop)

Author: Noushad Nipun &amp; Samrat Khan

### Installation

[](#installation)

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

#### Via Composer

[](#via-composer)

```
composer require tritiyo/vehicle

```

#### Extra Composer Entry

[](#extra-composer-entry)

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

```

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

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

```
'providers' => [
    Tritiyo\Vehicle\VehicleServiceProvider::class,
]

```

#### Migration for vehicle table

[](#migration-for-vehicle-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(VehicleModuleSeeder::class)
}

```

#### Run seed

[](#run-seed)

```
php artisan db:seed

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Unknown

Total

1

Last Release

1905d ago

### Community

Maintainers

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

---

Top Contributors

[![takeitkhan](https://avatars.githubusercontent.com/u/79432964?v=4)](https://github.com/takeitkhan "takeitkhan (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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