PHPackages                             fawno/softether-api - 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. fawno/softether-api

ActiveLibrary[API Development](/categories/api)

fawno/softether-api
===================

SoftEther VPN Api for PHP

1.1.2(2y ago)12814MITPHPPHP &gt;=7.2

Since Dec 6Pushed 2y ago3 watchersCompare

[ Source](https://github.com/fawno/SoftEtherApi-PHP)[ Packagist](https://packagist.org/packages/fawno/softether-api)[ Docs](https://github.com/fawno/SoftEtherApi-PHP)[ RSS](/packages/fawno-softether-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (7)Used By (0)

[![GitHub license](https://camo.githubusercontent.com/363ce795b5de5827bd878fe7dd2c9bb9c96fddf42d3041f6a54fc18bd4ee3e99/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6661776e6f2f536f667445746865724170692d504850)](https://github.com/fawno/SoftEtherApi-PHP/blob/master/LICENSE)[![GitHub tag (latest SemVer)](https://camo.githubusercontent.com/75245e0a5215d2fee7cd8f28b6bee51c12ea971de866d81bb73ff614e0cca6b4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f7461672f6661776e6f2f536f667445746865724170692d504850)](https://github.com/fawno/SoftEtherApi-PHP/tags)[![Packagist](https://camo.githubusercontent.com/eb5203a0ce45ed27f4575888c555188d58ea940427597c7f007d0d2b6ab4e47c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6661776e6f2f736f667465746865722d617069)](https://packagist.org/packages/fawno/softether-api)[![Packagist Downloads](https://camo.githubusercontent.com/35d12630665457418e7afd24031c4ca6f7af50219f5da64233f056ce9772daa9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6661776e6f2f736f667465746865722d617069)](https://packagist.org/packages/fawno/softether-api/stats)[![GitHub issues](https://camo.githubusercontent.com/9ea3161d0389be078647bcaae46e2392d051083ae8590cfc0e033bb0d76b2a69/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6661776e6f2f536f667445746865724170692d504850)](https://github.com/fawno/SoftEtherApi-PHP/issues)[![GitHub forks](https://camo.githubusercontent.com/e2ce8aaafffb33f18465c2f6661352fa2eb24ac2d007afaa0c39f26da9652945/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f6661776e6f2f536f667445746865724170692d504850)](https://github.com/fawno/SoftEtherApi-PHP/network)[![GitHub stars](https://camo.githubusercontent.com/28bc4d54cfce99b0f5f380a78579cba962bbff7752babe297df6157aa574b8b4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f6661776e6f2f536f667445746865724170692d504850)](https://github.com/fawno/SoftEtherApi-PHP/stargazers)

SoftEtherApi-PHP
================

[](#softetherapi-php)

SoftEther VPN Api for PHP

There are still some issues as i only use the c# project activly but not this port. Just open a ticket.

For C# examples please see:

Installation using Composer
---------------------------

[](#installation-using-composer)

You can install this plugin into your application using [composer](https://getcomposer.org):

```
  composer require fawno/softether-api:@stable

```

How to translate the examples
=============================

[](#how-to-translate-the-examples)

The C# code

```
var connectResult = softEther.Connect();
var authResult = softEther.Authenticate(pw);

var user = softEther.HubApi.CreateUser("testHub", "testUser", "userPw");
Console.WriteLine(user.Valid() ? "Success" : user.Error.ToString());
```

The corresponding PHP code

```
$connectResult = $softEther->Connect();
$authResult = $softEther->Authenticate(pw);

$user = $softEther->HubApi->CreateUser("testHub", "testUser", "userPw");
echo $user->Valid() ? "Success" : $user->Error;
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 65.7% 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 ~33 days

Recently: every ~42 days

Total

6

Last Release

1091d ago

### Community

Maintainers

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

---

Top Contributors

[![alphp](https://avatars.githubusercontent.com/u/8992091?v=4)](https://github.com/alphp "alphp (23 commits)")[![hoppler](https://avatars.githubusercontent.com/u/135042124?v=4)](https://github.com/hoppler "hoppler (12 commits)")

---

Tags

phpsoftethervpnapiSoftEhter

### Embed Badge

![Health badge](/badges/fawno-softether-api/health.svg)

```
[![Health](https://phpackages.com/badges/fawno-softether-api/health.svg)](https://phpackages.com/packages/fawno-softether-api)
```

###  Alternatives

[m165437/laravel-blueprint-docs

API Blueprint Renderer for Laravel

22779.0k](/packages/m165437-laravel-blueprint-docs)

PHPackages © 2026

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