vexura / vexura-api
A full-featured implementation of the VexuraAPI
0.1.1
2023-10-09 21:28 UTC
Requires
- php: >=7.2
- ext-json: *
- guzzlehttp/guzzle: ^7.5
Requires (Dev)
- phpunit/phpunit: ^9.5.0
This package is auto-updated.
Last update: 2026-03-10 03:19:29 UTC
README
This PHP 7.2+ library allows you to communicate with the Vexura-API.
You can find the full API documentation here!
Getting Started
Recommended installation is using Composer!
In the root of your project execute the following:
$ composer require vexura/vexura-api
Or add this to your composer.json file:
{
"require": {
"vexura/vexura-api": "^0.1"
}
}
Then perform the installation:
$ composer install --no-dev