PHPackages                             vermi0ffh/divia-totem - 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. vermi0ffh/divia-totem

ActiveLibrary[API Development](/categories/api)

vermi0ffh/divia-totem
=====================

A wrapper for the Divia Totem API

1.0.0(11y ago)18MITPHPPHP &gt;=5.4.0

Since Jul 3Pushed 8y ago3 watchersCompare

[ Source](https://github.com/vermi0ffh/divia-totem)[ Packagist](https://packagist.org/packages/vermi0ffh/divia-totem)[ Docs](https://github.com/vermi0ffh/divia-totem)[ RSS](/packages/vermi0ffh-divia-totem/feed)WikiDiscussions master Synced 1mo ago

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

divia-totem
===========

[](#divia-totem)

Divia totem API PHP wrapper

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

[](#installation)

In composer, add a dependancy :

```
"require": {
    "vermi0ffh/divia-totem": "dev-master"
}

```

Usage
-----

[](#usage)

To retrieve all lines simply do :

```
$lignes = Totem::listerLignes();

```

The result is an array of Ligne objects.

To retrieve all stops of a line, do :

```
$arrets = $ligne->listerArrets();

```

The result is an array of Arret objects.

You can retrieve the next times a bus/tram will go by a stop with :

```
$horaires = $arret->getHoraires();
foreach($horaires as $horaire) {
    foreach($horaire->passages as $passage) {
        var_dump($passage);
    }
}

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

4331d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/97f9ed105018becc2c70bf60cffb8bcfb22621a6ddc1ac3f11edb8c86f99d8f5?d=identicon)[vermi0ffh](/maintainers/vermi0ffh)

---

Top Contributors

[![vermi0ffh](https://avatars.githubusercontent.com/u/6170736?v=4)](https://github.com/vermi0ffh "vermi0ffh (9 commits)")

---

Tags

phpapitotemdivia

### Embed Badge

![Health badge](/badges/vermi0ffh-divia-totem/health.svg)

```
[![Health](https://phpackages.com/badges/vermi0ffh-divia-totem/health.svg)](https://phpackages.com/packages/vermi0ffh-divia-totem)
```

###  Alternatives

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

Instagram Graph API PHP SDK

13998.4k2](/packages/jstolpe-instagram-graph-api-php-sdk)

PHPackages © 2026

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