kavinsky / lua-serializer
A PHP8.0+ Lua serializer/deserializer with support for Symfony Serializer component.
dev-master
2022-01-19 17:43 UTC
Requires
- php: ^8.1
- captainhook/captainhook: ^5.10
- illuminate/contracts: dev-master
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.5
- pestphp/pest: ^1.21
- pestphp/pest-plugin-mock: ^1.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan: ^1.4
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- symfony/property-access: ^6.0
- symfony/serializer: ^6.0
Suggests
- symfony/serializer: If you want to use with Symfony Serializer component.
This package is auto-updated.
Last update: 2025-01-20 00:40:35 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.