PHPackages                             sapistudio/myaudi - 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. sapistudio/myaudi

AbandonedArchivedLibrary

sapistudio/myaudi
=================

3.2.2(5y ago)3324[1 issues](https://github.com/Sapistudio/MyAudi/issues)MITPHPPHP &gt;=5.6

Since Nov 22Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Sapistudio/MyAudi)[ Packagist](https://packagist.org/packages/sapistudio/myaudi)[ RSS](/packages/sapistudio-myaudi/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (3)Versions (6)Used By (0)

MyAudi rest api
===============

[](#myaudi-rest-api)

stil in tests , used it with caution
====================================

[](#stil-in-tests--used-it-with-caution)

Inspired by This library provides access to the MyAudi api.

First we must configure the app.credentials are not stored anywhere,just used for receiving tokens. This is just one times use command.It will fall on a second run, unless a proper logout is made.

For auto tracking of journeys you will need an here api key get your here api:

```
use SapiStudio\MyAudi\Init;

$configure = [
    'username' => 'user',
    'password' => 'pass'
    'HERE_API_KEY'=>'apivalue'
];
$myAudiHandler = Init::configure($configure);
```

Now we can make api calls Initiate the app

```
use SapiStudio\MyAudi\Init;

$myAudiHandler = Init::make();
```

Get car reported position

```
$myAudiHandler->getPosition();
```

Get the car service plan

```
$myAudiHandler->getServicePlan();
```

Get cost tracker entries

```
$myAudiHandler->Entries()->loadCosts();
```

Get journal entries

```
$myAudiHandler->Entries()->loadJourneys();
```

Check auxiliar clima status

```
$myAudiHandler->auxiliarClimaStatus();
```

Get favourite audi partner

```
$myAudiHandler->getFavoritePartner();
```

Get favourite audi partner

```
$myAudiHandler->getFavoritePartner();
```

Setup a cron at minimum 5 minutes and run(this is the period that requests are cached.below this you are runing same request )

```
$myAudiHandler->trackLocation();
```

when it sees a change in your position,automitcally will add a journey entry to MyAudi,and a HERE static map with the route

Finally, for loggin out , just use

```
Init::logout();
```

This will clear all your tokens. For making api calls again,you must start with the configure function

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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 ~143 days

Total

5

Last Release

2154d ago

Major Versions

2.0 → 3.1.02020-06-01

### Community

Maintainers

![](https://www.gravatar.com/avatar/ed1a8aae5d1befdaadd91bd113d227ec995b0382d2cf5fc827d479b510454fad?d=identicon)[maharbig](/maintainers/maharbig)

---

Top Contributors

[![Sapistudio](https://avatars.githubusercontent.com/u/15252797?v=4)](https://github.com/Sapistudio "Sapistudio (142 commits)")

---

Tags

audi-connectmyaudi

### Embed Badge

![Health badge](/badges/sapistudio-myaudi/health.svg)

```
[![Health](https://phpackages.com/badges/sapistudio-myaudi/health.svg)](https://phpackages.com/packages/sapistudio-myaudi)
```

PHPackages © 2026

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