PHPackages                             lipagas/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. lipagas/fleetops-api

ActiveLibrary

lipagas/fleetops-api
====================

Fleet &amp; Transport Management Extension for Fleetbase

024PHP

Since Jun 14Pushed 1y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)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

16

—

LowBetter than 5% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity18

Early-stage or recently created project

 Bus Factor1

Top contributor holds 69.7% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/d122e8f47064c771fe43416e2014dc2ee53b3adb3217098a3c5f86c8a239a9fb?d=identicon)[mukira](/maintainers/mukira)

---

Top Contributors

[![roncodes](https://avatars.githubusercontent.com/u/816371?v=4)](https://github.com/roncodes "roncodes (388 commits)")[![doljko](https://avatars.githubusercontent.com/u/12738721?v=4)](https://github.com/doljko "doljko (111 commits)")[![TemuulenBM](https://avatars.githubusercontent.com/u/124872945?v=4)](https://github.com/TemuulenBM "TemuulenBM (46 commits)")[![mukira](https://avatars.githubusercontent.com/u/11595405?v=4)](https://github.com/mukira "mukira (7 commits)")[![mm3ddd](https://avatars.githubusercontent.com/u/124508499?v=4)](https://github.com/mm3ddd "mm3ddd (2 commits)")[![tortuvshin](https://avatars.githubusercontent.com/u/9257227?v=4)](https://github.com/tortuvshin "tortuvshin (2 commits)")[![charleyfleetbase](https://avatars.githubusercontent.com/u/144086460?v=4)](https://github.com/charleyfleetbase "charleyfleetbase (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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