PHPackages                             konfig/automation-test-with-submodules-php-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. konfig/automation-test-with-submodules-php-sdk

ActiveLibrary[HTTP &amp; Networking](/categories/http)

konfig/automation-test-with-submodules-php-sdk
==============================================

SDKs (no submodules) to test automation workflows.

v1.0.5(1y ago)07unlicensePHPPHP ^8.0

Since Jul 15Pushed 1y ago1 watchersCompare

[ Source](https://github.com/konfig-dev/automation-test-submodule-php)[ Packagist](https://packagist.org/packages/konfig/automation-test-with-submodules-php-sdk)[ RSS](/packages/konfig-automation-test-with-submodules-php-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (4)Versions (9)Used By (0)

automation-test-with-submodules-php-sdk
========================================================================================================

[](#automation-test-with-submodules-php-sdk)

SDKs (no submodules) to test automation workflows.

[![Packagist](https://camo.githubusercontent.com/3320e6765a7fef819d8d07764c25ad1eda87a50edd75afed7d2c7f69c9c8ee32/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5061636b61676973742d76312e302e352d626c7565)](https://packagist.org/packages/konfig/automation-test-submodule-php)

Table of Contents
------------------------------------------------------------

[](#table-of-contents)

- [Installation &amp; Usage](#installation--usage)
    - [Requirements](#requirements)
    - [Composer](#composer)
    - [Manual Installation](#manual-installation)
- [Getting Started](#getting-started)
- [Reference](#reference)
    - [`automationtestwithsubmodules.greetings.hello`](#automationtestwithsubmodulesgreetingshello)

Installation &amp; Usage
---------------------------------------------------------------------

[](#installation--usage)

### Requirements

[](#requirements)

This library requires `PHP ^8.0`

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), 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

[](#manual-installation)

Download the files and include `autoload.php`:

```
