Posts marked with “PHP 7”

Serverless, ReactPHP, and Expanding Frontiers

by · May 2, 2019

2
 

PHP is no longer limited to sitting behind a web server like Apache or NGINX waiting for requests to process. Serverless PHP with AWS’s lambda service is now possible. At the same time, you can also write event-driven, asynchronous servers with ReactPHP. In this issue, we take a look at these new ways to use PHP.

 

Episode 13 – PHP 7.3

by · October 4, 2018

0
 

Fresh off of hosting WavePHP in San Diego, Eric van Johnson and John Congdon put the finish touches on the latest episode.They talk about stickers, forthcoming PHP 7.3, finding a job, and more. Sammy Kaye Powers joins to discuss the challenges in upgrading legacy applications.

 

Episode 8 – Long Running PHP

by · March 27, 2018

0
 

Eric and John go over the March features about writing daemons with PHP, Linux containers beyond Docker, accessibility, code reviews, and interview Chris Pitt, about the community in South Africa and his article on Evolving PHP. Oscar shares his experience recently upgrading an application to PHP 7.

 

Second Edition! Functional Programming in PHP

by · October 26, 2016

0
 

This second edition will show you how to leverage recently added language features by understanding functional programming principles. With over twice as much content as its predecessor, this second edition expands upon its predecessor with updated code examples and coverage of advances in PHP 7 and Hack.

 

August 2016 – Unleashing Automation

by · August 1, 2016

0
 

The August 2016 issue of php[architect] magazine is now available! See how automation helps free up your time and reduce errors. In this issue, we have articles on deploying application updates with Ansible, using static analysis to check for PHP 7 readiness, and automating frequent tasks with Slack. Also in this issue, you’ll find articles […]

 

October 2015 Issue: Integrating Extensions

by · October 1, 2015

0
 

The October 2015 issue of php[architect] magazine is now available. This month we look at useful PHP extensions. This issue shows you how to use Solr search directly from PHP and put it to good use, explains how PHAR files work to bundle PHP applications in a single file, and provides a case study in […]