Skip to content

Instantly share code, notes, and snippets.

View haymaker's full-sized avatar
💭
khudzul.

Mike Hayman haymaker

💭
khudzul.
  • InComm Payments
  • Atlanta
View GitHub Profile
@weierophinney
weierophinney / CallbackStream.php
Last active October 23, 2020 14:16
Examples of streams you can use for alternate output styles in PSR-7
<?php
/**
* @copyright Copyright (c) 2015 Matthew Weier O'Phinney (https://mwop.net)
* @license http://opensource.org/licenses/BSD-2-Clause BSD-2-Clause
*/
namespace Psr7Examples;
use Psr\Http\Message\StreamableInterface;