PHPackages                             hawkbit/datastream - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. hawkbit/datastream

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

hawkbit/datastream
==================

Compressed binary data designed for inter-process communication

1.0.0(8y ago)120MITPHPPHP &gt;=7.0

Since Jul 13Pushed 8y ago1 watchersCompare

[ Source](https://github.com/HawkBitPhp/datastream)[ Packagist](https://packagist.org/packages/hawkbit/datastream)[ Docs](https://github.com/Hawkbit)[ RSS](/packages/hawkbit-datastream/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Hawkbit Datastream
==================

[](#hawkbit-datastream)

Compressed binary data designed for inter-process communication.

Features
--------

[](#features)

- Keep data types as is
- Transfer collections and simple objects
- serialisation via JSON

Install
-------

[](#install)

### Using Composer

[](#using-composer)

Datastream is available on [Packagist](https://packagist.org/packages/hawkbit/datastream) and can be installed using [Composer](https://getcomposer.org/). This can be done by running the following command or by updating your `composer.json` file.

```
composer require hawkbit/hawkbit
```

composer.json

```
{
    "require": {
        "hawkbit/datastream": "~1.0"
    }
}
```

Be sure to also include your Composer autoload file in your project:

```
