PHPackages                             ducna01120/fleetops-api - 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. [API Development](/categories/api)
4. /
5. ducna01120/fleetops-api

ActiveLibrary[API Development](/categories/api)

ducna01120/fleetops-api
=======================

Fleet &amp; Transport Management Extension for Fleetbase

0.5.30(1y ago)046AGPL-3.0-or-laterPHPPHP ^8.0CI failing

Since Feb 18Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/NguyenAnhDuc/fleetops)[ Packagist](https://packagist.org/packages/ducna01120/fleetops-api)[ RSS](/packages/ducna01120-fleetops-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (17)Versions (14)Used By (0)

 [![](https://camo.githubusercontent.com/55057c066d627e6557f269bcf2f63eca75a84713a1520bb9dae16da8731fbc57/68747470733a2f2f666c622d6173736574732e73332e61702d736f757468656173742d312e616d617a6f6e6177732e636f6d2f7374617469632f666c656574626173652d6c6f676f2d7376672e737667)](https://camo.githubusercontent.com/55057c066d627e6557f269bcf2f63eca75a84713a1520bb9dae16da8731fbc57/68747470733a2f2f666c622d6173736574732e73332e61702d736f757468656173742d312e616d617a6f6e6177732e636f6d2f7374617469632f666c656574626173652d6c6f676f2d7376672e737667)

 Open-source Fleet &amp; Transport Management Extension for Fleetbase

---

Overview
--------

[](#overview)

This monorepo contains both the frontend and backend components of the FleetOps extension for Fleetbase. The frontend is built using Ember.js and the backend is implemented in PHP.

### Requirements

[](#requirements)

- PHP 8.0 or above
- Ember.js v4.8 or above
- Ember CLI v4.8 or above
- Node.js v18 or above

Structure
---------

[](#structure)

```
├── addon
├── app
├── assets
├── translations
├── config
├── node_modules
├── server
│ ├── config
│ ├── data
│ ├── migrations
│ ├── resources
│ ├── src
│ ├── tests
│ └── vendor
├── tests
├── testem.js
├── index.js
├── package.json
├── phpstan.neon.dist
├── phpunit.xml.dist
├── pnpm-lock.yaml
├── ember-cli-build.js
├── composer.json
├── CONTRIBUTING.md
├── LICENSE.md
├── README.md

```

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

[](#installation)

### Backend

[](#backend)

Install the PHP packages using Composer:

```
composer require fleetbase/core-api
composer require fleetbase/fleetops-api
```

### Frontend

[](#frontend)

Install the Ember.js Engine/Addon:

```
pnpm install @fleetbase/fleetops-engine
```

Usage
-----

[](#usage)

### Backend

[](#backend-1)

🧹 Keep a modern codebase with **PHP CS Fixer**:

```
composer lint
```

⚗️ Run static analysis using **PHPStan**:

```
composer test:types
```

✅ Run unit tests using **PEST**

```
composer test:unit
```

🚀 Run the entire test suite:

```
composer test
```

### Frontend

[](#frontend-1)

🧹 Keep a modern codebase with **ESLint**:

```
pnpm lint
```

✅ Run unit tests using **Ember/QUnit**

```
pnpm test
pnpm test:ember
pnpm test:ember-compatibility
```

🚀 Start the Ember Addon/Engine

```
pnpm start
```

🔨 Build the Ember Addon/Engine

```
pnpm build
```

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

[](#contributing)

See the Contributing Guide for details on how to contribute to this project.

License
-------

[](#license)

This project is licensed under the MIT License.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance63

Regular maintenance activity

Popularity8

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 65.4% 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 ~1 days

Total

10

Last Release

446d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9592d9718e72a409139305d345ae9e06cc243bc6ef00cafb71fc6fb98874144b?d=identicon)[NguyenAnhDuc](/maintainers/NguyenAnhDuc)

---

Top Contributors

[![roncodes](https://avatars.githubusercontent.com/u/816371?v=4)](https://github.com/roncodes "roncodes (502 commits)")[![doljko](https://avatars.githubusercontent.com/u/12738721?v=4)](https://github.com/doljko "doljko (119 commits)")[![quyenpn90](https://avatars.githubusercontent.com/u/71654158?v=4)](https://github.com/quyenpn90 "quyenpn90 (95 commits)")[![TemuulenBM](https://avatars.githubusercontent.com/u/124872945?v=4)](https://github.com/TemuulenBM "TemuulenBM (46 commits)")[![tortuvshin](https://avatars.githubusercontent.com/u/9257227?v=4)](https://github.com/tortuvshin "tortuvshin (2 commits)")[![mm3ddd](https://avatars.githubusercontent.com/u/124508499?v=4)](https://github.com/mm3ddd "mm3ddd (2 commits)")[![farazappy](https://avatars.githubusercontent.com/u/16976631?v=4)](https://github.com/farazappy "farazappy (1 commits)")[![charleyfleetbase](https://avatars.githubusercontent.com/u/144086460?v=4)](https://github.com/charleyfleetbase "charleyfleetbase (1 commits)")

---

Tags

tmslast-milefleetopsdelivery managementfleetbase-extension

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/ducna01120-fleetops-api/health.svg)

```
[![Health](https://phpackages.com/badges/ducna01120-fleetops-api/health.svg)](https://phpackages.com/packages/ducna01120-fleetops-api)
```

###  Alternatives

[fleetbase/fleetops-api

Fleet &amp; Transport Management Extension for Fleetbase

1721.6k3](/packages/fleetbase-fleetops-api)[openai-php/client

OpenAI PHP is a supercharged PHP API client that allows you to interact with the Open AI API

5.8k22.6M232](/packages/openai-php-client)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[deeplcom/deepl-php

Official DeepL API Client Library

2616.2M66](/packages/deeplcom-deepl-php)[getbrevo/brevo-php

Official Brevo provided RESTFul API V3 php library

963.1M35](/packages/getbrevo-brevo-php)[swisnl/json-api-client

A PHP package for mapping remote JSON:API resources to Eloquent like models and collections.

211473.2k12](/packages/swisnl-json-api-client)

PHPackages © 2026

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