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.
How to start contributing in open source project

How to start contributing in open source project

6
Comments
2 min read
Almost PHP 7.2 Composer With OpenBSD 6.4

Almost PHP 7.2 Composer With OpenBSD 6.4

8
Comments
2 min read
Serializer Component with Symfony

Serializer Component with Symfony

29
Comments 9
4 min read
Getting the most out of server side caching

Getting the most out of server side caching

34
Comments 1
4 min read
A year conducting case study reviews. Facts and some tips.

A year conducting case study reviews. Facts and some tips.

6
Comments
3 min read
The Frustrations of TDD, Composer, Laravel, and Package Development

The Frustrations of TDD, Composer, Laravel, and Package Development

8
Comments 3
4 min read
Mothballing a mudball (or, how I moved from custom software to Jekyll)

Mothballing a mudball (or, how I moved from custom software to Jekyll)

8
Comments 3
5 min read
Laravue - a beautiful dashboard for Laravel

Laravue - a beautiful dashboard for Laravel

203
Comments 65
2 min read
First Heroku App: Small API in PHP to Talk to .Net Core

First Heroku App: Small API in PHP to Talk to .Net Core

6
Comments
4 min read
Handing file uploads via commands

Handing file uploads via commands

9
Comments
4 min read
Domain-Driven Design - The Factory in PHP

Domain-Driven Design - The Factory in PHP

27
Comments 7
4 min read
Keeping (large) data providers organized in PHPUnit

Keeping (large) data providers organized in PHPUnit

15
Comments 4
5 min read
Any WHMCS Developers out there ?

Any WHMCS Developers out there ?

3
Comments 3
1 min read
PHP needs its own ES6

PHP needs its own ES6

90
Comments 57
5 min read
Dynamic Config Values for Each PHPUnit Test Case in Laravel

Dynamic Config Values for Each PHPUnit Test Case in Laravel

11
Comments 9
1 min read
Dev To WordPress - A wordpress plugin to show your DEV posts

Dev To WordPress - A wordpress plugin to show your DEV posts

18
Comments 4
1 min read
Packages to make your Laravel development experience awesome.

Packages to make your Laravel development experience awesome.

22
Comments
4 min read
How can authenticated XSS occur?

How can authenticated XSS occur?

7
Comments 1
1 min read
Setting up a 'Recent Posts' section using Twig

Setting up a 'Recent Posts' section using Twig

5
Comments
1 min read
Resolutions to setup issues with Craft on AMPPS

Resolutions to setup issues with Craft on AMPPS

6
Comments
2 min read
Greenfield Wordpress Plugin Development in 2019

Greenfield Wordpress Plugin Development in 2019

12
Comments 3
1 min read
🍗Show Dev: json-schema-mapper - JSON Schema convert to jsonSerializable PHP classes

🍗Show Dev: json-schema-mapper - JSON Schema convert to jsonSerializable PHP classes

7
Comments
2 min read
Protect your system from changes in 3rd party dependencies

Protect your system from changes in 3rd party dependencies

23
Comments
3 min read
Working faster with tests

Working faster with tests

10
Comments 2
5 min read
Create and Verify JWTs in PHP with OAuth 2.0

Create and Verify JWTs in PHP with OAuth 2.0

8
Comments
10 min read
More articles about PHP (Laravel)

More articles about PHP (Laravel)

6
Comments 4
1 min read
Why Warren Buffett would invest in PHP (and you should too)

Why Warren Buffett would invest in PHP (and you should too)

90
Comments 34
14 min read
Creating your own dependency injection container in PHP

Creating your own dependency injection container in PHP

7
Comments
13 min read
Getting Homestead to play nice with Hyper-V

Getting Homestead to play nice with Hyper-V

9
Comments 4
4 min read
Build your First Laravel Helpers

Build your First Laravel Helpers

9
Comments 6
3 min read
10 Underused Laravel Blade Directives

10 Underused Laravel Blade Directives

19
Comments
2 min read
High-performance Fibonacci numbers generator in PHP

High-performance Fibonacci numbers generator in PHP

4
Comments
2 min read
Managing WordPress from your terminal

Managing WordPress from your terminal

22
Comments 1
4 min read
What do you think about the future of PHP in general?

What do you think about the future of PHP in general?

8
Comments 10
1 min read
Understanding query objects

Understanding query objects

6
Comments
5 min read
Simplifying WordPress's functions.php with OOP: Part 2

Simplifying WordPress's functions.php with OOP: Part 2

31
Comments 3
6 min read
Top 3 Best Laravel eCommerce Packages

Top 3 Best Laravel eCommerce Packages

62
Comments 34
3 min read
My PHP Toolkit to Build a (quite) Frameworkless App

My PHP Toolkit to Build a (quite) Frameworkless App

121
Comments 10
4 min read
Building Components in the Beautiful Laravel

Building Components in the Beautiful Laravel

42
Comments 5
4 min read
Top 3 Projects Using Symfony Components

Top 3 Projects Using Symfony Components

12
Comments
2 min read
Configure a local Magento 2 multi-store

Configure a local Magento 2 multi-store

6
Comments
1 min read
How to use $.ajax()

How to use $.ajax()

69
Comments 13
9 min read
Speed up your Vanilla PHP coding test

Speed up your Vanilla PHP coding test

4
Comments
2 min read
🐘 Unit Tests in PHP

🐘 Unit Tests in PHP

123
Comments 12
4 min read
why do I still use cakephp

why do I still use cakephp

8
Comments 2
1 min read
Announcing TwitterOAuth 1.0

Announcing TwitterOAuth 1.0

12
Comments 4
1 min read
Announcing PHP Apprentice!

Announcing PHP Apprentice!

176
Comments 19
2 min read
Introduction to Craft

Introduction to Craft

8
Comments 3
4 min read
php cron manager for managing linux's cronjob

php cron manager for managing linux's cronjob

11
Comments
1 min read
PHP Typed Properties: Think Twice.

PHP Typed Properties: Think Twice.

54
Comments 18
4 min read
Breaking the rules to keep programming fun and experimental

Breaking the rules to keep programming fun and experimental

13
Comments 1
3 min read
Writing a Regular Expression to Target Images Without a Class

Writing a Regular Expression to Target Images Without a Class

8
Comments
5 min read
Laravel Websockets on Forge

Laravel Websockets on Forge

6
Comments
11 min read
Build a Basic CRUD App with Laravel and Vue

Build a Basic CRUD App with Laravel and Vue

18
Comments
14 min read
Resurrecting a PHP app after 8+ years

Resurrecting a PHP app after 8+ years

5
Comments
4 min read
Writing a custom sniff for PHP CodeSniffer

Writing a custom sniff for PHP CodeSniffer

5
Comments
4 min read
How to create a RESTful API with PHP and the Elementary Framework

How to create a RESTful API with PHP and the Elementary Framework

24
Comments 6
18 min read
The Facepalming Dev 🤦‍♂️ #2

The Facepalming Dev 🤦‍♂️ #2

5
Comments
4 min read
A complete "Live Reload" feature for PHP projects in a single class

A complete "Live Reload" feature for PHP projects in a single class

29
Comments 11
2 min read
Testing integrations between third-party webhook and local applications using Ngrok

Testing integrations between third-party webhook and local applications using Ngrok

9
Comments 3
3 min read
loading...