hero image

Our thoughts, perspectives, and musings on laravel


We share knowledge, ideas and ambitions openly, constantly improving and crtiquing our ideas in the larger community.

Posts tagged with laravel

cover image
Blog - development

Asynchronous PHP with message queues

PHP is without a doubt the most popular language used for programming server-side applications for the Web. However, despite its popularity, it is not the best-optimized of them all. In order to satisfy more modern requirements for web applications, we need to turn to other technologies to patch up some of PHP inadequacies. An example of such techologies are message queues. This blog post will give you an overview of what message queues are about, its capabilities and what type of problems they address, and how you can use them in PHP.

PHP is without a doubt the most popular language used for programming server-side applications for the Web. However, despite its popularity, it is not...

Comments