vexura/vexura-api

A full-featured implementation of the VexuraAPI

0.1.1 2023-10-09 21:28 UTC

This package is auto-updated.

Last update: 2024-09-10 00:03:04 UTC


README

This PHP 7.2+ library allows you to communicate with the Vexura-API.

Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require

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

Wiki

Klick Here