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.
Working with calender weeks in PHP

Working with calender weeks in PHP

3
Comments
2 min read
Implement simple Linked HashMap using PHP

Implement simple Linked HashMap using PHP

4
Comments
3 min read
The story of readonly classes and properties in php

The story of readonly classes and properties in php

7
Comments
3 min read
Chunk multidimensional array by value in Laravel

Chunk multidimensional array by value in Laravel

2
Comments
1 min read
Mastering Environment Variables in JavaScript, Python, Java, PHP, C#, C++, C, Perl, and Operating systems

Mastering Environment Variables in JavaScript, Python, Java, PHP, C#, C++, C, Perl, and Operating systems

3
Comments
6 min read
Using reCAPTCHA with PHP and Javascript

Using reCAPTCHA with PHP and Javascript

2
Comments
4 min read
"Twitter for xxx" disappeared, so I created Check Tool

"Twitter for xxx" disappeared, so I created Check Tool

3
Comments 1
1 min read
How to Build A Captcha with PHP GD Library (Part 3)

How to Build A Captcha with PHP GD Library (Part 3)

3
Comments 2
10 min read
How to change the timestamp column's format in Laravel?

How to change the timestamp column's format in Laravel?

Comments
1 min read
HOW TO USE RESTFUL RESOURCE CONTROLLERS IN LARAVEL

HOW TO USE RESTFUL RESOURCE CONTROLLERS IN LARAVEL

15
Comments 1
5 min read
Modern Web Development with Docker and Docker Compose

Modern Web Development with Docker and Docker Compose

9
Comments
3 min read
Great Things Laravel 9.44 Released

Great Things Laravel 9.44 Released

Comments
1 min read
Let's demystify swoole : coroutines

Let's demystify swoole : coroutines

2
Comments
2 min read
Leveraging ChatGPT to be more efficient

Leveraging ChatGPT to be more efficient

1
Comments
5 min read
SOLID Principles for Programming and Software Design

SOLID Principles for Programming and Software Design

1
Comments
6 min read
Handling Exceptions in Laravel: A Cleaner Method

Handling Exceptions in Laravel: A Cleaner Method

13
Comments 2
5 min read
How to Send an Email in Any Language Using the Nylas APIs

How to Send an Email in Any Language Using the Nylas APIs

2
Comments
7 min read
Subtract / Composite one image from another in PHP (GDImage and ImageMagick)

Subtract / Composite one image from another in PHP (GDImage and ImageMagick)

4
Comments
6 min read
Dedičnosť v PHP

Dedičnosť v PHP

2
Comments
1 min read
Use Repository Pattern with Laravel

Use Repository Pattern with Laravel

33
Comments
5 min read
How to run all seeders in Laravel 9

How to run all seeders in Laravel 9

9
Comments 1
1 min read
Demystifying tests in Laravel

Demystifying tests in Laravel

29
Comments 4
4 min read
How To Upload And Zip Single Or Multiple Files in PHP

How To Upload And Zip Single Or Multiple Files in PHP

7
Comments
5 min read
Challenge: Your ugliest code

Challenge: Your ugliest code

4
Comments
2 min read
Make a simple nav-bar with Laravel and Bootstrap

Make a simple nav-bar with Laravel and Bootstrap

14
Comments
1 min read
How To Integrate Google Calendar API and friendship with Laravel. Part 2

How To Integrate Google Calendar API and friendship with Laravel. Part 2

11
Comments 3
6 min read
How to use Laravel Session

How to use Laravel Session

13
Comments
3 min read
Add a blog to your Symfony Application with Hyvor Blogs

Add a blog to your Symfony Application with Hyvor Blogs

5
Comments
3 min read
Let's demystify swoole : hello world

Let's demystify swoole : hello world

7
Comments
1 min read
PHP8.2: the modern PHP

PHP8.2: the modern PHP

3
Comments
3 min read
How To Install PHP 8.2 on Ubuntu 22.04

How To Install PHP 8.2 on Ubuntu 22.04

14
Comments
3 min read
Stylify CSS: Code your Laravel website faster with CSS-like utilities

Stylify CSS: Code your Laravel website faster with CSS-like utilities

10
Comments
2 min read
Laravel vs. Symfony: Which Framework is right for your project?

Laravel vs. Symfony: Which Framework is right for your project?

26
Comments 18
6 min read
Simple Stock System In PHP With Source Code

Simple Stock System In PHP With Source Code

1
Comments 1
1 min read
Sleeping is not the best option

Sleeping is not the best option

7
Comments
8 min read
How to make your entity non-anemic, and keep the consistency of the model

How to make your entity non-anemic, and keep the consistency of the model

8
Comments 5
3 min read
How To Make Google Instantly Crawl Your Site and Increase its Visibility

How To Make Google Instantly Crawl Your Site and Increase its Visibility

6
Comments
4 min read
Error types and error reporting in PHP

Error types and error reporting in PHP

7
Comments
2 min read
VS Code Fix Cannot validate since no PHP executable is set

VS Code Fix Cannot validate since no PHP executable is set

6
Comments
1 min read
How to Install PHP and MariaDB on Amazon Linux 2

How to Install PHP and MariaDB on Amazon Linux 2

5
Comments 3
4 min read
5 Relationship Tips - Laravel

5 Relationship Tips - Laravel

3
Comments
1 min read
PHP 8.1: MySQLi: Bind in Execute

PHP 8.1: MySQLi: Bind in Execute

6
Comments
1 min read
Advent Of Code 2022 in PHP

Advent Of Code 2022 in PHP

5
Comments
1 min read
ORM Eloquent: Factory

ORM Eloquent: Factory

5
Comments
5 min read
Which PHP Framework Should You Use in 2023?

Which PHP Framework Should You Use in 2023?

12
Comments 12
10 min read
Online PHP & SQL sandbox with ChatGPT support

Online PHP & SQL sandbox with ChatGPT support

46
Comments 6
2 min read
Installing Xdebug 3 on MacOS and Debug in VS Code

Installing Xdebug 3 on MacOS and Debug in VS Code

12
Comments 1
3 min read
How to solve PHP parse/syntax errors

How to solve PHP parse/syntax errors

5
Comments
2 min read
Technology will be the star of the World Cup

Technology will be the star of the World Cup

4
Comments 1
2 min read
Managing database migrations safely in high replicated k8s deployment.

Managing database migrations safely in high replicated k8s deployment.

Comments
4 min read
Mass Assignment Vulnerabilities and Validation in Laravel

Mass Assignment Vulnerabilities and Validation in Laravel

8
Comments
8 min read
How to #1 : Creating Dummy API Response for Example Integration to App

How to #1 : Creating Dummy API Response for Example Integration to App

5
Comments
1 min read
Visualizing Mastodon Internals

Visualizing Mastodon Internals

20
Comments
6 min read
Code Smell 181 - Nested Classes

Code Smell 181 - Nested Classes

8
Comments
2 min read
Tutorial Pembuatan RESTful API - Mockup Coffee

Tutorial Pembuatan RESTful API - Mockup Coffee

2
Comments
7 min read
Hosting a Rails Server on google cloud

Hosting a Rails Server on google cloud

5
Comments
6 min read
Colocating Tests and Production Code in PHP(Unit)

Colocating Tests and Production Code in PHP(Unit)

6
Comments
4 min read
How to Use Boolean Value in Laravel 9

How to Use Boolean Value in Laravel 9

11
Comments
9 min read
Long Polling: A easily implemented concept

Long Polling: A easily implemented concept

6
Comments
3 min read
The PHPer's Guide to OAuth

The PHPer's Guide to OAuth

10
Comments
15 min read
loading...