Overview for 'beberlei'
Written by Benjamin Eberlei
/ Original link
on May. 27, 2016
Composer Monorepo Plugin (previously called Fiddler) I have written about monorepos in this blog before, presented a talk about this topic and released a standalone tool called “Fiddler” that helps integrating Composer with a monolithic repository. At the beginning of the year, somebody in #compose…
Written by Benjamin Eberlei
/ Original link
on Feb. 20, 2016
How I use Wordpress with Git and Composer I maintain two Wordpress blogs for my wife and wanted to find a workflow to develop, update, version-contol and maintain them with Git and Composer, like I am used to with everything else that I am working on. The resulting process is a combination of sever…
Written by Benjamin Eberlei
/ Original link
on Feb. 20, 2016
How I use Wordpress with Git and Composer I maintain two Wordpress blogs for my wife and wanted to find a workflow to develop, update, version-contol and maintain them with Git and Composer, like I am used to with everything else that I am working on. The resulting process is a combination of sever…
Written by Benjamin Eberlei
/ Original link
on Aug. 7, 2015
Monolithic Repositories with Composer and Relative Autoloading Just was reminded on Twitter by Samuel that there is a way for monolithic PHP repositories with multiple components that I haven’t mentioned in my previous post. It relies on a new composer.json for each component and uses the autoloadi…
Written by Benjamin Eberlei
/ Original link
on Aug. 7, 2015
Monolithic Repositories with Composer and Relative Autoloading Just was reminded on Twitter by Samuel that there is a way for monolithic PHP repositories with multiple components that I haven’t mentioned in my previous post. It relies on a new composer.json for each component and uses the autoloadi…
Written by Benjamin Eberlei
/ Original link
on Jun. 11, 2015
The ContainerTest This is a short post before the weekend about testing in applications with dependency injection container (DIC). This solution helps me with a problem that I occasionally trip over in environments with large amounts of services connected through a DIC. The problem is forgetting to…