PHPackages                             ondrs/sauto - 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. ondrs/sauto

AbandonedArchivedLibrary[API Development](/categories/api)

ondrs/sauto
===========

Sauto API PHP wrapper

v0.2.1(7y ago)31.2k3[1 PRs](https://github.com/ondrs/Sauto/pulls)MITPHPPHP &gt;= 5.6.0

Since Aug 9Pushed 6y agoCompare

[ Source](https://github.com/ondrs/Sauto)[ Packagist](https://packagist.org/packages/ondrs/sauto)[ Docs](http://ondraplsek.cz)[ RSS](/packages/ondrs-sauto/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

Sauto
=====

[](#sauto)

Sauto API PHP wrapper

Instalation
-----------

[](#instalation)

composer.json

```
"ondrs/sauto": "0.2.1"

```

Usage
-----

[](#usage)

Create a new Sauto instance and pass your software key as a parametr

```
$sauto = new ondrs\Sauto\SautoApi('sauto.swKey')

```

Login

```
$sauto->login('login', 'password');

```

Use methods according to the [API](http://www.sauto.cz/documents/xmlrpcImport.pdf)

```
$sauto->listOfCars();   // returns QuickCarData[]

```

Create/update vehicles

```
$car = new CarData([
    'kind_id' => 1,
    'manufacturer_id' => 100,
    // etc ...
]);

$carId = $sauto->addEditCar($car);  // returns int

// etc... :)

```

And logout after you are done

```
$sauto->logout();

```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

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

Total

3

Last Release

2556d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/828362?v=4)[Ondřej Plšek](/maintainers/ondrs)[@ondrs](https://github.com/ondrs)

---

Top Contributors

[![ondrs](https://avatars.githubusercontent.com/u/828362?v=4)](https://github.com/ondrs "ondrs (6 commits)")

---

Tags

phpapiwrappersauto

### Embed Badge

![Health badge](/badges/ondrs-sauto/health.svg)

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

PHPackages © 2026

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