Focused PHP resource hub
PHP resources for modern developers.
Discover useful PHP projects, tools, blogs, guides, and agent skills all in one focused place.
Popular tools
Start with practical utilities for everyday PHP debugging.
PHP Date Tools
PHP Date Format Tester
Preview common PHP date format tokens against the current time or a supplied timestamp.
PHP Tools
PHP JSON Formatter Online
Format and validate JSON used with PHP json_decode and json_encode directly in your browser.
PHP Security Tools
PHP Password Hash Generator Helper
Generate password_hash code examples and a browser-side SHA-256 checksum for quick password handling checks.
PHP Debugging Tools
PHP print_r Formatter
Clean up PHP print_r output so arrays and nested values are easier to scan.
PHP Regex Tools
PHP Regex Tester
Test regular expression patterns against sample text before using preg_match in PHP.
PHP Serialization Tools
PHP Serialize Online
Convert simple JSON values into PHP serialized strings for testing and debugging.
PHP Serialization Tools
PHP Serialized Data Viewer
View PHP serialized data as an indented tree for debugging nested arrays and objects.
PHP Date Tools
PHP strtotime Tester
Preview common relative date phrases used with PHP strtotime.
PHP Date Tools
PHP Timestamp Converter
Convert Unix timestamps to UTC, local time, and PHP date examples.
PHP guides
Practical references for common PHP problems and workflows.
PHP Date Format Examples
Common PHP date format tokens with examples for dates, times, and timestamps.
PHP json_decode Examples
Practical json_decode examples for associative arrays, error handling, and common JSON mistakes.
PHP password_hash Examples
Use password_hash and password_verify correctly for PHP login password storage.
PHP preg_match Examples
Simple preg_match and preg_match_all examples for extracting values with PHP regular expressions.
PHP print_r vs var_dump
Compare print_r and var_dump for PHP debugging output and learn when each one is useful.
PHP Serialized String Examples
Examples of PHP serialized strings for arrays, strings, booleans, nulls, and nested values.