The site for PHP professionals
263 followers 0 articles/week
Getting Out of PHP Dependency Hell With Composer

In the darker days of web application development, we essentially had two options for working with dependencies. The first is that we could put all the dependencies in a directory of our application and use them from there. This worked but could cause our application to balloon in size. The other option was to rely on shared dependencies installed on...

Wed Jan 25, 2023 01:25
php[podcast] Episode 23.1.1

Subscribe to the Magazine Today https://phpa.me/signup Join us at php[tek] 2023 php[tek] 2023 Twitter @phparch @phptek @johncongdon @shocm Mastodon phparch.social@editor phparch.social@tek phparch.social@john phparch.social@eric The post php[podcast] Episode 23.1.1 appeared first on php[architect].

Wed Jan 18, 2023 22:58
PHP is Standing Tall

Happy New Year from everyone here at PHP Architect. We hope that you are ready to make 2023 your best year yet, and we want to be a HUGE part of your journey. The post PHP is Standing Tall appeared first on php[architect].

Tue Jan 17, 2023 02:00
Queues With PHPs SplQueue

As developers, we have times when we get to process a lot of data. Sometimes it’s a few kilobytes of data and we don’t need to worry about the performance because computers are so fast. When we’re looking at gigabytes or more of data then we need to be aware of the performance of our algorithms or we might not even be able to complete the process in...

Thu Dec 22, 2022 05:58
Owning The Web

The post Owning The Web appeared first on php[architect].

Fri Dec 16, 2022 04:42
Semantic Versioning

When new software comes out it has a version number like 8.2.0. If you’re confused about what that means you’re not alone. The software industry needed a standard way to describe software releases so we as consumers of the software could determine how big of a change it was and determine if we should upgrade. Semantic Versioning, or SemVer for short,...

Wed Nov 30, 2022 00:33

Build your own newsfeed

Ready to give it a go?
Start a 14-day trial, no credit card required.

Create account