PHPackages                             jordyrosenbrand/tomtom-api-client - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. jordyrosenbrand/tomtom-api-client

ActiveLibrary[HTTP &amp; Networking](/categories/http)

jordyrosenbrand/tomtom-api-client
=================================

TomTom HTTP Api Client

1.0.0(4y ago)18MITPHPPHP &gt;=7.3

Since Sep 21Pushed 4y ago1 watchersCompare

[ Source](https://github.com/jordyrosenbrand/tomtom-api-client)[ Packagist](https://packagist.org/packages/jordyrosenbrand/tomtom-api-client)[ RSS](/packages/jordyrosenbrand-tomtom-api-client/feed)WikiDiscussions 1.0 Synced 2mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

TomTom PHP Api Client
=====================

[](#tomtom-php-api-client)

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

[](#installation)

```
composer require jordyrosenbrand/tomtom-api-client

```

Usage
-----

[](#usage)

#### Geocode

[](#geocode)

```
use Jordy\Tomtom\Tomtom;

$tomtom = new Tomtom("apikey");
$response = $tomtom->geocode()
    ->setQuery("5171KW 1")
    ->setCountrySet(["NL"])
    ->setLimit(1)
    ->fetch()
    ->first();

$address = $response->getAddressString(); // Europalaan 1, 5171 KW Kaatsheuvel
$lat = $response->getLat(); // 51.64921
$lng = $response->getLng(); //5.04381
```

#### Structured Geocode

[](#structured-geocode)

```
use Jordy\Tomtom\Tomtom;

$tomtom = new Tomtom("apikey");
$response = $tomtom->structuredGeocode()
    ->setPostalCode("5171KW")
    ->setHouseNumber(1)
    ->setCountryCode("NL")
    ->setLimit(1)
    ->fetch()
    ->first();
```

#### XML

[](#xml)

```
use Jordy\Tomtom\Tomtom;

$tomtom = new Tomtom("apikey");
$response = $tomtom->structuredGeocode()
    ->setExtension($tomtom->structuredGeocode()::EXT_XML);
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

Every ~0 days

Total

2

Last Release

1747d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/41450430?v=4)[Jordy Rosenbrand](/maintainers/jordyrosenbrand)[@jordyrosenbrand](https://github.com/jordyrosenbrand)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/jordyrosenbrand-tomtom-api-client/health.svg)

```
[![Health](https://phpackages.com/badges/jordyrosenbrand-tomtom-api-client/health.svg)](https://phpackages.com/packages/jordyrosenbrand-tomtom-api-client)
```

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25126.1M82](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.9M6.9k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k24.3k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87965.9k114](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.4M92](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69127.2k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

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