Episode 3: Composing Software

by · October 24, 2017

0
 
Composing Software podcast header

In this episode, we dive into the October 2017 issue and how to use Composer to build a modern PHP application.

Managing Private Dependencies

by · October 16, 2017

0
 

Using Composer and a private package server is the most efficient way to manage private dependencies with PHP. I recommend using the software as a service, Private Packagist, or Satis, the open source, self-hosted package server. In this article, I’ll show you how to easily set this up for your own projects.

Composing Software – October 2017

by · October 2, 2017

0
 

Read the October 2017 issue. In this issue, we cover Composer, Private Packagist, Machine Learning, Doctrine, PHP 7.2, and more.

Community Corner: PHP TestFest Has Returned!

by · September 22, 2017

0
 

PHP TestFest is a global event organized by the PHP community at large, where an effort is made each time to increase the test coverage of the PHP engine itself. Learn how you and your user group can participate.

Episode 2: Embracing Change

by · September 19, 2017

0
 

Welcome Welcome to the second episode of the php https://s3.amazonaws.com/phpa_media/podcast/2017-09-Vol16-Issue9-final.mp3Podcast (episodes): Play in new window | Download | Subscribe. In this episode, we take a look at the September 2017 issue and the topic of managing changes both in your application and career. Topics Oscar Merida discusses version control and testing as tools to manage […]

Generating an Autoloader for a Legacy PHP Codebase

by · September 6, 2017

1
 

If you’ve inherited a legacy code base, you may find it does not use an autoloader and has an idiosyncratic directory and file hierarchy for its Classes, Interfaces or Traits. Worse yet, it might not use name spaces consistently or at all. So you can’t use a PSR-4—or even PSR-0—autoloader with your code. Well, why […]

Embracing Change – September 2017

by · September 5, 2017

0
 

Read the September 2017 issue. In this issue, we cover Git tips, Microservices, Machine Learning, job hunting, Doctrine ORM, security, and more.

Episode 1: Who Goes There

by · August 22, 2017

10
 

In this episode, we take a look at the August issue and the topic of authentication and authorization in web applications.

Single Sign On—You’re Probably Doing It Wrong

by · August 14, 2017

5
 

By Arne Blankerts This article was published in the August 2017 issue of php[architect] magazine. You can see how it looks as part of the magazine in the Free Article PDF. Check out our subscription options to become one today. We have digital and print options starting at $4.99 per month. Requiring users to log […]

Who Goes There – August 2017

by · August 3, 2017

0
 

Read the August 2017 issue of the magazine. Topics this month include Google Authenticator, Single Sign On, job hunting, Zend Framework 3, RBAC, testing Laravel forms, and more.

« Previous Page Next Page »