Tagged articles
7 articles
Page 1 of 1
php Courses
php Courses
Jun 20, 2025 · Backend Development

10 Must‑Know PHP Libraries Every Backend Developer Should Master

This article introduces ten essential PHP libraries—ranging from HTTP clients and logging tools to testing frameworks, date handling, fake data generation, database abstraction, email sending, templating, dependency injection, and debugging—explaining their core features and providing concise code examples to boost backend development productivity.

DoctrineGuzzleMonolog
0 likes · 7 min read
10 Must‑Know PHP Libraries Every Backend Developer Should Master
php Courses
php Courses
Oct 9, 2024 · Backend Development

Extending PHP Function Logging with Laravel

This article demonstrates how to install the Monolog package, configure a custom logging channel in Laravel's config/logging.php, and use the Log facade to record custom messages, including a practical middleware example that logs API request details such as method, URI, and execution duration.

MonologPHPlogging
0 likes · 2 min read
Extending PHP Function Logging with Laravel
php Courses
php Courses
Feb 26, 2024 · Backend Development

PHP Logging Functions and Best Practices

This article explains PHP's built‑in logging functions, demonstrates how to use error_log() with various parameters, shows how to extend logging via set_error_handler(), and introduces the Monolog library for advanced logging in backend development.

Monologerror loglogging
0 likes · 6 min read
PHP Logging Functions and Best Practices
php Courses
php Courses
Dec 22, 2023 · Backend Development

Implementing Elastic Common Schema in PHP with PECS: A Comprehensive Guide

This article explains why consistent logging structures are essential for growing teams, introduces the Elastic Common Schema (ECS) and the PECS PHP library that fully supports ECS, and provides practical code examples for creating ECS‑compatible logs and integrating PECS with Monolog.

BackendECSElastic Common Schema
0 likes · 7 min read
Implementing Elastic Common Schema in PHP with PECS: A Comprehensive Guide
Laravel Tech Community
Laravel Tech Community
Apr 22, 2020 · Backend Development

Laravel Log Quick Reference and SQL Query Logging Guide

This article provides a concise Laravel Log quick reference, detailing the seven RFC‑5424 log levels, usage examples, how to retrieve the Monolog instance, add listeners, and enable and fetch SQL query logs, followed by motivational reflections on perseverance and growth.

BackendLaravelMonolog
0 likes · 2 min read
Laravel Log Quick Reference and SQL Query Logging Guide
Laravel Tech Community
Laravel Tech Community
Jan 3, 2020 · Backend Development

Laravel Logging System Overview and Configuration Guide

This article explains Laravel's powerful logging facilities built on Monolog, describes the configuration file location, details available channel drivers, shows how to set up single, daily, stack, Slack, Papertrail and custom channels, and provides code examples for writing log messages and customizing Monolog handlers.

BackendConfigurationLaravel
0 likes · 14 min read
Laravel Logging System Overview and Configuration Guide