PHPackages                             dimer47/laravel-forge-sdk - 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. dimer47/laravel-forge-sdk

ActiveLibrary[API Development](/categories/api)

dimer47/laravel-forge-sdk
=========================

PHP SDK for Laravel Forge API - Auto-generated from OpenAPI specification

1.0.0(5mo ago)00MITPHPPHP ^8.1CI failing

Since Jan 24Pushed 2mo agoCompare

[ Source](https://github.com/dimer47/laravel-forge-sdk)[ Packagist](https://packagist.org/packages/dimer47/laravel-forge-sdk)[ Docs](https://github.com/dimer47/laravel-forge-sdk)[ RSS](/packages/dimer47-laravel-forge-sdk/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (5)Versions (2)Used By (0)

OpenAPIClient-php
=================

[](#openapiclient-php)

Laravel Forge - API Documentation

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 8.1 and later.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
    }
  ],
  "require": {
    "GIT_USER_ID/GIT_REPO_ID": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
