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.
An introduction to Symfony | The foundation of modern PHP applications

An introduction to Symfony | The foundation of modern PHP applications

176
Comments 11
13 min read
When PHP Framework Sucks Series: How not to shape your app in the shape of the framework

When PHP Framework Sucks Series: How not to shape your app in the shape of the framework

64
Comments 18
3 min read
How to deprecate a type in php

How to deprecate a type in php

23
Comments 14
3 min read
Cloudy Upload - Upload and fetch images and videos from the cloudinary platform

Cloudy Upload - Upload and fetch images and videos from the cloudinary platform

12
Comments
5 min read
Should have knowledge of php beside node.js?

Should have knowledge of php beside node.js?

5
Comments 2
1 min read
Build Simple Login in PHP

Build Simple Login in PHP

8
Comments 2
13 min read
When PHP Framework Sucks Series: Framework topic on a job interview

When PHP Framework Sucks Series: Framework topic on a job interview

59
Comments 30
3 min read
Object Oriented Programming

Object Oriented Programming

252
Comments 9
16 min read
When PHP Framework Sucks Series: Magic inside frameworks

When PHP Framework Sucks Series: Magic inside frameworks

31
Comments 7
3 min read
php , node.js or Django?

php , node.js or Django?

7
Comments 3
1 min read
Easily Upgrade to PHP 7.3

Easily Upgrade to PHP 7.3

9
Comments 7
2 min read
Need help/tips on hosting a codeigniter application on google cloud platform

Need help/tips on hosting a codeigniter application on google cloud platform

8
Comments 5
1 min read
Awesome PHP Security 🕶🐘🔐

Awesome PHP Security 🕶🐘🔐

45
Comments 2
1 min read
When PHP Framework Sucks Series: Business logic free Controllers

When PHP Framework Sucks Series: Business logic free Controllers

24
Comments 8
2 min read
When PHP Framework Sucks Series: PHP Frameworks overview

When PHP Framework Sucks Series: PHP Frameworks overview

25
Comments 5
2 min read
Developing Modern Apps with Symfony and React

Developing Modern Apps with Symfony and React

11
Comments
1 min read
Simplifying WordPress's functions.php with OOP

Simplifying WordPress's functions.php with OOP

210
Comments 26
6 min read
PHP-FPM 7.2 on OpenBSD 6.4

PHP-FPM 7.2 on OpenBSD 6.4

16
Comments 9
2 min read
How to Integrate Paystack payment system

How to Integrate Paystack payment system

90
Comments 88
6 min read
I am bored programming standard Frontend-Backend web software

I am bored programming standard Frontend-Backend web software

11
Comments 4
1 min read
Decorating service classes

Decorating service classes

10
Comments 1
4 min read
Sharing my bookmark

Sharing my bookmark

59
Comments 2
5 min read
Build a Basic CRUD App with Laravel and React

Build a Basic CRUD App with Laravel and React

20
Comments
16 min read
Iterator in PHP (A practical guide)

Iterator in PHP (A practical guide)

57
Comments 4
4 min read
★ Introducing laravel-websockets, an easy to use WebSocket server implemented in PHP

★ Introducing laravel-websockets, an easy to use WebSocket server implemented in PHP

55
Comments
22 min read
Answer to the Iterator question

Answer to the Iterator question

13
Comments 3
4 min read
Resumable file upload in PHP: Handle large file uploads in an elegant way

Resumable file upload in PHP: Handle large file uploads in an elegant way

28
Comments 3
5 min read
Dockerized PHP application with SSL

Dockerized PHP application with SSL

2
Comments 1
1 min read
Get Solutions To Laravel Errors Right In The Stack Traces.

Get Solutions To Laravel Errors Right In The Stack Traces.

7
Comments
1 min read
QuickAuthPHP – One script for web authentication. Multi-user. No database required.

QuickAuthPHP – One script for web authentication. Multi-user. No database required.

13
Comments 7
1 min read
Simple Laravel Setup for Windows

Simple Laravel Setup for Windows

9
Comments 4
4 min read
Awesome PHP Resources on DEV 🚀 🎉 🎢

Awesome PHP Resources on DEV 🚀 🎉 🎢

884
Comments 26
3 min read
CakePHP4が出るらしいので各バージョンの歴史を振り返る

CakePHP4が出るらしいので各バージョンの歴史を振り返る

4
Comments
1 min read
php72_fpm on OpenBSD 6.4 doesn't work by default: How to fix

php72_fpm on OpenBSD 6.4 doesn't work by default: How to fix

7
Comments 2
3 min read
The Optimal Number of Steps for the E-commerce Checkout Process

The Optimal Number of Steps for the E-commerce Checkout Process

6
Comments 1
6 min read
WordPress penetration testing

WordPress penetration testing

12
Comments 1
1 min read
the time I had to bodge

the time I had to bodge

5
Comments 1
2 min read
Framework Impressions: A Brief Look Into Symfony 4

Framework Impressions: A Brief Look Into Symfony 4

9
Comments 2
6 min read
★ Building a realtime dashboard powered by Laravel, Vue, Pusher and Tailwind (2018 edition)

★ Building a realtime dashboard powered by Laravel, Vue, Pusher and Tailwind (2018 edition)

14
Comments
19 min read
Snacks@console Intuitive browser-based SQL Console

Snacks@console Intuitive browser-based SQL Console

9
Comments 1
2 min read
API Specifications and Laravel

API Specifications and Laravel

8
Comments
12 min read
LaravelのHTTPテストでoutput buffersが閉じられていないエラー

LaravelのHTTPテストでoutput buffersが閉じられていないエラー

6
Comments
1 min read
PHP Simple two way config package, and a backstory

PHP Simple two way config package, and a backstory

11
Comments 1
3 min read
How to change tables structures with migration without losing your data in Laravel

How to change tables structures with migration without losing your data in Laravel

29
Comments 6
1 min read
Scaling Laravel Architecture

Scaling Laravel Architecture

32
Comments
7 min read
Set up a Yii 2.0 Application in Windows

Set up a Yii 2.0 Application in Windows

10
Comments
1 min read
🚂

🚂

7
Comments 3
1 min read
Isolating PHP with Docker Containers

Isolating PHP with Docker Containers

120
Comments 7
4 min read
Drupal is a pretty big deal 🎙

Drupal is a pretty big deal 🎙

33
Comments 12
1 min read
Easily use UUIDs in Laravel

Easily use UUIDs in Laravel

153
Comments 23
3 min read
Rounding Numbers in PHP with round()

Rounding Numbers in PHP with round()

15
Comments 4
2 min read
The round function and the 'negative zero.'

The round function and the 'negative zero.'

8
Comments 1
2 min read
Double Quotes vs Single Quotes in PHP

Double Quotes vs Single Quotes in PHP

46
Comments
4 min read
How to show var_dumps in phpunit or codeception

How to show var_dumps in phpunit or codeception

12
Comments 1
1 min read
Basic Text Formatting in PHP using printf() with decimals, prices, strings, and dates

Basic Text Formatting in PHP using printf() with decimals, prices, strings, and dates

14
Comments 2
3 min read
What tools do you use for server side PDF generation?

What tools do you use for server side PDF generation?

14
Comments 17
1 min read
for Loops in PHP: Converting Oven Temperatures

for Loops in PHP: Converting Oven Temperatures

9
Comments
4 min read
Laravel: Approve New Registered Users from Administrator

Laravel: Approve New Registered Users from Administrator

78
Comments 11
6 min read
Tutorial: Build a Basic CRUD App with Laravel and Angular

Tutorial: Build a Basic CRUD App with Laravel and Angular

15
Comments
15 min read
Notes on my first PHP job

Notes on my first PHP job

34
Comments 6
1 min read
loading...