PHPackages                             kllakk/php-wialon - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. kllakk/php-wialon

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

kllakk/php-wialon
=================

PHP Wialon library

06PHP

Since Feb 3Pushed 6y agoCompare

[ Source](https://github.com/kllakk/php-wialon)[ Packagist](https://packagist.org/packages/kllakk/php-wialon)[ RSS](/packages/kllakk-php-wialon/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

PHP classes for Wialon Remote API
=================================

[](#php-classes-for-wialon-remote-api)

`Wialon` - allows to perform any Wialon Remote API requests according to [documentation](http://sdk.wialon.com/wiki/en/sidebar/remoteapi/remoteapi). [cUrl](http://www.php.net/manual/en/intro.curl.php) required.

`WialonError` - simple convert Wialon error codes to text messages.

Usage
-----

[](#usage)

```
	include('wialon.php');
	$wialon_api = new Wialon();

	// old username and password login is deprecated, use token login
	$token = 'Your token here';
	$result = $wialon_api->login($token);
	$json = json_decode($result, true);
	if(!isset($json['error'])){
		echo $wialon_api->core_search_item('{"id":717359,"flags":0x1}');
		$wialon_api->logout();
	} else {
		echo WialonError::error($json['error']);
	}
```

Documentation
-------------

[](#documentation)

[Wialon Remote Api documentation](http://sdk.wialon.com/wiki/en/sidebar/remoteapi/apiref/apiref "Remote Api")
[New authorization way](http://sdk.wialon.com/wiki/en/local/remoteapi/apiref/login/login)

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor1

Top contributor holds 83.3% 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://avatars.githubusercontent.com/u/5989993?v=4)[kllakk](/maintainers/kllakk)[@kllakk](https://github.com/kllakk)

---

Top Contributors

[![ashmigelski](https://avatars.githubusercontent.com/u/4904519?v=4)](https://github.com/ashmigelski "ashmigelski (10 commits)")[![fiamma06](https://avatars.githubusercontent.com/u/1270206?v=4)](https://github.com/fiamma06 "fiamma06 (1 commits)")[![kllakk](https://avatars.githubusercontent.com/u/5989993?v=4)](https://github.com/kllakk "kllakk (1 commits)")

### Embed Badge

![Health badge](/badges/kllakk-php-wialon/health.svg)

```
[![Health](https://phpackages.com/badges/kllakk-php-wialon/health.svg)](https://phpackages.com/packages/kllakk-php-wialon)
```

###  Alternatives

[dtm/dtm-client

A PHP coroutine client for distributed transaction manager DTM. 分布式事务管理器 DTM 的 PHP 协程客户端

34736.2k7](/packages/dtm-dtm-client)[igbinary/igbinary

Igbinary is a drop in replacement for the standard php serializer. Instead of the time and space consuming textual representation used by PHP's serialize(), igbinary stores php data structures in a compact binary form. Savings are significant when using memcached or similar memory based storages for serialized data.

7824.7k](/packages/igbinary-igbinary)

PHPackages © 2026

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