A free, open-source tool for visualizing, modifying, and exporting PHP serialized data with an intuitive drag-and-drop interface.
- Visual Serialization: Convert PHP serialized data into an interactive, hierarchical tree structure.
- Drag & Drop Interface: Easily reorganize arrays and objects with intuitive controls.
- Edit Serialized Data: Modify values directly within the visual interface.
- Multiple Export Options: Export your data as serialized PHP, JSON, or other formats.
- Client-Side Processing: All processing happens in your browser - no server required.
- Debugging complex serialized data structures
- Modifying serialized data for database entries
- Learning about PHP serialization format
- Sharing and collaborating on PHP data structures
- Upload a file containing serialized PHP data or paste it directly
- Visualize the data structure in the hierarchical view
- Modify values and structure as needed
- Export the updated data in your desired format
# Clone the repository
git clone https://github.com/chrisjohnleah/draggle-serialize.git
# Navigate to project directory
cd draggle-serialize
# Install dependencies
npm i
# Start the development server
npm run dev
- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS
- Framer Motion
- React DnD
This is a free, open-source tool for anyone to use and contribute to. Contributions are welcome!
- Fork the repo
- Create a feature branch
- Make your changes
- Submit a pull request
MIT
Visit the live project: PHP Serialization Visualizer