Serialization Tools — PHP Serialize & Unserialize

Serialize and unserialize PHP arrays locally — no PHP runtime, no object instantiation. Also useful: JSON Formatter, Base64, and the Encoding tools hub.

  • Turn JSON or PHP array syntax into compact serialize() strings for fixtures and migrations.
  • Inspect WordPress option_value or wp_postmeta blobs as readable JSON without running PHP.
  • Round-trip array payloads beside your JSON minify and format workflow.

Back to Serialization on the hub

Guides