PHPackages                             alpari/binary-protocol - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. alpari/binary-protocol

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

alpari/binary-protocol
======================

Binary protocol coder/decoder for PHP

1.0.1(6y ago)72MITPHPPHP ~7.1

Since Jan 11Pushed 6y ago1 watchersCompare

[ Source](https://github.com/alpari-tech/binary-protocol)[ Packagist](https://packagist.org/packages/alpari/binary-protocol)[ RSS](/packages/alpari-binary-protocol/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

Alpari BinaryProtocol library
-----------------------------

[](#alpari-binaryprotocol-library)

`alpari/binary-protocol` is a PHP library that provides an API for working with binary protocols, like FCGI, ApacheKafka and others. Applications can use this library to describe binary data and work with high-level API without manual working with binary data packing/unpacking.

Installation
------------

[](#installation)

`alpari/binary-protocol` can be installed with composer. To download this library please type:

```
composer require alpari/binary-protocol
```

TypeInterface API
-----------------

[](#typeinterface-api)

The TypeInterface API describes low-level representation of data, for example Int8, Int16, String, etc...

```
