PHP development
mindrally
Expert guidance for PHP 8+ development with SOLID principles, PSR standards, and modern best practices.
Buzz PHP curates PHP agent skills, AI coding prompts, tutorials, open-source packages, community links, useful PHP sites, guides, and tools.
Installable SKILL.md workflows for Claude Code, Codex, Cursor, Windsurf, and other coding agents working with PHP, Laravel, Symfony, testing, security, and refactoring.
mindrally
Expert guidance for PHP 8+ development with SOLID principles, PSR standards, and modern best practices.
Jeffallan
Use when building PHP applications with modern PHP 8.3+ features, Laravel, or Symfony frameworks. Invokes strict typing, PHPStan level 9, async patterns with Swoole, and PSR standards. Creates controllers, configures middleware, generates migrations, writes PHPUnit/Pest tests, defines typed DTOs and value objects, sets up dependency injection, and scaffolds REST/GraphQL APIs. Use when working with Eloquent, Doctrine, Composer, Psalm, ReactPHP, or any PHP API development.
AsyrafHussin
Modern PHP 8.x patterns, PSR standards, type system best practices, and SOLID principles. Contains 51 rules for writing clean, maintainable PHP code.
Small browser utilities for checking PHP data while working through guides, packages, links, and agent workflows.
PHP Date Tools
Preview common PHP date format tokens against the current time or a supplied timestamp.
PHP Tools
Format and validate JSON used with PHP json_decode and json_encode directly in your browser.
PHP Security Tools
Generate password_hash code examples and a browser-side SHA-256 checksum for quick password handling checks.
PHP Debugging Tools
Clean up PHP print_r output so arrays and nested values are easier to scan.
PHP Regex Tools
Test regular expression patterns against sample text before using preg_match in PHP.
PHP Serialization Tools
Convert simple JSON values into PHP serialized strings for testing and debugging.
PHP Serialization Tools
View PHP serialized data as an indented tree for debugging nested arrays and objects.
PHP Date Tools
Preview common relative date phrases used with PHP strtotime.
PHP Date Tools
Convert Unix timestamps to UTC, local time, and PHP date examples.
Short guides for common PHP functions and debugging tasks that support the broader ecosystem collection.
Common PHP date format tokens with examples for dates, times, and timestamps.
Practical json_decode examples for associative arrays, error handling, and common JSON mistakes.
Use password_hash and password_verify correctly for PHP login password storage.
Simple preg_match and preg_match_all examples for extracting values with PHP regular expressions.
Compare print_r and var_dump for PHP debugging output and learn when each one is useful.
Examples of PHP serialized strings for arrays, strings, booleans, nulls, and nested values.