https://github.com/gopad/gopad-php
Gopad: SDK for PHP
https://github.com/gopad/gopad-php
client etherpad gopad grpc php sdk
Last synced: 12 months ago
JSON representation
Gopad: SDK for PHP
- Host: GitHub
- URL: https://github.com/gopad/gopad-php
- Owner: gopad
- License: apache-2.0
- Created: 2018-04-05T23:17:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T11:43:42.000Z (almost 2 years ago)
- Last Synced: 2024-05-22T00:57:32.779Z (almost 2 years ago)
- Topics: client, etherpad, gopad, grpc, php, sdk
- Homepage: https://gopad.eu
- Size: 168 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Gopad: SDK for PHP
[](https://github.com/gopad/gopad-php/actions/workflows/general.yml) [](https://matrix.to/#/#gopad:matrix.org) [](https://app.codacy.com/gh/gopad/gopad-php/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) [](https://badge.fury.io/ph/gopad%2Fgopad)
This repository provides a client SDK for PHP. This SDK is automatically
generated by the [OpenAPI Generator][generator] project:
- API version: 1.0.0-alpha1
- Package version: 2.2.0
- Build package: org.openapitools.codegen.languages.PhpClientCodegen
For more information, please visit [https://gopad.eu](https://gopad.eu)
## Installation
### Requirements
PHP 7.4 and later.
Should also work with PHP 8.0.
### Composer
To install the bindings via [Composer][composer], simply add the following to
your `composer.json` file:
```json
{
"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
Download the files and include the `autoload.php` file which is part of this
library/repository:
```php
Patch -> Push -> Pull Request
## Authors
- [Thomas Boerger](https://github.com/tboerger)
## License
Apache-2.0
## Copyright
```console
Copyright (c) 2018 Thomas Boerger
```
[generator]: https://openapi-generator.tech
[composer]: https://getcomposer.org/