PHP Digest's Avatar

PHP Digest

@phpdigest

Everything PHP related.

34
Followers
159
Following
3
Posts
10.12.2025
Joined
Posts Following

Latest posts by PHP Digest @phpdigest

Code snippet: Pagination Configuration

Code snippet: Pagination Configuration

Pagination Configuration



#PHP #api

31.12.2025 11:02 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Array Spread Operator

Merge arrays cleanly: Works with string keys since PHP 8.1.

```
$defaults = ['debug' => false, 'cache' => true];
$custom = ['debug' => true];

$config = [...$defaults, ...$custom];
// ['debug' => true, 'cache' => true]
```

#PHP #php

31.12.2025 10:58 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
The best website to become a PostgreSQL expert
The best website to become a PostgreSQL expert YouTube video by Alexis Bouchez

youtu.be/63PnJkdxCLg

13.12.2025 16:32 ๐Ÿ‘ 9 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image

compiled php to wasm, because why not?

12.12.2025 23:42 ๐Ÿ‘ 10 ๐Ÿ” 1 ๐Ÿ’ฌ 2 ๐Ÿ“Œ 0
Random card driver: "How are you not DEAD"

PHP styled as Sonic: "I have no idea!"

Random card driver: "How are you not DEAD" PHP styled as Sonic: "I have no idea!"

php is still really alive!

10.12.2025 11:21 ๐Ÿ‘ 8 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0