PHPackages                             fleetbase/valhalla-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. fleetbase/valhalla-api

ActiveLibrary[API Development](/categories/api)

fleetbase/valhalla-api
======================

Valhalla routing engine extension for Fleetbase

0.0.4(1mo ago)03992[1 issues](https://github.com/fleetbase/valhalla/issues)AGPL-3.0-or-laterJavaScriptPHP ^8.0CI passing

Since Jun 4Pushed 1mo agoCompare

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

READMEChangelog (4)Dependencies (16)Versions (6)Used By (0)

 [![](https://private-user-images.githubusercontent.com/816371/355029883-afac09ee-1fbf-423b-b2a6-7f05a06b12b2.svg?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODIxMzcyMTUsIm5iZiI6MTc4MjEzNjkxNSwicGF0aCI6Ii84MTYzNzEvMzU1MDI5ODgzLWFmYWMwOWVlLTFmYmYtNDIzYi1iMmE2LTdmMDVhMDZiMTJiMi5zdmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwNjIyJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDYyMlQxNDAxNTVaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1iNTEwM2ZjM2FiODEyYjJhOWI1MDg5ZTIxYzc5OTRlYmE5ZjVjMzFhZTg0NDM2NTAyYWI2NTcyMDlmZDRjMmRlJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZyZXNwb25zZS1jb250ZW50LXR5cGU9aW1hZ2UlMkZzdmclMkJ4bWwifQ.QutfZSn_EB3ICXXyhewtO6FFpkMnzMJOBo8SuRZW8Vw)](https://private-user-images.githubusercontent.com/816371/355029883-afac09ee-1fbf-423b-b2a6-7f05a06b12b2.svg?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODIxMzcyMTUsIm5iZiI6MTc4MjEzNjkxNSwicGF0aCI6Ii84MTYzNzEvMzU1MDI5ODgzLWFmYWMwOWVlLTFmYmYtNDIzYi1iMmE2LTdmMDVhMDZiMTJiMi5zdmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwNjIyJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDYyMlQxNDAxNTVaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1iNTEwM2ZjM2FiODEyYjJhOWI1MDg5ZTIxYzc5OTRlYmE5ZjVjMzFhZTg0NDM2NTAyYWI2NTcyMDlmZDRjMmRlJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZyZXNwb25zZS1jb250ZW50LXR5cGU9aW1hZ2UlMkZzdmclMkJ4bWwifQ.QutfZSn_EB3ICXXyhewtO6FFpkMnzMJOBo8SuRZW8Vw)

 Starter Extension for Fleetbase

---

Overview
--------

[](#overview)

This monorepo contains both the frontend and backend components for a Skeleton/Starter extension for Fleetbase. The frontend is built using Ember.js and the backend is implemented in PHP.

- PHP 8.2 or above
- Ember.js v5.4 or above
- Ember CLI v5.4 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/starter-api
```

### Frontend

[](#frontend)

Install the Ember.js Engine/Addon:

```
pnpm install @fleetbase/starter-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

40

—

FairBetter than 86% of packages

Maintenance88

Actively maintained with recent releases

Popularity19

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

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

Total

4

Last Release

59d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9350b92834554a15fb0fff7c7c73750c86a5edd5038e4f0006f8b888a9379b57?d=identicon)[fleetbase](/maintainers/fleetbase)

---

Top Contributors

[![roncodes](https://avatars.githubusercontent.com/u/816371?v=4)](https://github.com/roncodes "roncodes (16 commits)")

---

Tags

routingrouting-enginefleetbasefleetbase-extensionvalhalla

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/fleetbase-valhalla-api/health.svg)

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

###  Alternatives

[fleetbase/fleetops-api

Fleet &amp; Transport Management Extension for Fleetbase

1731.5k7](/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.8k28.0M317](/packages/openai-php-client)[sylius/sylius

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

8.5k5.9M735](/packages/sylius-sylius)[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

35789.4k2](/packages/telnyx-telnyx-php)[deeplcom/deepl-php

Official DeepL API Client Library

2607.3M112](/packages/deeplcom-deepl-php)[getbrevo/brevo-php

Official Brevo provided RESTFul API V3 php library

1003.9M50](/packages/getbrevo-brevo-php)

PHPackages © 2026

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