konfig / automation-test-with-submodules-php-sdk
SDKs (no submodules) to test automation workflows.
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/konfig/automation-test-with-submodules-php-sdk
Requires
- php: ^8.0
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- guzzlehttp/guzzle: ^7.3
- guzzlehttp/psr7: ^1.7 || ^2.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.5
- phpunit/phpunit: ^8.0 || ^9.0
This package is auto-updated.
Last update: 2025-10-26 09:14:32 UTC
README
SDKs (no submodules) to test automation workflows.
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
🌐 Endpoint
/hello GET
Author
This PHP package is automatically generated by Konfig