PHPackages                             gopad/gopad-php - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. gopad/gopad-php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

gopad/gopad-php
===============

OpenAPI client for Gopad

3.0.0(3mo ago)04[1 issues](https://github.com/gopad/gopad-php/issues)Apache-2.0PHPPHP ^7.4 || ^8.0CI passing

Since May 27Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/gopad/gopad-php)[ Packagist](https://packagist.org/packages/gopad/gopad-php)[ Docs](https://github.com/gopad/gopad-php)[ RSS](/packages/gopad-gopad-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (18)Used By (0)

Gopad: SDK for PHP
==================

[](#gopad-sdk-for-php)

[![General Workflow](https://github.com/gopad/gopad-php/actions/workflows/general.yml/badge.svg)](https://github.com/gopad/gopad-php/actions/workflows/general.yml) [![Join the Matrix chat at https://matrix.to/#/#gopad:matrix.org](https://camo.githubusercontent.com/93cc3028dc1c2a8d2e3dcb236f364740fb8eaf41029a43635ae9fe289ac9f378/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d61747269782d253233676f7061642533416d61747269782e6f72672d3762633961342e737667)](https://matrix.to/#/#gopad:matrix.org) [![Codacy Badge](https://camo.githubusercontent.com/9dcfb77439c1fec71e853b9baa3ed9eabcac0934bd4668e9c330b7efc065532e/68747470733a2f2f6170702e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f3335623264633931313966653436663239636335333732356361356266393062)](https://app.codacy.com/gh/gopad/gopad-php/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) [![PHP Version](https://camo.githubusercontent.com/e5d0459f8247e08aeb465af07dbc2cd5c50fb4bb240203d9ff3d2e3607eca40f/68747470733a2f2f62616467652e667572792e696f2f70682f676f706164253246676f7061642e737667)](https://badge.fury.io/ph/gopad%2Fgopad)

This repository provides a client SDK for PHP. This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 1.0.0-alpha1
- Package version: 3.0.0
- Build package: org.openapitools.codegen.languages.PhpClientCodegen

For more information, please visit

Installation
------------

[](#installation)

### Requirements

[](#requirements)

PHP 7.4 and later. Should also work with PHP 8.0.

### Composer

[](#composer)

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

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

After that you just need to run `composer install` to download it and you can use it as a library.

### Manual Installation

[](#manual-installation)

Download the files and include the `autoload.php` file which is part of this library/repository:

```
