A client-side tool for parsing, editing, and converting PHP serialized data.
Live: https://serialize.almeidx.dev
- 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
# Install dependencies
pnpm install
# Start dev server
pnpm dev
# Type check
pnpm check
# Build for production
pnpm build
# Preview production build
pnpm preview- SvelteKit - Framework
- Tailwind CSS - Styling
- Monaco Editor - Code editor
- Cloudflare Workers - Deployment