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(5y ago)420MITPHPPHP &gt;=7.1

Since Jun 7Pushed 5y 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 2d 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 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

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

3

Last Release

2157d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/043c37f96ada8fd7bf4ff5425f665fbc0312291218857cd4ec8e86d1dbc6b50b?d=identicon)[ValentinBV](/maintainers/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

[josiasmontag/laravel-recaptchav3

Recaptcha V3 for Laravel package

2641.6M2](/packages/josiasmontag-laravel-recaptchav3)[rahul900day/laravel-captcha

Different types of Captcha implementation for Laravel Application.

10715.9k](/packages/rahul900day-laravel-captcha)[simplesamlphp/simplesamlphp-module-oidc

A SimpleSAMLphp module adding support for the OpenID Connect protocol

5016.9k1](/packages/simplesamlphp-simplesamlphp-module-oidc)[kinde-oss/kinde-auth-php

Kinde PHP SDK for authentication

2369.5k3](/packages/kinde-oss-kinde-auth-php)[descope/descope-php

Descope SDK for PHP

3814.0k](/packages/descope-descope-php)[njoguamos/laravel-turnstile

A laravel wrapper for https://developers.cloudflare.com/turnstile/

2315.9k2](/packages/njoguamos-laravel-turnstile)

PHPackages © 2026

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