An open API service indexing awesome lists of open source software.

https://github.com/ibllex/go-php-serialize

Golang implementation for PHP's function serialize() and unserialize()
https://github.com/ibllex/go-php-serialize

go golang php serialize unserialize

Last synced: 5 months ago
JSON representation

Golang implementation for PHP's function serialize() and unserialize()

Awesome Lists containing this project

README

          

# go-php-serialize

Golang implementation for PHP's function serialize() and unserialize()

Thanks to [yvasiyarov/php_session_decoder](https://github.com/yvasiyarov/php_session_decoder)

## Install

```bash
go get -u github.com/ibllex/go-php-serialize
```