php[podcast] Episode 23.2.1

Join the Discord at https://phpa.me/discord Get your early bird php[tek] tickets before the price goes up at https://tek.phparch.com   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.2.1

Creating a PHP Library With Packagist

One of the most powerful parts of writing web applications in the modern era is how we can quickly create an application that does a lot with just a little bit of our code by using open-source packages. Have you ever wanted to contribute a package to the community for others to use? Maybe you […]

The post Creating a PHP Library With Packagist appeared first on

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

The post Getting Out of PHP Dependency Hell With Composer appeared first

php[podcast] Episode 2023.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 2023.1.1 appeared first on php[architect].

https://www.phparch.com/podcast/phppodca

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].

https://www.phparch.com/magazine/2023/01/php-is-standing-tall/

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

The post Queues With PHPs SplQueue appeared first on php[arch

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

The post Semantic Versioning appeared first on

Linked Lists With SplDoublyLinkedList

    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 of our algorithms because computers are so fast. When we’re looking at gigabytes or more of data we need to be aware […]

The post Linked Lists With SplDoublyLinkedList appeared first on


Search