You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Zed PHP Snippets
A comprehensive collection of PHP snippets for [Zed
editor](https://zed.dev/), designed to accelerate PHP development with
intelligent autocomplete and placeholder support.
## ✨ Features
- **Complete PHP Coverage**: 100+ snippets covering all essential PHP
patterns
- **Smart Placeholders**: Tab-navigable placeholders for efficient
coding
- **Modern PHP Support**: Includes PHP 8.x features (enums, match
expressions, readonly properties, etc.)
- **OOP Ready**: Complete class, interface, trait, and abstract class
snippets
- **Database Integration**: PDO snippets for secure database operations
- **Control Structures**: All loops, conditionals, and modern syntax
patterns
- **Best Practices**: Type hints, strict types, and modern PHP
conventions
Co-authored-by: Marshall Bowers <[email protected]>
0 commit comments