When attempting to install the PHP client using Composer, an error is encountered indicating that no packages can be found in the repo, despite adding the repo URL to the composer.json file, as per the README instructions, and running composer install, the same error persists.
The PHP client package is located in a subfolder named php-client, but Composer does not seem to support packages in subfolders, limiting the installation process.
How could it be solved?