<?php
require_once __DIR__."/../vendor/autoload.php";
use NoccyLabs\React\Protocol\Line\LineProtocol;
$proto = new LineProtocol();
echo $proto->packFrame([ 'hello', 'world' ]);