PHPackages                             ginkida/laximo - 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. ginkida/laximo

ActiveLibrary[API Development](/categories/api)

ginkida/laximo
==============

PHP Library to work with LaximoOEM API rewrited for internal use

0.2(4y ago)01.2kMITPHP

Since Sep 8Pushed 4y ago1 watchersCompare

[ Source](https://github.com/GInkida/laximo)[ Packagist](https://packagist.org/packages/ginkida/laximo)[ RSS](/packages/ginkida-laximo/feed)WikiDiscussions master Synced 1mo ago

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

Laximo API PHP Library
======================

[](#laximo-api-php-library)

[![Build Status](https://camo.githubusercontent.com/9e6c477456059008cb33513a920c36722855a4020f699fba2741f9e9723c76c2/68747470733a2f2f7472617669732d63692e6f72672f73687564652f6c6178696d6f2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/shude/laximo)[![Latest Stable Version](https://camo.githubusercontent.com/95c5a80837f808e41bba8d26827299d9d3cbe51f6e433fb620a8106d3b4756d7/68747470733a2f2f706f7365722e707567782e6f72672f73687564652f6c6178696d6f2f762f737461626c65)](https://packagist.org/packages/shude/laximo)[![Total Downloads](https://camo.githubusercontent.com/604c9bb9e971018bb97690cfb618c1c6058849f631357d3c3a7041ebc68a0fb2/68747470733a2f2f706f7365722e707567782e6f72672f73687564652f6c6178696d6f2f646f776e6c6f616473)](https://packagist.org/packages/shude/laximo)[![License](https://camo.githubusercontent.com/2faa39c2acac017276ae9e6ce85a580869d88b22cd07d6f6f86af46137c3143e/68747470733a2f2f706f7365722e707567782e6f72672f73687564652f6c6178696d6f2f6c6963656e7365)](https://packagist.org/packages/shude/laximo)[![Latest Unstable Version](https://camo.githubusercontent.com/c747ec0b295b86521fddd15052aaa586a70099e304e745556b1bb7fbd89dc39a/68747470733a2f2f706f7365722e707567782e6f72672f73687564652f6c6178696d6f2f762f756e737461626c65)](https://packagist.org/packages/shude/laximo)

Библиотека для работы с API сервиса [LaximoOEM](https://laximo.ru/oem/)

Установка
---------

[](#установка)

С помощью composer:

```
composer require shude/laximo

```

или добавить вручную в файл composer.json

```
{
    "require": {
        "shude/laximo": "1.0.*"
    }
}
```

Пример использования
--------------------

[](#пример-использования)

```
$credentials = new BasicCredentials('', '');
$client      = new SoapClient($credentials);
$laximo      = new Laximo($client, new QueryBuilder());

$laximo->addFindVehicle('KMHVD34N8VU263043');
$result = $laximo->execute();

var_dump($result[0]); // VehicleListObject
```

Подробное описание методов можно посмотреть в [оригинальной документации](http://wiki.technologytrade.ru/index.php/%D0%97%D0%B0%D0%B3%D0%BB%D0%B0%D0%B2%D0%BD%D0%B0%D1%8F_%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0).

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

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

Total

2

Last Release

1708d ago

### Community

Maintainers

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

---

Top Contributors

[![ginkida](https://avatars.githubusercontent.com/u/3363127?v=4)](https://github.com/ginkida "ginkida (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ginkida-laximo/health.svg)

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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