eufony/marshaller provides a standard interface for object marshalling libraries.
Marshalling is a similar concept to serialization. Unlike serialization however, marshalling refers to a more general process of preparing the memory representation of an object into a data format suitable for storage or transmission. eufony/marshaller is a PHP library that aims to improve interoperability between marshalling implementations.
Interested? Here's how to get started.
eufony/marshaller is released as a Packagist package and can be easily installed via Composer with:
composer require "eufony/marshaller:v1.x-dev"
Warning: This package does not have any stable releases yet (not even a v0.x pre-release) and is currently unstable. Expect frequent breaking changes and instability!
For a more detailed documentation, see here.
Found a bug or a missing feature? You can report it over at the issue tracker.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this program. If not, see https://www.gnu.org/licenses/.