library cereal-php
PHP implementation of the C++ Cereal serialization library
dijky/cereal-php
PHP implementation of the C++ Cereal serialization library
- Sunday, November 12, 2017
- by Dijky
- Repository
- 1 Watchers
- 0 Stars
- 0 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Cereal PHP
This library implements the functionality of the C++ serialization library
Cereal in pure PHP., (*1)
It intends to create a compatible serialization feature to enable data exchange
between C++ and PHP applications., (*2)
Installation
Use Composer to install this library:, (*3)
composer require dijky/cereal-php
Requirements and Limitations
- Cereal PHP requires a 64 bit installation of PHP 7.0 or higher
- PHP does not support unsigned 64 bit integers; all uses of
Integral\UInt64 are therefore effectively limited to 63 bits.
This includes the SizeTag for Vector size and Str length.
License
Cereal PHP is licensed under the permissive MIT license which allows usage in
all free and commercial contexts.
You can find the full license text in the license file., (*4)
dev-master
9999999-dev
PHP implementation of the C++ Cereal serialization library
Sources
Download
MIT
The Requires