The PHP podcast where everyone has a seat.
Unlock the power of command-line interfaces and text-based user interfaces with PHP in our latest PHPRoundtable episode: ‘CLIs and TUIs with PHP for Fun and Profit’. Join us as we dive deep into how developers are leveraging PHP to create robust and interactive CLI and TUI applications that drive productivity and innovation. Whether you’re looking to streamline your workflows and automation or just develop tools that will help you be more profitable, this discussion will provide you with insi... (Full Show Notes)
There have been lots of big changes happening with the PHP-FIG. Today we chat with a number of figgies to get the inside scoop on what has changed and also get a glimpse inside of the latest accepted standard, [PSR-18: HTTP Clie
We'll be deep-diving into some PHP internals goodness that you won't want to miss. We'll go behind the scenes of preloading, a possible [foreign function interface](https://en.wikipedia.org/wiki/Foreign_function_interfa
The first major piece of legislation that we've seen attempt to regulate how our personal information is handled on the web is the General Data Protection Regulation (GDPR). Today we c
We discuss DocBlocks, PSR-5, Annotations, [reflection](http://php.net/reflectio
Self-taught PHP programmers, even those of us with decades of experience, would likely fail a tech interview in an epic way. If you've ever wanted to work for a big tech company like Google, Amazon or Facebook but have always been too nervous about the te
PHP has had support for coroutines since PHP 5.5 and it allows you to do some really cool non-blocking stuff. We chat about concurrency in PHP and how we might be
New accessibility guidelines are coming down the pipe that will impact our apps with the new WCAG 2.1. We chat about what the guidelines are and how we can start preparing our apps for them.
Secrets, secrets, are no fun, all they do is cause pain when trying to deploy to production. By secrets, we're talking about database passwords, API keys, and other credentials that we want to keep from prying eyes. There are a number of solutions out
Static analysis is a fancy word to describe a tool that looks at our code and gives us helpful hints on how to improve it. We'll be discussing what static analyzers do, which tools the PHP community has access to, and how we can incorporate the tools into
We finally unveil the super-secret project to the world! Listen in to find out what it is and how you can get your hands on one.
The next major version of PHP is here! PHP 7.2 comes with a nice set of upgrades, performance enhancements, and a brand new crypto library right out of the box. We discuss some of the features and breaking changes that we should b
We chat about backwards compatibility, Gutenberg, and the WordPress ecosystem.