Tagged articles
8 articles
Page 1 of 1
Open Source Tech Hub
Open Source Tech Hub
Jan 1, 2026 · Backend Development

What’s New in Yii 3? A Deep Dive into Its Modern Backend Architecture

Yii 3, the latest release of the PHP framework, introduces a modular package ecosystem, flexible dependency injection, PSR‑first design, advanced caching, improved database abstraction, and long‑running work mode, offering developers a high‑performance, standards‑compliant foundation for web, API, and console applications.

FrameworkPHPPSR
0 likes · 12 min read
What’s New in Yii 3? A Deep Dive into Its Modern Backend Architecture
Open Source Tech Hub
Open Source Tech Hub
Nov 3, 2025 · Backend Development

Why Larafony Could Be Your Next Production-Ready PHP Backend Framework

Larafony is a modern, lightweight PHP framework that merges Laravel’s developer experience, Symfony’s robustness, and PHP 8.5 features, offering PSR‑compliant architecture, attribute‑driven design, minimal dependencies, built‑in analytics, and extensive security and communication modules for production‑grade backend development.

FrameworkLaravelPHP
0 likes · 4 min read
Why Larafony Could Be Your Next Production-Ready PHP Backend Framework
php Courses
php Courses
Nov 1, 2025 · Backend Development

Master PHP Naming Conventions to Boost Code Readability and Maintainability

This guide presents a comprehensive PHP naming convention handbook, covering universal principles, variable and function styles, class/interface naming, constant rules, pitfalls to avoid, and the PSR standards, offering practical code examples to help developers write clearer, more maintainable backend code.

PHPPSRbackend-development
0 likes · 7 min read
Master PHP Naming Conventions to Boost Code Readability and Maintainability
php Courses
php Courses
Nov 12, 2024 · Backend Development

Overview of PHP Standard Recommendations (PSR) and Key Standards

The article introduces PHP Standard Recommendations (PSR) created by PHP‑FIG, outlines their purpose in improving code quality, and summarizes key standards such as naming conventions, autoloading, coding style, logging, caching, HTTP messages, and dependency injection for backend development.

PHPPHP-FIGPSR
0 likes · 5 min read
Overview of PHP Standard Recommendations (PSR) and Key Standards
21CTO
21CTO
Feb 28, 2018 · Backend Development

Why PHP Still Thrives in 2018: Essential Tools and Strategies for Modern Developers

This article examines PHP's enduring market share, highlights its practical design and powerful standard library, and outlines six key recommendations—including Composer, PHP 7, PSR standards, Swoole, Laravel, and Phar packaging—to help developers stay competitive in the evolving backend landscape.

BackendComposerLaravel
0 likes · 6 min read
Why PHP Still Thrives in 2018: Essential Tools and Strategies for Modern Developers
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.

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