PHPackages                             google/maps-fleetengine - 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. google/maps-fleetengine

ActiveLibrary[API Development](/categories/api)

google/maps-fleetengine
=======================

Google Maps FleetEngine Client for PHP

v0.5.3(2mo ago)12152[2 PRs](https://github.com/googleapis/php-maps-fleetengine/pulls)Apache-2.0PHPPHP ^8.1

Since May 19Pushed 2mo ago12 watchersCompare

[ Source](https://github.com/googleapis/php-maps-fleetengine)[ Packagist](https://packagist.org/packages/google/maps-fleetengine)[ RSS](/packages/google-maps-fleetengine/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (6)Versions (19)Used By (0)

Google Maps FleetEngine for PHP
===============================

[](#google-maps-fleetengine-for-php)

> Idiomatic PHP client for [Google Maps FleetEngine](https://developers.google.com/maps/documentation/transportation-logistics/mobility).

[![Latest Stable Version](https://camo.githubusercontent.com/917a752c0e708e67aec3d9e4eb49f1e7ef51c9395d6e6a57baea756e24b21dad/68747470733a2f2f706f7365722e707567782e6f72672f676f6f676c652f6d6170732d666c656574656e67696e652f762f737461626c65)](https://packagist.org/packages/google/maps-fleetengine) [![Packagist](https://camo.githubusercontent.com/08936eaf747edd3a0e3d9dc7a70948411c1a92b1a20a8ec243edd50416c026ef/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f676f6f676c652f6d6170732d666c656574656e67696e652e737667)](https://packagist.org/packages/google/maps-fleetengine)

- [API documentation](https://cloud.google.com/php/docs/reference/maps-fleetengine/latest)

**NOTE:** This repository is part of [Google Cloud PHP](https://github.com/googleapis/google-cloud-php). Any support requests, bug reports, or development contributions should be directed to that project.

### Installation

[](#installation)

To begin, install the preferred dependency manager for PHP, [Composer](https://getcomposer.org/).

Now, install this component:

```
$ composer require google/maps-fleetengine
```

> Browse the complete list of [Google Cloud APIs](https://cloud.google.com/php/docs/reference)for PHP

This component supports both REST over HTTP/1.1 and gRPC. In order to take advantage of the benefits offered by gRPC (such as streaming methods) please see our [gRPC installation guide](https://cloud.google.com/php/grpc).

### Authentication

[](#authentication)

Please see our [Authentication guide](https://github.com/googleapis/google-cloud-php/blob/main/AUTHENTICATION.md) for more information on authenticating your client. Once authenticated, you'll be ready to start making requests.

### Sample

[](#sample)

```
use Google\ApiCore\ApiException;
use Google\Maps\FleetEngine\V1\Client\TripServiceClient;
use Google\Maps\FleetEngine\V1\GetTripRequest;
use Google\Maps\FleetEngine\V1\Trip;

// Create a client.
$tripServiceClient = new TripServiceClient();

// Prepare the request message.
$request = (new GetTripRequest())
    ->setName($formattedName);

// Call the API and handle any network failures.
try {
    /** @var Trip $response */
    $response = $tripServiceClient->getTrip($request);
    printf('Response data: %s' . PHP_EOL, $response->serializeToJsonString());
} catch (ApiException $ex) {
    printf('Call failed with message: %s' . PHP_EOL, $ex->getMessage());
}
```

See the [samples directory](https://github.com/googleapis/php-maps-fleetengine/tree/main/samples) for a canonical list of samples.

### Debugging

[](#debugging)

Please see our [Debugging guide](https://github.com/googleapis/google-cloud-php/blob/main/DEBUG.md)for more information about the debugging tools.

### Version

[](#version)

This component is considered alpha. As such, it is still a work-in-progress and is more likely to get backwards-incompatible updates.

### Next Steps

[](#next-steps)

1. Understand the [official documentation](https://developers.google.com/maps/documentation/transportation-logistics/mobility).

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance87

Actively maintained with recent releases

Popularity15

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~60 days

Total

16

Last Release

62d ago

PHP version history (2 changes)v0.1.0PHP ^8.0

v0.4.1PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/3901206952845568d7557a60855b097f6d1bafaa7a24020cfcf5bb8de74f9d28?d=identicon)[google-cloud](/maintainers/google-cloud)

---

Top Contributors

[![release-please[bot]](https://avatars.githubusercontent.com/in/40688?v=4)](https://github.com/release-please[bot] "release-please[bot] (16 commits)")[![gcf-owl-bot[bot]](https://avatars.githubusercontent.com/in/99011?v=4)](https://github.com/gcf-owl-bot[bot] "gcf-owl-bot[bot] (11 commits)")[![bshaffer](https://avatars.githubusercontent.com/u/103941?v=4)](https://github.com/bshaffer "bshaffer (10 commits)")[![Hectorhammett](https://avatars.githubusercontent.com/u/9062626?v=4)](https://github.com/Hectorhammett "Hectorhammett (1 commits)")[![renovate-bot](https://avatars.githubusercontent.com/u/25180681?v=4)](https://github.com/renovate-bot "renovate-bot (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/google-maps-fleetengine/health.svg)

```
[![Health](https://phpackages.com/badges/google-maps-fleetengine/health.svg)](https://phpackages.com/packages/google-maps-fleetengine)
```

###  Alternatives

[googleads/google-ads-php

Google Ads API client for PHP

3497.6M9](/packages/googleads-google-ads-php)[google/cloud-translate

Cloud Translation Client for PHP

20215.9M84](/packages/google-cloud-translate)[google/analytics-data

Google Analytics Data Client for PHP

1188.6M38](/packages/google-analytics-data)[google/cloud-vision

Cloud Vision Client for PHP

1075.2M24](/packages/google-cloud-vision)[google/cloud-dialogflow

Google Cloud Dialogflow Client for PHP

791.3M8](/packages/google-cloud-dialogflow)[google/cloud-speech

Cloud Speech Client for PHP

551.7M3](/packages/google-cloud-speech)

PHPackages © 2026

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