PHPackages                             valentinbv/wialon-php-oauth - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. valentinbv/wialon-php-oauth

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

valentinbv/wialon-php-oauth
===========================

wialon php oauth library

v0.0.3(6y ago)420MITPHPPHP &gt;=7.1

Since Jun 7Pushed 6y ago1 watchersCompare

[ Source](https://github.com/ValentinBV/wialon-php-oauth)[ Packagist](https://packagist.org/packages/valentinbv/wialon-php-oauth)[ RSS](/packages/valentinbv-wialon-php-oauth/feed)WikiDiscussions master Synced 3w ago

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

wialon-php-oauth
================

[](#wialon-php-oauth)

Wialon-php-oauth allows authorization on the Wialon Remote API server in accordance with the documentation on the oauth protocol.

For example, in first, get authorize url:

```
$authHelper = new valentinbv\WialonOAuth\OAuthHelper(
    'https://your-api-server.com/login.html
);
$authHelper->setRedirectUri('https://your-redirect-url.com/');
$authHelper->getAuthorizationUrl();

```

When you have access token, you can login:

```
if ($_GET['access_token']) {
    $httpClient = new GuzzleHttp\Client();
    $auth = new valentinbv\WialonOAuth\OAuthClient($httpClient);
    try {
        $auth->setToken($_GET['access_token']);
        $result = $auth->login();
    } catch(\Exception $e) {
        echo $e->getMessage();
    }
}

```

The $result array contains the result of the query to the wialon server according to the documentation

For install from packagist

**composer require valentinbv/wialon-php-oauth**

For install from git add to composer.json:

```
{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/ValentinBV/wialon-php-oauth.git"
        }
    ],
    "require": {
        "valentinbv/wialon-php-oauth": "dev-master"
    }
}

```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

3

Last Release

2207d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/19387539?v=4)[ValentinBV](/maintainers/ValentinBV)[@ValentinBV](https://github.com/ValentinBV)

---

Top Contributors

[![ValentinBV](https://avatars.githubusercontent.com/u/19387539?v=4)](https://github.com/ValentinBV "ValentinBV (8 commits)")

---

Tags

wialonwialon phpwialon php sdkwialon php sdk oauthwialon php librarywialon oauthwialon php oauth

### Embed Badge

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

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k13](/packages/tempest-framework)[ellaisys/aws-cognito

Laravel Authentication using AWS Cognito (Web and API)

123256.9k1](/packages/ellaisys-aws-cognito)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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