定制 larva/librespeed-sdk 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

larva/librespeed-sdk

Composer 安装命令:

composer require larva/librespeed-sdk

包简介

The official LibreSpeed PHP SDK.

README 文档

README

Build Status Total Downloads Latest Stable Version License

Introduction

The LibreSpeed SDK SDK provides an expressive interface for interacting with Forge's API and managing Laravel Forge servers.

Official Documentation

Installation

To install the SDK in your project you need to require the package via composer:

composer require larva/librespeed-sdk

Basic Usage

You can create an instance of the SDK like so:

$libreSpeed = new LibreSpeed\LibreSpeed(TOKEN_HERE);

Using the LibreSpeed instance you may perform multiple actions as well as retrieve the different resources LibreSpeed's API provides:

$servers = $libreSpeed->servers();

License

Larva Forge SDK is open-sourced software licensed under the MIT license.

统计信息

  • 总下载量: 0
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-05-19