Insights

Blog

Ideas, guides, and stories on AI, technology, and building for the future.

Category: PHP Clear ×
PHP

AEGIS Encryption with PHP Sodium Extension

AEGIS is an AES-based family of authenticated encryption algorithms that are significantly faster than ubiquitous algorithms such as AES-GCM and CHACHA20-POLY1305. The Sodium extension in PHP 8.4 supports…

Read article
PHP

How to Install/Upgrade PHP 8.3 on MacOS with Homebrew

With a handful of new features such as typed class constants, granular Exceptions in the DateTime extension, the new json_validate function, functionality changes and improvements, and deprecations, PHP…

Read article
PHP

How to use Caddy Server with PHP

Caddy Server is a modular and modern web server platform that supports automatic HTTPS certificates, QUIC and HTTP/2, Zstd and Brotli compression, and various modern features as well…

Read article
PHP

Why You Should Update PHP in WordPress

WordPress and many WordPress hosts make updates easy with automation. Still, manual updates can be a hassle. Is upgrading PHP worth your time? Absolutely. The benefits of the…

Read article