Skip to content

php-exts/serializer

PHP Data Serializer

About

  • Data Serializer

Features

  • data serialize

Usage

use Zeus\Serializer;

// Provider: default, igbinary, json, base64

$data = Srerializer::serialize(data:$data, provider:'json');
$data = Serializer::unserialize(data:$data, provider: 'json');

Installation

  • Install XXX with Composer
    • composer require ext/serializer

CHANGELOG

See CHANGELOG.md

Contributing

Security Vulnerabilities

License

The XXX is open-sourced software licensed under the MIT license.

Example See https://choosealicense.com/licenses

About

Data Serialize

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published