<?php namespace MailChannels; class InputReaderImpl implements InputReader { public function read() { return file_get_contents('php://input'); } }