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

ActiveLibrary[API Development](/categories/api)

shude/laximo
============

PHP Library to work with LaximoOEM API

1.0.2(6y ago)14.7k↓50%3[1 issues](https://github.com/shude/laximo/issues)1MITPHP

Since Jan 27Pushed 5y ago1 watchersCompare

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

READMEChangelog (3)Dependencies (1)Versions (4)Used By (1)

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

26

—

LowBetter than 43% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity59

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

Total

3

Last Release

2288d ago

### Community

Maintainers

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

---

Top Contributors

[![shude](https://avatars.githubusercontent.com/u/10113896?v=4)](https://github.com/shude "shude (7 commits)")

---

Tags

laximophp-library

###  Code Quality

TestsPHPUnit

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/shude-laximo/health.svg)](https://phpackages.com/packages/shude-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)[facebook/php-business-sdk

PHP SDK for Facebook Business

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

PHP wrapper for the Meilisearch API

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

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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