cr4sec/atom-vpn
Composer 安装命令:
composer require cr4sec/atom-vpn
包简介
Package for working with the Atom VPN API
README 文档
README
What It Does
This package allows you to manage Atom VPN sessions.
Once installed you can do stuff like this:
/** Search for the first free Atom VPN account */ Account::findFirstFreeAccount(); /** Create a new Atom VPN account */ $atomVpn->createAccount(['uuid' => 'my-uuid']); /** Get expired user sessions */ $user->sessions()->expired(); /** Start a new session */ $session->start();
$ php artisan atom-vpn:clearing-unused-sessions $ php artisan atom-vpn:create-vpn-account $ php artisan atom-vpn:disable-vpn-account
Installation
$ composer require cr4sec/atom-vpn
Publishing config
$ php artisan vendor:publish --provider="Cr4sec\AtomVPN\AtomVPNServiceProvider"
统计信息
- 总下载量: 43
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-08-03