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.
Making your copyright evergreen.

Making your copyright evergreen.

2
Comments
1 min read
How to Hire PHP developers? (With interview Questions)

How to Hire PHP developers? (With interview Questions)

7
Comments
7 min read
Don’t give up! 🙌 A short history of raising errors

Don’t give up! 🙌 A short history of raising errors

2
Comments
4 min read
Publishing your first Composer package.

Publishing your first Composer package.

14
Comments
5 min read
Migrating from weak password hash into a stronger one

Migrating from weak password hash into a stronger one

3
Comments
1 min read
Top 10 PHP Development Tools Which Are Efficient For PHP Developers

Top 10 PHP Development Tools Which Are Efficient For PHP Developers

8
Comments 1
4 min read
Linkedin Oauth2 for Symfony 4 without Bundle

Linkedin Oauth2 for Symfony 4 without Bundle

11
Comments
3 min read
Compiling Symfony projects into PHAR

Compiling Symfony projects into PHAR

2
Comments
3 min read
Perception Hashing in PHP

Perception Hashing in PHP

12
Comments
2 min read
Is PHP worth learning in 2021

Is PHP worth learning in 2021

8
Comments 5
1 min read
Last few weeks I have faced hundred of wordpress problems

Last few weeks I have faced hundred of wordpress problems

3
Comments
1 min read
Don't repeat yourself principle ( DRY )

Don't repeat yourself principle ( DRY )

7
Comments 1
1 min read
Creating default user initial avatars in PHP 7 🤘😎

Creating default user initial avatars in PHP 7 🤘😎

30
Comments 1
5 min read
Test , test ,test it again

Test , test ,test it again

7
Comments
1 min read
Symfony Doctrine Migrations upgrade to version 3

Symfony Doctrine Migrations upgrade to version 3

12
Comments 3
3 min read
Can you simplify this code for the guy?

Can you simplify this code for the guy?

10
Comments 8
1 min read
TOP 10 PHP FRAMEWORKS FOR WEB DEVELOPMENT

TOP 10 PHP FRAMEWORKS FOR WEB DEVELOPMENT

3
Comments 2
5 min read
WYSIWYG rich text editor with ajax gallery

WYSIWYG rich text editor with ajax gallery

3
Comments
1 min read
🗜️ 3ObjectsStreamZip is a PHP library to stream objects from AWS S3 as a zip file.

🗜️ 3ObjectsStreamZip is a PHP library to stream objects from AWS S3 as a zip file.

3
Comments
1 min read
ReactJs - Health Monitoring System - Patient-Doctor Live Chat!

ReactJs - Health Monitoring System - Patient-Doctor Live Chat!

11
Comments 2
5 min read
Hacer deploy de un proyecto de Laravel en hosting compartido(con Softaculous)

Hacer deploy de un proyecto de Laravel en hosting compartido(con Softaculous)

7
Comments 1
1 min read
Adding an Existing Project to Laragon

Adding an Existing Project to Laragon

20
Comments 5
2 min read
Entenda como funciona o PHP! (Do código fonte até a renderização)

Entenda como funciona o PHP! (Do código fonte até a renderização)

7
Comments
7 min read
Dealing with failed queue jobs in Laravel

Dealing with failed queue jobs in Laravel

8
Comments
6 min read
One Trick to speed up your unit tests with Laravel

One Trick to speed up your unit tests with Laravel

5
Comments
2 min read
How to install amqp extension for PHP on Windows

How to install amqp extension for PHP on Windows

9
Comments 5
1 min read
4 cool new PHP 8 features

4 cool new PHP 8 features

8
Comments
3 min read
Top 5 Cloud Server Management Application

Top 5 Cloud Server Management Application

2
Comments
1 min read
The Easiest Way To Install PHP Composer On Apple Mac OSX

The Easiest Way To Install PHP Composer On Apple Mac OSX

6
Comments 3
2 min read
Turbocharged PHP Development with Xdebug, Docker & PHPStorm.

Turbocharged PHP Development with Xdebug, Docker & PHPStorm.

39
Comments 8
14 min read
recommendations about developers on twitter

recommendations about developers on twitter

3
Comments
1 min read
PHP Array Count

PHP Array Count

5
Comments
1 min read
Como se conectar ao banco de dados com PHP PDO

Como se conectar ao banco de dados com PHP PDO

4
Comments
4 min read
Few Tips for writing better commit messages

Few Tips for writing better commit messages

57
Comments 9
1 min read
Advice for those who learned PHP as First Server Side language

Advice for those who learned PHP as First Server Side language

7
Comments
2 min read
New PHP Router wich is up to 1500 times faster then Aura Router

New PHP Router wich is up to 1500 times faster then Aura Router

5
Comments 1
2 min read
How to setup Git commit hooks for PHP

How to setup Git commit hooks for PHP

37
Comments 5
2 min read
PHP Functions every beginner should know.

PHP Functions every beginner should know.

65
Comments 18
2 min read
How to parse and format JavaScript-based DataTime String for MySQL DateTime fields

How to parse and format JavaScript-based DataTime String for MySQL DateTime fields

7
Comments
1 min read
Asynchronous vs Synchronous Javascript

Asynchronous vs Synchronous Javascript

11
Comments
3 min read
How I created a mobile online game from a traditional card game

How I created a mobile online game from a traditional card game

2
Comments 1
3 min read
11 Mistakes Which Every PHP Developer Should Avoid While Programming

11 Mistakes Which Every PHP Developer Should Avoid While Programming

10
Comments 1
4 min read
Adianti Framework

Adianti Framework

2
Comments 2
2 min read
Strict Types in PHP

Strict Types in PHP

3
Comments
2 min read
Demystifying clone in PHP

Demystifying clone in PHP

9
Comments 1
3 min read
Configuring PHP_CodeSniffer in PhpStorm

Configuring PHP_CodeSniffer in PhpStorm

7
Comments
1 min read
PHP: Importando e assinando digitalmente arquivos PDF

PHP: Importando e assinando digitalmente arquivos PDF

12
Comments 14
2 min read
Array Destructuring In PHP

Array Destructuring In PHP

18
Comments
3 min read
Laravel 7 Class Based Components – Part I

Laravel 7 Class Based Components – Part I

5
Comments
2 min read
Useful Laravel Blade Directives

Useful Laravel Blade Directives

8
Comments 1
2 min read
Forget XAMPP! Create a dev environment | Part 1 | Install PHP

Forget XAMPP! Create a dev environment | Part 1 | Install PHP

6
Comments
2 min read
Convert accentuated character to their ASCII equivalent in PHP

Convert accentuated character to their ASCII equivalent in PHP

7
Comments 2
1 min read
❤️ Simple PHP Code Parser

❤️ Simple PHP Code Parser

8
Comments
1 min read
Learn to use laravel guard by creating an ads network

Learn to use laravel guard by creating an ads network

10
Comments
4 min read
Flatten Array using Arr::flatten() in Laravel

Flatten Array using Arr::flatten() in Laravel

10
Comments 1
2 min read
Reflection in PHP

Reflection in PHP

40
Comments 3
3 min read
PHP development environment for Docker

PHP development environment for Docker

13
Comments
2 min read
PHP and Composer lovers, this if for you

PHP and Composer lovers, this if for you

5
Comments
1 min read
How to locate all usages of a method in PHP code with Bash and Git

How to locate all usages of a method in PHP code with Bash and Git

3
Comments
1 min read
Building a Dynamic Website (using php as a case study)

Building a Dynamic Website (using php as a case study)

5
Comments
6 min read
loading...