PHPackages                             atellitech/gtm-sdk-php - 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. atellitech/gtm-sdk-php

ActiveLibrary[API Development](/categories/api)

atellitech/gtm-sdk-php
======================

1.0.1(1y ago)013PHPPHP &gt;=8.0.0

Since Aug 12Pushed 1y ago1 watchersCompare

[ Source](https://github.com/AtelliTech/gtm-sdk-php)[ Packagist](https://packagist.org/packages/atellitech/gtm-sdk-php)[ RSS](/packages/atellitech-gtm-sdk-php/feed)WikiDiscussions main Synced today

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

GTM SDK
=======

[](#gtm-sdk)

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

[](#installation)

You can use **Composer** or simply **Download the Release**

### Composer

[](#composer)

The preferred method is via [composer](https://getcomposer.org/). Follow the [installation instructions](https://getcomposer.org/doc/00-intro.md) if you do not already have composer installed.

Once composer is installed, execute the following command in your project root to install this library:

```
composer require backend/gtm-sdk
```

Finally, be sure to include the autoloader:

```
require_once '/path/to/your-project/vendor/autoload.php';
```

### Usage

[](#usage)

```
$clientService = new Client();

$clientService->setClientId('{client-id}']);
$clientService->setClientSecret('{client-secret}']);
$clientService->setDeveloperKey('{developer-token}']);
$clientService->setScopes('{scopes}']);

$clientService->setRefreshToken('{token}');

$client = $clientService->generate();

$accountId = '{account_id}';

$accountData = (new Accounts($client))->get($accountId);

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity5

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

689d ago

PHP version history (2 changes)1.0.0PHP &gt;=7.2

1.0.1PHP &gt;=8.0.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/123725472?v=4)[AtelliTech](/maintainers/atellitech)[@AtelliTech](https://github.com/AtelliTech)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/atellitech-gtm-sdk-php/health.svg)

```
[![Health](https://phpackages.com/badges/atellitech-gtm-sdk-php/health.svg)](https://phpackages.com/packages/atellitech-gtm-sdk-php)
```

###  Alternatives

[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

85036.3k](/packages/flow-php-flow)[tomshaw/google-api

A Laravel Google API Client.

601.8k](/packages/tomshaw-google-api)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1235.9k20](/packages/fleetbase-core-api)[spatie/analytics-statistics

An opinionated php package to retrieve Google Analytics data.

794.8k](/packages/spatie-analytics-statistics)

PHPackages © 2026

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