vexura / vexura-api
A full-featured implementation of the VexuraAPI
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 0
pkg:composer/vexura/vexura-api
Requires
- php: >=7.2
- ext-json: *
- guzzlehttp/guzzle: ^7.5
Requires (Dev)
- phpunit/phpunit: ^9.5.0
This package is auto-updated.
Last update: 2025-09-10 02:21:28 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