kavinsky/lua-serializer

A PHP8.0+ Lua serializer/deserializer with support for Symfony Serializer component.

dev-master 2022-01-19 17:43 UTC

This package is auto-updated.

Last update: 2024-03-19 22:35:28 UTC


README

This fork is updated to PHP8.1^

This is a very simple Lua serializer/deserializer for PHP, with support for Symfony Serializer.

Installation

Install with Composer:

composer require kavinsky/lua-serializer

Usage

There is a facade for both serialization and deserialization:

@todo

Running tests

You can run automated unit tests using PHPUnit after installing dependencies:

composer test

License

This library is licensed under the MIT license. See the LICENSE file for details.