Registry / networking / packaged-thrift

packaged-thrift

JSON →
library0.17.0phppackagistunverified

Apache Thrift PHP library.

composer require packaged/thrift
INSTALL
IMPORT
SIG · PACKAGED-THRIFT
P
packaged-thrift
networkingphpv0.17.0
harness data pending
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.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
packaged-thrift — pip install packaged-thrift · libregistry