Skip to content

eufony/marshaller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Eufony Marshaller Package

Packagist Downloads GitHub Stars Issues
License Community Built

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/.

About

Common interfaces for object marshalling libraries.

Topics

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Languages