Skip to content

konfig-dev/automation-test-submodule-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

automation-test-with-submodules-php-sdk

SDKs (no submodules) to test automation workflows.

Packagist

Table of Contents

Installation & Usage

Requirements

This library requires PHP ^8.0

Composer

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

Manual Installation

Download the files and include autoload.php:

<?php
require_once('/path/to/automation-test-with-submodules-php-sdk/vendor/autoload.php');

Getting Started

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();

Reference

automationtestwithsubmodules.greetings.hello

Get a simple greeting!!!

🛠️ Usage

$result = $automationtestwithsubmodules->greetings->hello();

🔄 Return

HelloResponse

🌐 Endpoint

/hello GET

🔙 Back to Table of Contents


Author

This PHP package is automatically generated by Konfig

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages