gopad / gopad-php
OpenAPI client for Gopad
2.3.0
2025-05-05 08:22 UTC
Requires
- php: ^7.4 || ^8.0
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- guzzlehttp/guzzle: ^7.3
- guzzlehttp/psr7: ^1.7 || ^2.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.5
- phpunit/phpunit: ^8.0 || ^9.0 || ^11.0 || ^12.0
README
This repository provides a client SDK for PHP. This SDK is automatically generated by the OpenAPI Generator project:
- API version: 1.0.0-alpha1
- Package version: 2.3.0
- Build package: org.openapitools.codegen.languages.PhpClientCodegen
For more information, please visit https://gopad.eu
Installation
Requirements
PHP 7.4 and later. Should also work with PHP 8.0.
Composer
To install the bindings via Composer, 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
Download the files and include the autoload.php
file which is part of this
library/repository:
<?php require_once('/path/to/gopad/vendor/autoload.php');
Tests
composer install vendor/bin/phpunit
Security
If you find a security issue please contact gopad@webhippie.de first.
Contributing
Fork -> Patch -> Push -> Pull Request
Authors
License
Apache-2.0
Copyright
Copyright (c) 2018 Thomas Boerger <thomas@webhippie.de>