Tagged articles
13 articles
Page 1 of 1
Open Source Tech Hub
Open Source Tech Hub
Nov 5, 2025 · Backend Development

Boost Your PHP Workflow: 9 Essential PhpStorm Plugins

Discover nine powerful PhpStorm plugins—from .gitattributes support and Git CODEOWNERS assistance to cron expression validation, sitemap editing, Tempest framework integration, visual debugging, PHP opcode visualization, filesystem insights, and Git churn analysis—that can streamline PHP development and improve code quality.

IDEPHPPhpStorm
0 likes · 6 min read
Boost Your PHP Workflow: 9 Essential PhpStorm Plugins
php Courses
php Courses
Jul 9, 2024 · Backend Development

Top Text Editors and IDEs for PHP Development: Features and Benefits

This article reviews six popular text editors and IDEs for PHP development—Visual Studio Code, PHPStorm, Sublime Text, Atom, Notepad++, and NetBeans—highlighting their key features, advantages, and why developers might choose each to boost coding efficiency and workflow.

AtomNetBeansNotepad++
0 likes · 9 min read
Top Text Editors and IDEs for PHP Development: Features and Benefits
Laravel Tech Community
Laravel Tech Community
Sep 11, 2023 · Backend Development

Installing and Configuring Xdebug with PhpStorm for PHP Debugging

This guide walks through downloading the Xdebug extension, adding the required php.ini settings, configuring PhpStorm and Chrome helper extensions, using the debugging toolbar, and troubleshooting common issues to enable effective PHP breakpoint debugging.

Backend DevelopmentIDE configurationPhpStorm
0 likes · 5 min read
Installing and Configuring Xdebug with PhpStorm for PHP Debugging
php Courses
php Courses
Dec 16, 2022 · Backend Development

PhpStorm 2022.3 Release: New UI Preview, Code Vision, Quick‑Fix Preview, PHPDoc Enhancements, and Full PHP 8.2 Support

PhpStorm 2022.3 introduces a previewable new UI, expanded Code Vision details, quick‑fix preview, improved PHPDoc rendering, enhanced quick documentation, date‑format tooltips, and comprehensive support for PHP 8.2 features such as readonly classes, deprecated dynamic properties, and DNF types.

Code VisionIDEPHP
0 likes · 5 min read
PhpStorm 2022.3 Release: New UI Preview, Code Vision, Quick‑Fix Preview, PHPDoc Enhancements, and Full PHP 8.2 Support
php Courses
php Courses
Jul 1, 2021 · Backend Development

Installing and Configuring Xdebug for PHP with PhpStorm Debugging

This guide explains how to download the appropriate Xdebug DLL, place it in the PHP extensions directory, configure php.ini with the required Xdebug settings, restart Apache, verify installation via phpinfo, and set up PhpStorm for remote debugging, including cleanup steps.

DebuggingPhpStormXdebug
0 likes · 3 min read
Installing and Configuring Xdebug for PHP with PhpStorm Debugging
php Courses
php Courses
Feb 24, 2021 · Backend Development

How to View Yaf Framework Source Code in PhpStorm

This tutorial explains how to download the Yaf framework documentation from GitHub, unzip it, configure PhpStorm's Include Path to point to the source files, and verify the setup by opening a project file and Ctrl‑clicking a Yaf class, enabling easy source code navigation.

IDEPhpStormTutorial
0 likes · 2 min read
How to View Yaf Framework Source Code in PhpStorm
Laravel Tech Community
Laravel Tech Community
Jun 5, 2020 · Backend Development

PhpStorm 2020.1 Update Adds WSL 2 Support and Important Fixes

PhpStorm 2020.1’s second update introduces support for Windows Subsystem for Linux 2, enabling developers to configure a Linux‑based PHP interpreter on Windows, while also delivering several critical bug fixes and clarifying that Docker integration via WSL 2 is not yet available.

IDELinuxPHP
0 likes · 2 min read
PhpStorm 2020.1 Update Adds WSL 2 Support and Important Fixes
21CTO
21CTO
May 13, 2020 · Backend Development

Boost Your PHP Workflow: Expert Tips for Optimizing PHPStorm

In this interview, PHPStorm technical lead Christopher Stock shares essential global settings, navigation shortcuts, and recent feature updates that help developers edit PHP code more efficiently, compare it with other IDEs, and outline future improvements for the IDE.

DevelopmentPhpStorminterview
0 likes · 4 min read
Boost Your PHP Workflow: Expert Tips for Optimizing PHPStorm
Open Source Tech Hub
Open Source Tech Hub
Jul 18, 2019 · Backend Development

Step‑by‑Step Guide to Debug PHP with Xdebug in PhpStorm

This tutorial walks you through installing Xdebug, configuring php.ini, setting up PhpStorm’s debug preferences, and using the Xdebug helper browser extension so you can pause execution at breakpoints and debug PHP code directly from your IDE.

DebuggingIDEPHP
0 likes · 7 min read
Step‑by‑Step Guide to Debug PHP with Xdebug in PhpStorm