PHPackages                             ldubois/php-mapotempo - 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. ldubois/php-mapotempo

ActiveLibrary[API Development](/categories/api)

ldubois/php-mapotempo
=====================

Manipulate Mapotempo API using PHP

1.0.1(5y ago)07.2k↑39.3%MITPHPPHP &gt;=7.1

Since Mar 31Pushed 5y ago1 watchersCompare

[ Source](https://github.com/ldubois/php-mapotempo)[ Packagist](https://packagist.org/packages/ldubois/php-mapotempo)[ Docs](https://github.com/ldubois/php-mapotempo)[ RSS](/packages/ldubois-php-mapotempo/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependencies (2)Versions (8)Used By (0)

Mapotempo for PHP
=================

[](#mapotempo-for-php)

Basic SDK to deal with mapotempo records

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

[](#installation)

Tell composer to require this bundle by running:

```
composer require ldubois/php-mapotempo
```

Usage
-----

[](#usage)

```
$apikey   = "API_KEY"; // Your Api key
$url  = "URL"; // Your url application mapotempo
$table ="TABLE"; // A table to interact

$mapotempo = new Mapotempo($url, $apikey);

$records = $mapotempo->findRecords($table);
```

Exemple
-------

[](#exemple)

```
    $mapotempo = new Mapotempo($url, $apikey);
    $fields =
            [
                "ref" => "TEST",
                "name" => "new client",
                "street" => "12 avenue Thiers",
                "postalcode" => 33100,
                "city" => "Bordeaux",
                "country" => "France",
                "detail" => "2ème étage",
                "tag_ids" => [],
                "visits" => []
            ];
    $criteria = ["ref" => $fields["ref"]];
    $des = $mapotempo->createTableManipulator('destinations');

    if ($des->containsRecord($criteria)) {

        $des->updateRecord($criteria, $fields);
    } else {

        $des->createRecord($fields);
    }
```

License
-------

[](#license)

Fork : This library is under the MIT license. [See the complete license](https://github.com/ldubois/php-mapotempo/blob/master/LICENSE).

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

7

Last Release

1920d ago

Major Versions

0.3.2 → 1.0.02021-03-31

### Community

Maintainers

![](https://www.gravatar.com/avatar/7fe42dd00c178300a72665c543286b7556806bddfc54140d7e98bfe0fdbf7cd9?d=identicon)[ldubois](/maintainers/ldubois)

---

Top Contributors

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

---

Tags

phpapisdkmapotempo

### Embed Badge

![Health badge](/badges/ldubois-php-mapotempo/health.svg)

```
[![Health](https://phpackages.com/badges/ldubois-php-mapotempo/health.svg)](https://phpackages.com/packages/ldubois-php-mapotempo)
```

###  Alternatives

[jstolpe/instagram-graph-api-php-sdk

Instagram Graph API PHP SDK

138110.7k2](/packages/jstolpe-instagram-graph-api-php-sdk)[webit/w-firma-api

wFirma.pl API

1822.0k](/packages/webit-w-firma-api)[clever/clever-php

231.6k](/packages/clever-clever-php)

PHPackages © 2026

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