PHPackages                             alfredog1976/maptive-rest-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. alfredog1976/maptive-rest-api

ActiveLibrary

alfredog1976/maptive-rest-api
=============================

v1.1(7y ago)2307MITPHPPHP &gt;=5.5

Since Jun 18Pushed 7y agoCompare

[ Source](https://github.com/alfredog1976/maptive-rest-api)[ Packagist](https://packagist.org/packages/alfredog1976/maptive-rest-api)[ RSS](/packages/alfredog1976-maptive-rest-api/feed)WikiDiscussions master Synced 2mo ago

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

Maptive Rest Api (PHP)
======================

[](#maptive-rest-api-php)

Install
-------

[](#install)

Via Composer

```
composer require alfredog1976/maptive-rest-api
```

Intro
=====

[](#intro)

Maptive allows you to create Custom Google Maps from spreadsheet data. The API will allow you to write data to custom fields that can be translated to specific map data. For more information, go to

Getting Started
===============

[](#getting-started)

1. Create a Maptive account. You'll need a paid account to receive an API key.
2. E-mail  to receive your API key.
3. Create a map. The map ID will be the "map\_id" parameter in the URL.

```
https://fortress.maptive.com/ver4/new_ui/index.php?&map_id=xxxxxx
```

Setup
=====

[](#setup)

Authentication

```
    $maptive = new \alfredog1976\Maptive\Maptive('MAPTIVE API KEY', 'MAP ID');
```

Add

```
	// Array index must match your Maptive map column index
    $my_column_array = array("Field 1 Data", "Field 2 Data", "Field 3 Data");

    $maptive->add($my_column_array);
```

Add (Specific Columns)

```

    // Maptive columns data in associative array can be in any order
    $my_column_array = array("2"=>"Field 3 Data", "1"=>"Field 2 Data");

    $maptive->addSpecificCols($my_column_array);
```

Update

```
    // Update 1 column using your Maptive index
    $maptive->update("My Maptive Index", "column_1", "Field 1 Data");

```

Update (Specific Columns)

```
    // Update multiple columns using your Maptive index. Columns can be in any order
    $my_column_array = array("2"=>"Field 3 Data", "1"=>"Field 2 Data");

    $maptive->addSpecificCols("My Maptive Index", $my_column_array);

```

Delete

```
    $maptive->delete("My Maptive Index");
```

Patch

```
    $maptive->patch();
```

`Alfred Garcia` `alfredog1976` `alfredog1976@yahoo.com`

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

2882d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5450fa3c6ab834e1e1934a6bea033541f9e91092b132f0c63bd641a319d18787?d=identicon)[alfredog1976](/maintainers/alfredog1976)

---

Tags

phpalfredog1976php maptivephp maptive restphp maptive rest api

### Embed Badge

![Health badge](/badges/alfredog1976-maptive-rest-api/health.svg)

```
[![Health](https://phpackages.com/badges/alfredog1976-maptive-rest-api/health.svg)](https://phpackages.com/packages/alfredog1976-maptive-rest-api)
```

###  Alternatives

[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.5k311.5k5](/packages/theodo-group-llphant)[xeroapi/xero-php-oauth2

Xero official PHP SDK for oAuth2 generated with OpenAPI spec 3

1054.3M14](/packages/xeroapi-xero-php-oauth2)[mailchimp/transactional

458.9M16](/packages/mailchimp-transactional)[kinde-oss/kinde-auth-php

Kinde PHP SDK for authentication

2369.5k3](/packages/kinde-oss-kinde-auth-php)

PHPackages © 2026

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