PHPackages                             teimur/lx-guayaquil207 - 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. teimur/lx-guayaquil207

ActiveLibrary

teimur/lx-guayaquil207
======================

Library for laximo

08[1 PRs](https://github.com/teimur8/lx-guayaquil207/pulls)PHP

Since Apr 2Pushed 1y ago1 watchersCompare

[ Source](https://github.com/teimur8/lx-guayaquil207)[ Packagist](https://packagist.org/packages/teimur/lx-guayaquil207)[ RSS](/packages/teimur-lx-guayaquil207/feed)WikiDiscussions custom Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

\#Guayaquil v2.0 *Read the documentation for details: [wiki.technologytrade.ru](http://wiki.technologytrade.ru)*

Эта ветка сама не запуститься, она подкорректирована под ларку, если нужна оригинальная ветка го в master";
===========================================================================================================

[](#эта-ветка-сама-не-запуститься-она-подкорректирована-под-ларку-если-нужна-оригинальная-ветка-го-в-master)

**Requirements:**

- PHP 5.6 +
- php-soap
- php-xml
- php-zip
- php-openssl
- php-mbstring
- php-curl

\###How to install? **Demo:**

> 1. Place the files in a directory accessible to the web server.
> 2. Run "php composer.phar install" in library directory.
> 3. Use index.php like entry point to show demo.

\###How to use lib?

> 1. import GuayaquilRequestOEM or GuayaquilRequestAM classes.
> 2. Use instance of GuayaquilRequestOEM or GuayaquilRequestAM to create request. Add requests by "append" methods.

**Find by VIN example:**

```
$catalogCode = 'AU1221';
$vin = 'WAUZZZ4M0HD042149';

$request = new GuayaquilRequestOEM($catalogCode, '', 'en_US');
$request->appendFindVehicleByVIN($vin);
$data = $request->query(); /** Now you can see VehicleListObject in $data[0] */

```

**Get catalog info example:**

```
$catalogCode = 'AU1221';
$request = new GuayaquilRequestOEM($catalogCode, '', 'en_US');
$request->appendGetCatalogInfo();
$data = $request->query(); /** Now you can see CatalogObject in $data[0] */

```

**Multiple requests (You can use up to five at a time):**

```
$catalogCode = 'AU1221';
$vin = 'WAUZZZ4M0HD042149';
$request = new GuayaquilRequestOEM($catalogCode, '', 'en_US');
$request->appendGetCatalogInfo();
$request->appendFindVehicleByVIN($vin);
$data = $request->query(); /** Now you can see CatalogObject in $data[0] and VehicleListObject in $data[1] */

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![teimur8](https://avatars.githubusercontent.com/u/10989974?v=4)](https://github.com/teimur8 "teimur8 (15 commits)")

### Embed Badge

![Health badge](/badges/teimur-lx-guayaquil207/health.svg)

```
[![Health](https://phpackages.com/badges/teimur-lx-guayaquil207/health.svg)](https://phpackages.com/packages/teimur-lx-guayaquil207)
```

PHPackages © 2026

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