Compressed binary data designed for inter-process communication.
- Keep data types as is
- Transfer collections and simple objects
- serialisation via JSON
Datastream is available on Packagist and can be installed using Composer. 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:
<?php
require __DIR__ . '/vendor/autoload.php';
This project is also available for download as a .zip
file on GitHub. Visit the releases page, select the version you want, and click the "Source code (zip)" download button.
The following versions of PHP are supported by this version.
- PHP 7.0
- PHP 7.1
- HHVM
Please see CHANGELOG for more information what has changed recently.
We are beaming Kirk and Spock from Enterprise to Earth.
The client sends data to an endpoint and process received data from endpoint.
Let's beam Kirk and Spock, simply execute following commands in your preferred console:
$ cd example
$ php client.php
$ composer test
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.