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()
- Host: GitHub
- URL: https://github.com/ibllex/go-php-serialize
- Owner: ibllex
- License: bsd-2-clause
- Created: 2021-08-02T16:21:26.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-02T16:43:15.000Z (almost 5 years ago)
- Last Synced: 2025-06-19T20:03:18.935Z (about 1 year ago)
- Topics: go, golang, php, serialize, unserialize
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```