for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace PhpJsonRpc\Server;
class RequestProvider implements RequestProviderInterface
{
/**
* @inheritdoc
*/
public function getPayload(): string
return file_get_contents('php://input');
}