Tagged articles
4 articles
Page 1 of 1
php Courses
php Courses
Feb 18, 2024 · Backend Development

Automating PHP Code Formatting with PHP‑CS‑Fixer and VS Code

This guide explains how to use PHP‑CS‑Fixer together with VS Code to automatically format PHP code, enforce consistent coding standards, and improve readability, maintainability, and team collaboration across growing projects.

AutomationCode FormattingPHP
0 likes · 6 min read
Automating PHP Code Formatting with PHP‑CS‑Fixer and VS Code
21CTO
21CTO
Apr 18, 2016 · Backend Development

How to Tidy Your PHP Code: Essential Formatting Rules and Best Practices

This article outlines practical PHP coding standards—including line breaks, spacing, naming conventions, PSR guidelines, and useful habits like method‑chaining layout and array formatting—to help developers write cleaner, more maintainable backend code.

PHP CS FixerPSRbest practices
0 likes · 6 min read
How to Tidy Your PHP Code: Essential Formatting Rules and Best Practices
21CTO
21CTO
Oct 14, 2015 · Backend Development

Essential PHP Tools and Standards Every Backend Developer Should Know

This article introduces essential PHP development tools and standards—including PSR specifications, Composer dependency management, php‑cs‑fixer formatting, PsySH REPL, and popular frameworks like Laravel, Symfony, and Yii—explaining their purposes, core features, and how they improve modern backend workflows.

Backend DevelopmentComposerPHP CS Fixer
0 likes · 10 min read
Essential PHP Tools and Standards Every Backend Developer Should Know