Skip to content

Installation

Requirements#

{
    "require": {
        "php": ">=7.3",
        "ext-json": "*"
    }
}

Manual installation#

You can install the package manually or by adding it to your composer.json:

{
    "require": {
        "confidencesapp/oktave-sdk-php": "^0.3.0"
    }
}

Composer installation#

You can install the package with the composer command:

$ composer require confidencesapp/oktave-sdk-php