-
DesignPatternsPHP (GitHub Repository): For those who learn best by examining code, this GitHub repository offers a direct, code-focused collection of various design pattern implementations in PHP. It's an excellent companion to theoretical learning, allowing you to see how patterns translate into concrete, functional code. View DesignPatternsPHP Examples
-
JetBrains
Tell us how you use coding tools. You may win a prize! Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes!
-
Xdebug: A powerful debugging and profiling tool for PHP, Xdebug allows you to step through your code line by line, inspect variables at runtime, and analyze performance bottlenecks. It's crucial for understanding how your application behaves and for efficiently troubleshooting issues. Install and Use Xdebug
-
Spatie Blog & Packages: Spatie is a group of highly respected Laravel developers renowned for their extensive collection of high-quality open-source Laravel packages. Their blog is a treasure trove of advanced Laravel and PHP techniques, covering everything from package development best practices to deep dives into framework internals. Following their work is a masterclass in elegant, efficient code. Discover Spatie's Insights
-
PHPUnit: PHPUnit is the indispensable unit testing framework for PHP. Mastering it is not just about writing tests; it's about adopting a disciplined approach to development, ensuring code quality, and facilitating refactoring. It's fundamental for building robust and reliable backend systems. Explore PHPUnit
-
Packagist: The default Composer package repository for PHP, Packagist is where you'll discover and utilize thousands of open-source PHP libraries and packages. While not a direct learning resource, understanding how to navigate Packagist, evaluate package quality, and manage dependencies with Composer is a crucial advanced skill for any PHP backend developer. Browse Packages on Packagist
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Related posts
-
RoadRunner: High-performance PHP application server written in Golang
-
PHPUnit, do i need to learn it?
-
Testing PHP Applications
-
Hi guys. After working few years with other languages, returning to PHP, then, I created this library, suggestions are appreciated
-
The Rise of Hybrid PHP: Blending PHP with Go and Rust