larva/forge-sdk
Composer 安装命令:
composer require larva/forge-sdk
包简介
The official Larva Forge PHP SDK.
README 文档
README
Introduction
The Larva Forge 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/forge-sdk
Basic Usage
You can create an instance of the SDK like so:
$forge = new Larva\Forge\Forge(TOKEN_HERE);
Using the Forge instance you may perform multiple actions as well as retrieve the different resources Forge's API provides:
$servers = $forge->servers();
License
Larva Forge SDK is open-sourced software licensed under the MIT license.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-05-19