SDKs (no submodules) to test automation workflows.
This library requires PHP ^8.0
To install the bindings via Composer, add the following to composer.json
:
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/konfig-dev/automation-test-submodule-php.git"
}
],
"require": {
"konfig/automation-test-submodule-php": "1.0.5"
}
}
Then run composer install
Download the files and include autoload.php
:
<?php
require_once('/path/to/automation-test-with-submodules-php-sdk/vendor/autoload.php');
Please follow the installation procedure and then run the following:
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$automationtestwithsubmodules = new \AutomationTestWithSubmodules\Client(
);
$result = $automationtestwithsubmodules->greetings->hello();
Get a simple greeting!!!
$result = $automationtestwithsubmodules->greetings->hello();
/hello
GET
This PHP package is automatically generated by Konfig