eufony / marshaller
Common interfaces for object marshalling libraries.
Requires
- php: ^8.1
Requires (Dev)
- phpunit/phpunit: ^9.5
Suggests
- eufony/marshaller-implementation: Virtual package for Marshaller implementations.
Provides
- eufony/marshaller-implementation: v1.x-dev
This package is auto-updated.
Last update: 2024-10-17 10:49:58 UTC
README
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.
Getting started
Installation
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!
Basic Usage
For a more detailed documentation, see here.
Contributing
Found a bug or a missing feature? You can report it over at the issue tracker.
License
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/.