kavinsky / lua-serializer

πŸ“‘ Simple Lua serializer and deserializer in PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP Lua Serializer/Deserializer

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.

About

πŸ“‘ Simple Lua serializer and deserializer in PHP

License:MIT License


Languages

Language:PHP 100.0%