Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
TBinaryProtocol
✓ use Thrift\Protocol\TBinaryProtocol;
Create a Thrift client using binary protocol.
use Thrift\Protocol\TBinaryProtocol;
use Thrift\Transport\TSocket;
$transport = new TSocket('localhost', 9090);
$protocol = new TBinaryProtocol($transport);
$transport->open();
Debug
Known issues
No known issues recorded.
Upgrade
Version history
0.17.0latest on Packagist
Audit
Dependencies
No dependency data recorded yet.