Skip to content

almeidx/serialize

Repository files navigation

Serialize

A client-side tool for parsing, editing, and converting PHP serialized data.

Live: https://serialize.almeidx.dev

Features

  • Bidirectional conversion between PHP serialized format and JSON
  • Editable tree view with inline value editing
  • Monaco editor with syntax highlighting
  • PHP metadata preservation (class names, visibility, references)
  • Dark/light theme with system preference detection
  • Copy menu (pretty JSON, minified JSON, PHP serialized)
  • Stats panel showing size, node count, depth, and types

Development

# Install dependencies
pnpm install

# Start dev server
pnpm dev

# Type check
pnpm check

# Build for production
pnpm build

# Preview production build
pnpm preview

Tech Stack

License

GNU AGPLv3

About

A client-side tool for parsing, editing, and converting PHP serialized data

Topics

Resources

License

Stars

Watchers

Forks

Contributors