DEV Community

PHP

Home for all the PHP-related posts on Dev.to!

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Optimising a web application (I): seeing

Optimising a web application (I): seeing

3
Comments
3 min read
Mastering Traits: The First Step to Clean & Efficient Laravel Code

Mastering Traits: The First Step to Clean & Efficient Laravel Code

4
Comments 5
2 min read
Streamlining API Responses in Laravel with DTOs

Streamlining API Responses in Laravel with DTOs

1
Comments
11 min read
Value Objects in PHP 8: Advanced usage

Value Objects in PHP 8: Advanced usage

19
Comments
10 min read
PHP: why make your own exceptions?

PHP: why make your own exceptions?

9
Comments 1
2 min read
Designing with PHP 8.1 Enumerations

Designing with PHP 8.1 Enumerations

3
Comments
6 min read
How to Implement a Simple Queue in Symfony

How to Implement a Simple Queue in Symfony

1
Comments
5 min read
Laravel : Découvre les Master Tips les Plus Cool 😎

Laravel : Découvre les Master Tips les Plus Cool 😎

Comments
8 min read
Value Objects in PHP 8: Building a better code

Value Objects in PHP 8: Building a better code

33
Comments 6
6 min read
Exploring stdClass in PHP

Exploring stdClass in PHP

4
Comments 10
2 min read
How to Execute Laravel Artisan Commands Using an API Endpoint

How to Execute Laravel Artisan Commands Using an API Endpoint

1
Comments
2 min read
How to migrate from Api Platform v2 to v3?

How to migrate from Api Platform v2 to v3?

29
Comments
8 min read
Why PHP?

Why PHP?

36
Comments 25
8 min read
Getting started with Filament V3 and Laravel 10

Getting started with Filament V3 and Laravel 10

11
Comments 1
2 min read
Testing an OpenAPI specification in PHP

Testing an OpenAPI specification in PHP

11
Comments 1
6 min read
A Simple Way to Validate API Requests in Symfony

A Simple Way to Validate API Requests in Symfony

1
Comments 1
4 min read
Merge de pdf's no PHP usando LARAVEL

Merge de pdf's no PHP usando LARAVEL

Comments
3 min read
Create your Joomla website using Docker

Create your Joomla website using Docker

Comments 4
24 min read
Role of composer.json in Laravel

Role of composer.json in Laravel

Comments 1
2 min read
🚀PHP - Essential Framework

🚀PHP - Essential Framework

9
Comments
2 min read
Laravel Package Development : Key Steps to Building an Effective Tool

Laravel Package Development : Key Steps to Building an Effective Tool

Comments
5 min read
Laravel: API Resources: With or Without "data"?

Laravel: API Resources: With or Without "data"?

5
Comments
1 min read
"Have you met Tinker?"

"Have you met Tinker?"

5
Comments
2 min read
Organizando os Livewire Components

Organizando os Livewire Components

8
Comments 1
2 min read
JSON in JavaScript and PHP: Read, Get, Send, Convert [BASICS]

JSON in JavaScript and PHP: Read, Get, Send, Convert [BASICS]

4
Comments 1
5 min read
Building a PHP client for Faktory, Part 6: Higher-level usage

Building a PHP client for Faktory, Part 6: Higher-level usage

1
Comments
4 min read
Why PHP? Thoughts…

Why PHP? Thoughts…

Comments 5
2 min read
Error handling: Are You In Charge or In Chaos?

Error handling: Are You In Charge or In Chaos?

8
Comments
5 min read
PHP / Laravel / Symfony conferences in 2024

PHP / Laravel / Symfony conferences in 2024

19
Comments 12
4 min read
How to Install PHP 8.3 on Ubuntu 22.04

How to Install PHP 8.3 on Ubuntu 22.04

3
Comments
4 min read
Simplifiez la Validation de Données en PHP avec PHPValidator

Simplifiez la Validation de Données en PHP avec PHPValidator

2
Comments
3 min read
Money pattern in PHP: the solution

Money pattern in PHP: the solution

4
Comments
6 min read
Introducing PlanCraft

Introducing PlanCraft

Comments
2 min read
How to develop serverless PHP application with PostgreSQL database with Vercel and Neon.tech for free

How to develop serverless PHP application with PostgreSQL database with Vercel and Neon.tech for free

24
Comments 5
5 min read
Weekly reading digest #16

Weekly reading digest #16

5
Comments 2
1 min read
How to Add JWT Login to a Symfony Project

How to Add JWT Login to a Symfony Project

4
Comments 2
5 min read
How To Integrate Passkeys in PHP Laravel Apps

How To Integrate Passkeys in PHP Laravel Apps

2
Comments
5 min read
PHP: check dates

PHP: check dates

7
Comments
2 min read
Refactoring 012 - Reify Associative Arrays

Refactoring 012 - Reify Associative Arrays

2
Comments
3 min read
Symfony Station Communiqué — 17 November 2023. A look at Symfony, Drupal, PHP, Cybersec, and Fediverse news!

Symfony Station Communiqué — 17 November 2023. A look at Symfony, Drupal, PHP, Cybersec, and Fediverse news!

3
Comments
9 min read
Developing New PHP Framework MII

Developing New PHP Framework MII

4
Comments 15
9 min read
Introducing the Laravel Number Utility Class

Introducing the Laravel Number Utility Class

2
Comments 6
3 min read
🚀 Unleash the epitome of development – a code magician's dream come true! 🌐

🚀 Unleash the epitome of development – a code magician's dream come true! 🌐

22
Comments
2 min read
Rest is Key to Good Quality Code

Rest is Key to Good Quality Code

3
Comments 1
2 min read
Laravel - Uma introdução ao framework

Laravel - Uma introdução ao framework

2
Comments
3 min read
Create a Laravel package on your local environment

Create a Laravel package on your local environment

Comments
6 min read
Real-time applications using Laravel

Real-time applications using Laravel

3
Comments
8 min read
The Real Cost of Open Source Software

The Real Cost of Open Source Software

Comments
3 min read
PHP Design Patterns: Singleton

PHP Design Patterns: Singleton

1
Comments 1
2 min read
Money pattern in PHP: the problem

Money pattern in PHP: the problem

5
Comments
4 min read
Symfony Station Communiqué — 03 November 2023. A look at Symfony, Drupal, PHP, Cybersec, and Fediverse news!

Symfony Station Communiqué — 03 November 2023. A look at Symfony, Drupal, PHP, Cybersec, and Fediverse news!

2
Comments
17 min read
After more than 20 years as a professional developer, I published my first dirty Open Source project

After more than 20 years as a professional developer, I published my first dirty Open Source project

1
Comments
3 min read
MySQL invisible columns and how to define it with Laravel and Doctrine

MySQL invisible columns and how to define it with Laravel and Doctrine

11
Comments 3
2 min read
Prevent spam in Statamic forms

Prevent spam in Statamic forms

Comments
3 min read
Monitoring symfony messenger listening to the worker events

Monitoring symfony messenger listening to the worker events

1
Comments
7 min read
How to hydrate trees in Doctrine

How to hydrate trees in Doctrine

2
Comments
4 min read
Simplifying API Integration with Laravel's Http Facade

Simplifying API Integration with Laravel's Http Facade

12
Comments
11 min read
Who tests the tests? Mutation testing with Infection in PHP

Who tests the tests? Mutation testing with Infection in PHP

6
Comments
6 min read
PHP Design Patterns: Dependency Injection

PHP Design Patterns: Dependency Injection

5
Comments
4 min read
Decoding PHP's Empty Value Functions: When to Use Which

Decoding PHP's Empty Value Functions: When to Use Which

8
Comments 1
4 min read
loading...