dhope0000 / php-gobetween
A client for gobetween api
v0.1.0
2019-05-02 20:23 UTC
Requires
- php: ~5.5|~7.0
- php-http/discovery: ^1.0
- php-http/httplug: ^1.0
- psr/http-message: ^1.0
Requires (Dev)
- guzzlehttp/psr7: ^1.2
- php-http/guzzle6-adapter: ^1.0
- php-http/mock-client: ^0.3
This package is auto-updated.
Last update: 2025-03-29 00:44:55 UTC
README
This is a client library for gobetween you can install it by doing
composer require dhope0000/php-gobetween
It currently implements all the end points listed in here in the documentation here if a new endpoint becomes available add an issue or I may pick it up and add it already
Documentation
I have added some basic documentation in the docs/ folder for setting up a client and some notes for servers
Inspired By
This client application is inspired by this library