Posts marked with “composer”

Setting Up to Succeed – January 2018 issue

by · January 4, 2018

0
 

Worker Queues, Async with Generators, and PHP Sessions in Depth, Hiring PHP Devs, Laravel Collections, Security & Logging, and more.

 

Talking Code – December 2017

by · December 4, 2017

0
 

December 2017: Alexa skills, Chat bots, Machine Learning, Event Sourcing changes, PHP_CodeSniffer, PHP 7.2 w/libsodium and more.

 

Modern Magento – November 2017

by · November 6, 2017

1
 

FREE issue! November 2017: Magento, Laravel Queues, Payment Gateways, PCI-DSS Compliance, PHP Frameworks and more.

 

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.

 

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 […]

 

Artisanal: Project Creation

by · May 17, 2017

1
 

Every developer has a set way of starting a new project. Most frameworks have a linear path to getting started, and Laravel is no exception. With a few commands, you can quickly get started configuring routes, writing controllers, and saving data in a database.

 

April 2016 – Off the Island: Drupal

by · April 1, 2016

0
 

The April 2016 issue of php[architect] magazine is out! This issue we take a look at how Drupal is using tools and techniques from the PHP community. This issue also includes articles on how to easily generate documentation, advice on learning new frameworks, what it means to be a leader in the PHP community, and […]