<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>MergePHP RSS Feed</title><link href="https://www.mergephp.com/atom.xml" rel="self"/><link href="https://www.mergephp.com/"/><updated>2026-04-13T19:07:47+00:00</updated><id>https://www.mergephp.com/</id><icon>https://www.mergephp.com/icons/android-chrome-512x512.png</icon><logo>https://www.mergephp.com/icons/android-chrome-512x512.png</logo><subtitle>MergePHP slogan goes here</subtitle><entry><title>Building lightning fast search with Meilisearch</title><link href="https://www.mergephp.com/meetups/2020/06/11/building-lightning-fast-search-with-meilisearch.html"/><author><name>Josh Butts</name></author><published>2020-06-11T19:00:00-04:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2020/06/11/building-lightning-fast-search-with-meilisearch.html</id><content type="html">&lt;p&gt;MeiliSearch is a powerful, fast, open-source, easy to use and deploy search engine. Both searching and indexing are highly customizable. Features such as typo-tolerance, filters, and synonyms are provided out-of-the-box.&lt;/p&gt;</content></entry><entry><title>Open Sourcing Mental Illness</title><link href="https://www.mergephp.com/meetups/2020/07/09/open-sourcing-mental-illness.html"/><author><name>Matt Trask</name></author><published>2020-07-09T19:00:00-04:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2020/07/09/open-sourcing-mental-illness.html</id><content type="html">&lt;p&gt;Years ago, Ed Finkler opened up and told the community about his struggles with depression and anxiety. Fast forward today, and he has successful led a group of passionate people in an organization called Open Sourcing Mental Illness.\n\nThis talk will focus on our efforts as an organization, where we have been, where we are going and also dive into some numbers and stories along the way. While this is a heavier talk, I tend to inject humor where I can to keep it light while still delivering an impactful message.&lt;/p&gt;</content></entry><entry><title>New MySQL Features That You May Have Missed</title><link href="https://www.mergephp.com/meetups/2020/08/13/new-mysql-features-that-you-may-have-missed.html"/><author><name>Dave Stokes</name></author><published>2020-08-13T19:00:00-04:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2020/08/13/new-mysql-features-that-you-may-have-missed.html</id><content type="html">&lt;p&gt;MySQL has gone to a continuous release cycle so that new features are added several times a year. This quickly provides a better product to customers. The news about these new facets may have escaped your notice if you were not paying attention. So you may have missed the addition of hash joins, multi-valued indexes, the ability to validate JSON documents before the are stored, dual passwords, the clone replication tool, and other improvements. This session will cover not only what is new, but how to use those new goodies.&lt;/p&gt;</content></entry><entry><title>Anti-Patterns in PHP</title><link href="https://www.mergephp.com/meetups/2020/09/10/anti-patterns-in-php.html"/><author><name>Ahmed Abdou</name></author><published>2020-09-10T19:00:00-04:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2020/09/10/anti-patterns-in-php.html</id><content type="html">&lt;p&gt;PHP is one of the easiest programming languages to use ever and powers more than half of the internet.&lt;/p&gt; &lt;p&gt;With this ease of use, certain common patterns emerge that become harmful. This is especially true when your product or service is not expected to die soon. Some anti-patterns are coding, others are related to operating your service, especially with new docker stacks. We will go over some of the most common pitfalls with a focus on enterprise development.&lt;/p&gt;</content></entry><entry><title>Deployments and CodeScanning with Github</title><link href="https://www.mergephp.com/meetups/2020/10/08/deployments-and-codescanning-with-github.html"/><author><name>Logan Lindquist</name></author><published>2020-10-08T19:00:00-04:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2020/10/08/deployments-and-codescanning-with-github.html</id><content type="html">&lt;p&gt;Github Actions have been in general release for almost a year now. How far have we come in that time and what is left to do? Let's take a deep dive into several new features to have recently come out of Github. Last time we covered some other deployment options, but how does it compare? Come join the discussion this month with your friendly local user group. Live chat on YouTube or watch Zoom.&lt;/p&gt;</content></entry><entry><title>What's new in PHP 8.0</title><link href="https://www.mergephp.com/meetups/2020/11/12/what-s-new-in-php-8-0.html"/><author><name>Ian Littman</name></author><published>2020-11-12T19:00:00-05:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2020/11/12/what-s-new-in-php-8-0.html</id><content type="html">&lt;p&gt;From attributes and named arguments to union types and a JIT, there's a lot of new functionality large and small landing in PHP 8, due out around Thanksgiving. We'll take a look at the highlights, as well as backward compatibility breaks to be aware of prior to upgrading.&lt;/p&gt;</content></entry><entry><title>Turbocharged Development with Docker, PHPStorm, and Xdebug</title><link href="https://www.mergephp.com/meetups/2020/12/10/turbocharged-development-with-docker-phpstorm-and-xdebug.html"/><author><name>James Seconde</name></author><published>2020-12-10T19:00:00-05:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2020/12/10/turbocharged-development-with-docker-phpstorm-and-xdebug.html</id><content type="html">&lt;p&gt;My name is James, and I have a confession to make: I've been a var_dump()er my whole life. I tried Xdebug once years back, but a chance brush with social media from its author prompted the question: is Xdebug still relevant? Is it hard to set up?&lt;/p&gt; &lt;p&gt;In a modern developer world of Docker containers and advanced IDEs, it was time to revisit how we go about writing software at Jump24 - in this talk, I'll set up Xdebug on a test project and show you how you can turbocharge your development like we did.&lt;/p&gt;</content></entry><entry><title>JWTs What PHP Devs Need To Know</title><link href="https://www.mergephp.com/meetups/2021/01/14/jwts-what-php-devs-need-to-know.html"/><author><name>Dan Moore</name></author><published>2021-01-14T19:00:00-05:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2021/01/14/jwts-what-php-devs-need-to-know.html</id><content type="html">&lt;p&gt;What is a JSON Web Token (JWT) and why do you care? JWTs are a stateless, standardized way to represent user data. This talk will discuss why JWTs matter and the nuts and bolts of JWTs. We'll also discuss how you might use a JWT in your web application and how to avoid certain common mistakes.&lt;/p&gt;</content></entry><entry><title>Never* Use Arrays</title><link href="https://www.mergephp.com/meetups/2021/02/11/never-use-arrays.html"/><author><name>Larry Garfield</name></author><published>2021-02-11T19:00:00-05:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2021/02/11/never-use-arrays.html</id><content type="html">&lt;p&gt;PHP loves its arrays. Arrays are the uber-data structure. They&#x2019;re a list, a map, a stack, a queue, everything in one! Which is the problem.&lt;/p&gt; &lt;p&gt;Modern PHP grossly over-uses arrays. In most cases there are better options today, and when you find yourself reaching for &#x201C;oh I&#x2019;ll just make this an associative array&#x201D;, stop. An extra 60 seconds of thought and code will often give you a more readable, faster, more memory-efficient, more flexible alternative. Classes, iterables, and collections can and should replace arrays in most of your day to day coding.&lt;/p&gt; &lt;p&gt;This talk will go through what PHP arrays actually are (hint: they are not, in fact, arrays at all), why they&#x2019;re so problematic, and what to do instead. By the end, you should find yourself (almost) never reaching for arrays to solve a problem.&lt;/p&gt;</content></entry><entry><title>Unicode and how to avoid trouble</title><link href="https://www.mergephp.com/meetups/2021/03/11/unicode-and-how-to-avoid-trouble.html"/><author><name>Pawel Luczkiewicz</name></author><published>2021-03-11T19:00:00-05:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2021/03/11/unicode-and-how-to-avoid-trouble.html</id><content type="html">&lt;p&gt;In this talk, I'll be documenting the trials and tribulations I've experienced when working with Unicode; from encoding, to normalization, and the not-so-obvious differences between alphabets. I'll take you on the usual Product/Engineering journey where requirements can change, bugs are discovered where you least expect them, and your knowledge of Unicode needs to be as flexible as your Product Manager's priorities. You think 'Gem&#xFC;se' === 'Gem&#xFC;se'? You might be wrong!&lt;/p&gt; &lt;p&gt;Attendees will walk away wielding newfound Unicode knowledge like a mighty sword, ready to slay an array of production issues related to characters and bytes. You'll get the most out of this session if you're required to show or produce text to users, but don't quite understand the barriers that exist. I've befriended the Unicode monster, and you can, too!&lt;/p&gt;</content></entry><entry><title>Bye Bye FPM &#x1F613; Hello Unit!</title><link href="https://www.mergephp.com/meetups/2021/04/08/bye-bye-fpm-hello-unit.html"/><author><name>Timo Stark</name></author><published>2021-04-08T19:00:00-04:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2021/04/08/bye-bye-fpm-hello-unit.html</id><content type="html">&lt;p&gt;NGINX Unit replaced PHP-FPM! Nginx Unit replaced the php fpm and brings an dynamically restful configurable implementation of an process manager for the PHP SAPI. With NGINX Unit we will have Full control over the Network as well as the Application Stack. Join us to learn more about how I moved my workload to NGINX Unit and why I would do it anytime again!&lt;/p&gt;</content></entry><entry><title>Static Analysis with PHPStan</title><link href="https://www.mergephp.com/meetups/2021/05/13/static-analysis-with-phpstan.html"/><author><name>Brian Morto</name></author><published>2021-05-13T19:00:00-04:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2021/05/13/static-analysis-with-phpstan.html</id><content type="html">&lt;p&gt;PHPStan is an excellent open-source static analysis tool. It's easy to add to your build and catches lots of bugs without writing a line of test code. This makes it especially useful for  maintaining stability in older codebases which don't always have extensive test suites. I'll show  you how to configure and run it, as well as some examples of subtle mistakes it will catch.&lt;/p&gt;</content></entry><entry><title>Using the Agile Methodology to Run My Life</title><link href="https://www.mergephp.com/meetups/2021/06/10/using-the-agile-methodology-to-run-my-life.html"/><author><name>Irene Mangem</name></author><published>2021-06-10T19:00:00-04:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2021/06/10/using-the-agile-methodology-to-run-my-life.html</id><content type="html">&lt;p&gt;Interested in learning more about Agile? Me too! I am here to tell you that Agile can be applied to your life outside of software. Don't worry, there is a method to these processes or routines we are doing on a regular basis. Let's learn about how we can get better at these systems and turn them into more productive practices. Irene is here to teach you all things Agile.&lt;/p&gt;</content></entry><entry><title>Code Interfaces, Patents, and Copyrights</title><link href="https://www.mergephp.com/meetups/2021/07/08/code-interfaces-patents-and-copyrights.html"/><author><name>Mike Stowe</name></author><published>2021-07-08T19:00:00-04:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2021/07/08/code-interfaces-patents-and-copyrights.html</id><content type="html">&lt;p&gt;In a landmark decision that marked the end of a ten year saga, the Supreme Court ruled that APIs are not copyrightable. In this talk, we'll take a look at the claims from copyright to patent infringement, review the history of decisions, and look into the key statements behind the Supreme Court ruling. We'll discuss what this likely means for the future of code interfaces and what it means for interoperability. Note - this is not legal advice.&lt;/p&gt;</content></entry><entry><title>We brought OpenAPI Docs into our service catalog. Now what?</title><link href="https://www.mergephp.com/meetups/2021/08/12/we-brought-openapi-docs-into-our-service-catalog-now-what.html"/><author><name>Harsha Reddy and Zoe Song</name></author><published>2021-08-12T19:00:00-04:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2021/08/12/we-brought-openapi-docs-into-our-service-catalog-now-what.html</id><content type="html">&lt;p&gt;With a large, globally distributed engineering department of over 2,000 engineers, service discoverability and access to API documentation are important problems at Wayfair. Integrations between systems require close coordination and overhead, making these kinds of projects expensive and brittle. To address this problem, we sought to surface OpenAPI documentation in our Backstage Service Catalog.&lt;/p&gt; &lt;p&gt;We will discuss how over 175 API specifications are shared amongst teams at Wayfair. Our solution leverages the Kubernetes API, together with our home-grown tool for project generation, to programmatically surface OpenAPI files for inspection in Backstage. Backstage is a service catalog and developer portal recently released as open source by Spotify. Our work has had immediate service discoverability benefits for developers across our enterprise, with thousands of API doc page views since it launched. Of course, our work is never complete! As the solution rolled out, we discovered a lot of complexity in the space of surfacing API docs. We'll discuss some of the problems we've encountered, as well as the solutions we're trying, along the way. These problems include: whether to support code-first or schema-first development; how to store API schemas; and how to enforce versioning as part of the CI/CD pipeline. At the end of the talk, we want the audience to have a good understanding of the benefits of service discoverability, as well as the trade-offs inherent in making API specs discoverable.&lt;/p&gt;</content></entry><entry><title>Get Lando and Get Stuff Done</title><link href="https://www.mergephp.com/meetups/2021/09/09/get-lando-and-get-stuff-done.html"/><author><name>Cal Evans</name></author><published>2021-09-09T19:00:00-04:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2021/09/09/get-lando-and-get-stuff-done.html</id><content type="html">&lt;p&gt;How we develop software has come a long way since I started working with PHP 4.0. Today with tools like Docker, we can put each project in a container and isolate it from all other projects. The promise of Docker though has been difficult to deliver on. Crafting the proper config files and making sure all the pieces work together and talk together can be a daunting task, especially for a developer that just wants to get something done.&lt;/p&gt; &lt;p&gt;Enter Lando. Lando is an abstraction layer on top of Docker that makes bringing up complex applications easy.&lt;/p&gt; &lt;p&gt;In this talk, I'll demonstrate how easy it is to bring Lando up and start a project. Along the way I'll share a few of the things that I've learned about Lando and how it can make the lives of PHP developers easier.&lt;/p&gt; &lt;p&gt;p.s. No StarWars jokes, I promise. :)&lt;/p&gt;</content></entry><entry><title>Living With Open Source Responsibility</title><link href="https://www.mergephp.com/meetups/2021/10/14/living-with-open-source-responsibility.html"/><author><name>Mario Blazek</name></author><published>2021-10-14T19:00:00-04:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2021/10/14/living-with-open-source-responsibility.html</id><content type="html">&lt;p&gt;It is straightforward to open source a piece of code and call it a library. It is effortless to maintain it when you are the only user, but what happens when you reach the first hundred or thousand downloads.&lt;/p&gt; &lt;p&gt;Semantic versioning, changelog, stable release, backward compatibility, continuous integration, and code coverage would probably be some of the buzzwords that would pop up into your head.&lt;/p&gt; &lt;p&gt;Let's go through the process of being a responsible open-source developer and maintainer.&lt;/p&gt;</content></entry><entry><title>The Future of Continuous Delivery</title><link href="https://www.mergephp.com/meetups/2021/11/11/the-future-of-continuous-delivery.html"/><author><name>Paul Dragoonis</name></author><published>2021-11-11T19:00:00-05:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2021/11/11/the-future-of-continuous-delivery.html</id><content type="html">&lt;p&gt;It's the year 2021, an exciting time for the tech industry. Globally, software organisations and internet companies are delivering more and more software, at a rate and scale that we've never faced before.&lt;/p&gt; &lt;p&gt;This unprecedented demand has created new challenges for us all, which have been hurting our organizations when creating continuous delivery solutions.&lt;/p&gt; &lt;p&gt;The great thing about these new challenges is that they've sparked new and amazing innovations in the CI/CD industry.&lt;/p&gt; &lt;p&gt;In Paul's talk he will be showing you:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;What new innovations the CI/CD, Cloud Native and Open Source communities have been developing.&lt;/li&gt; &lt;li&gt;Where these innovations are taking the world of continuous delivery.&lt;/li&gt; &lt;li&gt;What to expect, from the CD community, later this year, and into the future&lt;/li&gt; &lt;/ul&gt;</content></entry><entry><title>What's New in PHP 8.1</title><link href="https://www.mergephp.com/meetups/2021/12/09/what-s-new-in-php-8-1.html"/><author><name>Hunter Skrasek</name></author><published>2021-12-09T19:00:00-05:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2021/12/09/what-s-new-in-php-8-1.html</id><content type="html">&lt;p&gt;This month, we'll look at what's new, changed, and deprecated in the brand-new PHP 8.1. From larger changes like enums, fibers, readonly properties, and first-class callables, to smaller quality of life improvements like string-unpacked array keys and the array_is_list function, Laravel Austin's (and co-organizer of Longhorn PHP) Hunter Skrasek will guide you through what makes PHP 8.1 worth the upgrade effort.&lt;/p&gt;</content></entry><entry><title>Cool Tools for PHP Development</title><link href="https://www.mergephp.com/meetups/2022/01/13/cool-tools-for-php-development.html"/><author><name>Ben Ramsey</name></author><published>2022-01-13T19:00:00-05:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2022/01/13/cool-tools-for-php-development.html</id><content type="html">&lt;p&gt;In this talk, I'll crack open my toolbox and share some of the tools I use in daily development and why I think they improve the DX of projects I work on. We'll look at some familiar tools, such as PHPUnit and PHP_CodeSniffer, along with new tools like PHPStan and Psalm. I'll show how to configure these tools for better workflows through Composer scripts and plugins. We'll also see how to standardize your team's workflow with CaptainHook. By the end, I hope you'll leave with some good ideas for improving your team's DX.&lt;/p&gt;</content></entry><entry><title>Container-Native w/o k8s: PHP in ECS on AWS</title><link href="https://www.mergephp.com/meetups/2022/02/10/container-native-w-o-k8s-php-in-ecs-on-aws.html"/><author><name>Ian Littman</name></author><published>2022-02-10T19:00:00-05:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2022/02/10/container-native-w-o-k8s-php-in-ecs-on-aws.html</id><content type="html">&lt;p&gt;When building Covie, I got to pick our tech stack, including where and how to run it. The choice was containerized on ECS with AWS, starting on Fargate.and so far, so good. We'll walk through how to set this stack up, with some tips and tricks along the way.&lt;/p&gt;</content></entry><entry><title>Becoming a Bug Exterminator!</title><link href="https://www.mergephp.com/meetups/2022/03/10/becoming-a-bug-exterminator.html"/><author><name>Joshua Ray Copeland</name></author><published>2022-03-10T19:00:00-05:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2022/03/10/becoming-a-bug-exterminator.html</id><content type="html">&lt;p&gt;Have you struggled setting up XDebug or finding out what's wrong on Production? If the answer is yes then this talk is for you! We will cover how XDebug works, Debugging in PHPStorm or VS Code, advanced features of XDebug, what has changed from XDebug version 2 to 3, debugging javascript, framework debug toolbars, common pitfalls using XDebug &amp;amp; Docker, war stories from my experience with production issues, SASS products to help you get more insight into your application, monitoring, logging, and much more. By the end, you will know all the secrets of how to become a Bug Exterminator.&lt;/p&gt;</content></entry><entry><title>The ABCs and 123s of HTTP</title><link href="https://www.mergephp.com/meetups/2022/04/14/the-abcs-and-123s-of-http.html"/><author><name>Matt Trask</name></author><published>2022-04-14T19:00:00-04:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2022/04/14/the-abcs-and-123s-of-http.html</id><content type="html">&lt;p&gt;This talk is the ABCs and 123s of HTTP. We look at the verbs, the status codes, the headers as well as things like CORS, OpenAPI, and JSON Schema&lt;/p&gt;</content></entry><entry><title>Docs and tests and tools, oh my!</title><link href="https://www.mergephp.com/meetups/2022/05/12/docs-and-tests-and-tools-oh-my.html"/><author><name>Tiffany Taylor</name></author><published>2022-05-12T19:00:00-04:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2022/05/12/docs-and-tests-and-tools-oh-my.html</id><content type="html">&lt;p&gt;You may have heard the call for contributions to PHP, and you want to help. However, you don't know C, and don't want to become a C developer. Worry not, fellow PHP dev! There are other areas of PHP internals that need your help! This talk will pull back the veil on some of the lesser known areas of PHP docs and tooling that need sprucing up and improving.&lt;/p&gt;</content></entry><entry><title>Symfony vs. Laravel</title><link href="https://www.mergephp.com/meetups/2022/06/09/symfony-vs-laravel.html"/><author><name>Joshua Copeland</name></author><published>2022-06-09T19:00:00-04:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2022/06/09/symfony-vs-laravel.html</id><content type="html">&lt;p&gt;In this meetup, we will be having an open discussion on the features of Laravel and Symfony which are the two biggest frameworks in the world of PHP. We will be discussing pros and cons of each framework and going through setup examples, documentation, and just covering the 101 classes of these two amazing frameworks.&lt;/p&gt;</content></entry><entry><title>Beyond the Shire: Advanced Lando Techniques</title><link href="https://www.mergephp.com/meetups/2022/07/14/beyond-the-shire-advanced-lando-techniques.html"/><author><name>Alec Reynolds</name></author><published>2022-07-14T19:00:00-04:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2022/07/14/beyond-the-shire-advanced-lando-techniques.html</id><content type="html">&lt;p&gt;Every hero starts their journey from the comforts of home. However, the real adventure starts when you set aside the comforts of Bag End to head for parts unknown.&lt;/p&gt; &lt;p&gt;Now that you have a few projects running in Lando, aren't you curious to see what this puppy can really do?&lt;/p&gt; &lt;p&gt;In this presentation we'll cover&#x2026;&lt;/p&gt; &lt;p&gt;Goblin Fighting: Tips and tricks to help consultants and web teams dealing with LOTS of projects. Ring Forging: The foundations of custom Lando plugin creation. Fellowship Founding: Getting started with Lando contribution. Whether you've been up-and running with Lando for years or have just started using it, this presentation will help you find new tricks with Lando and encourage you to use your new powers for the good of all developers!&lt;/p&gt;</content></entry><entry><title>JavaScript Development In The Modern Monolith</title><link href="https://www.mergephp.com/meetups/2022/08/11/javascript-development-in-the-modern-monolith.html"/><author><name>Alex Six</name></author><published>2022-08-11T19:00:00-04:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2022/08/11/javascript-development-in-the-modern-monolith.html</id><content type="html">&lt;p&gt;Writing modern JavaScript applications can sometimes be such a pain. We know that JavaScript can be great for a user's experience and add whole new layers of exciting interactivity, but sometimes just the thought of having to leave our server-side PHP applications in the dust to build a single-page app can have us running for the hills. Surely, there must be a better way. And there is. Enter the Modern Monolith.&lt;/p&gt;</content></entry><entry><title>Microservices in Your Monolith</title><link href="https://www.mergephp.com/meetups/2022/10/13/microservices-in-your-monolith.html"/><author><name>Aaron Francis</name></author><published>2022-10-13T19:00:00-04:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2022/10/13/microservices-in-your-monolith.html</id><content type="html">&lt;p&gt;In this talk we'll look at how you can take advantage of some of the serverless platforms without taking on the complexity of managing a separate deploy process, development repository, or having to worry about securing your microservice's API. We'll see how to package, deploy, and execute small functions to serverless platforms, all from your existing monolithic application.&lt;/p&gt;</content></entry><entry><title>Take the helm and deploy at scale</title><link href="https://www.mergephp.com/meetups/2022/11/10/take-the-helm-and-deploy-at-scale.html"/><author><name>Cody Moss</name></author><published>2022-11-10T19:00:00-05:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2022/11/10/take-the-helm-and-deploy-at-scale.html</id><content type="html">&lt;p&gt;This talk will take you through the beginner basics of K8s and will show a good example of how to deploy a PHP app to a kube cluster. This will cover the basics of kube deployments, monitoring, and scaling.&lt;/p&gt;</content></entry><entry><title>What's New In PHP 8.2</title><link href="https://www.mergephp.com/meetups/2022/12/08/what-s-new-in-php-8-2.html"/><author><name>Ian Littman</name></author><published>2022-12-08T19:00:00-05:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2022/12/08/what-s-new-in-php-8-2.html</id><content type="html">&lt;p&gt;From new features like readonly classes, improvements to the type system, constants in traits, and backtrace parameter redaction, to changes and deprecations like dynamic properties, locale sensitivity in strtolower/upper(), and ${} in string interopolation, the latest version of PHP has something (or something to be aware of) for everyone...and it'll be released the day of this presentation! Tune in for info on how to get the latest version of PHP, detailed info on new features and changes, and a heads-up on how to most easily get your code up to date. Spoiler: if you aren't using dynamic properties, this is an easier jump than 8.1.&lt;/p&gt;</content></entry><entry><title>Filesystem Management with Flysystem</title><link href="https://www.mergephp.com/meetups/2023/01/12/filesystem-management-with-flysystem.html"/><author><name>Mark Niebergall</name></author><published>2023-01-12T19:00:00-05:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2023/01/12/filesystem-management-with-flysystem.html</id><content type="html">&lt;p&gt;Reading and writing files locally comes with many nuances and difficulties. It becomes even more complex when files are hosted on external servers like SFTP, AWS S3, Azure, and other providers. Flysystem provides an abstraction layer between an application and interacting with the filesystems. Explore how to use Flysystem Adapters for seamless file management for writing, reading, moving, copying, deleting, and other file interactions. See how to set permissions, configure adapters, get file information, stream files, write unit tests, and more in this technical dive into file management with Flysystem.&lt;/p&gt;</content></entry><entry><title>Docker is Dead, Long Live Containers</title><link href="https://www.mergephp.com/meetups/2023/02/09/docker-is-dead-long-live-containers.html"/><author><name>Chris Tankersly</name></author><published>2023-02-09T19:00:00-05:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2023/02/09/docker-is-dead-long-live-containers.html</id><content type="html">&lt;p&gt;Since Docker burst onto the scene, programmers have seen a radical shift in almost every ecosystem. From setting up environments to tooling to deployment, containers now influence many applications. The good news is that the idea of containers has taken hold, and we are no longer beholden to a technological monopoly. Let's look at the container ecosystem outside Docker and what a genuinely open, containerized future holds.&lt;/p&gt;</content></entry><entry><title>Webhooks: The Good, The Bad, and the Ugly</title><link href="https://www.mergephp.com/meetups/2023/03/09/webhooks-the-good-the-bad-and-the-ugly.html"/><author><name>Keith Casey</name></author><published>2023-03-09T19:00:00-05:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2023/03/09/webhooks-the-good-the-bad-and-the-ugly.html</id><content type="html">&lt;p&gt;Webhooks are a pillar of modern application development. They notify us of that new commit, an incoming text message, our email was delivered, and a payment was processed. Our systems can't function without webhooks sending data seamlessly and securely across the internet. But what happens if they're not secure? What happens if your webhooks are intercepted, manipulated, or even replayed against your systems? What are the best ways - as both a provider and consumer - to protect our systems? In this session, we'll delve into the 100+ implementations we explored to build webhooks. fyi to identify the best and worst patterns to protect our systems now and in the future.&lt;/p&gt;</content></entry><entry><title>Using Static Analysis To Improve Code Quality Across Both Backend and Frontend + Speeding up JSON queries with MySQL Multi-Valued Indexes</title><link href="https://www.mergephp.com/meetups/2023/04/13/using-static-analysis-to-improve-code-quality-across-both-backend-and-frontend-speeding-up-json-queries-with-mysql-multi-valued-indexes.html"/><author><name>Daniel Abernathy &amp; Hunter Skrasek</name></author><published>2023-04-13T19:00:00-04:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2023/04/13/using-static-analysis-to-improve-code-quality-across-both-backend-and-frontend-speeding-up-json-queries-with-mysql-multi-valued-indexes.html</id><content type="html">&lt;p&gt;This month we will have two talks!&lt;/p&gt; &lt;p&gt;First, from Daniel Abernathy: This talk will cover Multi-Valued Indexes, a feature released in MySQL 8 which lets you index an array of values per row - perfect for improving queries that rely on certain JSON functions.&lt;/p&gt; &lt;p&gt;And from Hunter Skrasek:&lt;/p&gt; &lt;p&gt;Numerous technologies exist for creating web applications, with PHP and JavaScript being the most prevalent. Their dynamic typing and runtime execution capabilities allow for a seamless transition from prototype to finished product. However, as apps grow in complexity and significance in our everyday lives, the absence of type safety and compilation checks might be felt. In this presentation, we will explore the concept of static analysis and its potential to enhance your team's software development process.&lt;/p&gt;</content></entry><entry><title>Lightning Talks: Middleware, Cloud Run, REST, CoPilot, Dusk</title><link href="https://www.mergephp.com/meetups/2023/05/11/lightning-talks-middleware-cloud-run-rest-copilot-dusk.html"/><author><name>Mark Niebergall, Logan Lindquist, Ian Littman, Joshua Copeland, Chris Spruck</name></author><published>2023-05-11T19:00:00-04:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2023/05/11/lightning-talks-middleware-cloud-run-rest-copilot-dusk.html</id><content type="html">&lt;p&gt;Mark on Laminias middleware Logan on using PHP with Cloud Run Ian on REST Requests Joshua on ChatGPT Github CoPilot Chris on Frontend testing with Laravel Dusk&lt;/p&gt;</content></entry><entry><title>Symfony to Laravel: Lessons Learned</title><link href="https://www.mergephp.com/meetups/2023/06/08/symfony-to-laravel-lessons-learned.html"/><author><name>Israel Carberry</name></author><published>2023-06-08T19:00:00-04:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2023/06/08/symfony-to-laravel-lessons-learned.html</id><content type="html">&lt;p&gt;Symfony and Laravel have emerged as the leading MVC frameworks for rapidly building and deploying web applications using PHP. While each has its advocates and naysayers, let's compare them in a way that highlights the strengths of each and their approaches to aiding the delivery of value. Whether you're a tech lead wanting to better guide the maturity of your systems, an engineer looking to broaden your knowledge, or just wanting to know if PHP is a viable option as a component in your stack, awareness of these differences can help smooth the path ahead of you.&lt;/p&gt;</content></entry><entry><title>WP-CLI for PHP developers</title><link href="https://www.mergephp.com/meetups/2023/07/13/wp-cli-for-php-developers.html"/><author><name>Milana Cap</name></author><published>2023-07-13T19:00:00-04:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2023/07/13/wp-cli-for-php-developers.html</id><content type="html">&lt;p&gt;When was the last time you tested code in production? Your own website doesn't count. WP-CLI for PHP developers is the sequel of WordPress through the Terminal talk with a focus on a set of commands and tools, useful for PHP developers. This is not just a live demo of WP-CLI commands. This is zooming out and seeing WP-CLI in collaboration with other tools in the context of PHP developer needs and everyday tasks. We&amp;quot;ll probably release the Kraken as well.&lt;/p&gt;</content></entry><entry><title>Mastering Resilience: My Accidental Acting Adventure</title><link href="https://www.mergephp.com/meetups/2023/08/10/mastering-resilience-my-accidental-acting-adventure.html"/><author><name>Christina Aldan</name></author><published>2023-08-10T19:00:00-04:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2023/08/10/mastering-resilience-my-accidental-acting-adventure.html</id><content type="html">&lt;p&gt;Are you ready to explore leadership from one of the galaxy's most badass Jedi Padawans? Luckygirliegirl Christina Aldan learned first-hand how embodying the character of Asohka Tano, a Jedi Padawan from the Star Wars universe, can help us understand essential leadership principles. Asohka's courage, compassion, and resilience have inspired countless fans around the world. Drawing from her personal experience playing the Asohka Tano character on the Las Vegas Strip, Christina shares practical insights on how to apply Asohka's leadership traits to the real world. You'll learn how to embrace change, foster growth, and empower others to reach their fullest potential, all while staying true to your values and purpose. So grab your lightsaber and join Christina on a journey through a galaxy far, far away to discover the timeless wisdom of one of Star Wars' most fierce warriors.&lt;/p&gt;</content></entry><entry><title>Using Hasura to add a GraphQL API to existing applications</title><link href="https://www.mergephp.com/meetups/2023/09/14/using-hasura-to-add-a-graphql-api-to-existing-applications.html"/><author><name>Anirudh Sanjeev</name></author><published>2023-09-14T19:00:00-04:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2023/09/14/using-hasura-to-add-a-graphql-api-to-existing-applications.html</id><content type="html">&lt;p&gt;Hasura is an open-source application written in Haskell which provides a robust GraphQL API for any Postgres and MySQL database. This talk will provide a brief introduction to Hasura but focus more on pathways to integrate it into an existing PHP application - with a Laravel example.&lt;/p&gt; &lt;p&gt;We will cover:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Authentication&lt;/li&gt; &lt;li&gt;Access control of database records&lt;/li&gt; &lt;li&gt;Applying mutations in server code&lt;/li&gt; &lt;/ul&gt;</content></entry><entry><title>Architecture Design Patterns for PHP</title><link href="https://www.mergephp.com/meetups/2023/10/12/architecture-design-patterns-for-php.html"/><author><name>Mark Niebergall</name></author><published>2023-10-12T19:00:00-04:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2023/10/12/architecture-design-patterns-for-php.html</id><content type="html">&lt;p&gt;Understanding the various code architecture design patterns can take years of hands-on experience, and benefits from surveying the wider development community. Get all caught up with this overview of a variety of best-practice patterns, including Strategy, Factory, Adapter, Facade, Repository, and more. Learn about the different pattern classifications, dig into pros and cons for each pattern, discuss SOLID implementation considerations, and see useful code examples to get you using each pattern.&lt;/p&gt;</content></entry><entry><title>What's New In PHP 8.3</title><link href="https://www.mergephp.com/meetups/2023/11/09/what-s-new-in-php-8-3.html"/><author><name>Tim Bond</name></author><published>2023-11-09T19:00:00-05:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2023/11/09/what-s-new-in-php-8-3.html</id><content type="html">&lt;p&gt;All the new features in PHP 8.3&lt;/p&gt;</content></entry><entry><title>Behavior Driven Development and Browser Testing using Codeception</title><link href="https://www.mergephp.com/meetups/2023/12/14/behavior-driven-development-and-browser-testing-using-codeception.html"/><author><name>Alena Holligan</name></author><published>2023-12-14T19:00:00-05:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2023/12/14/behavior-driven-development-and-browser-testing-using-codeception.html</id><content type="html">&lt;p&gt;Codeception provides &lt;strong&gt;PHP TESTING FOREVERYONE&lt;/strong&gt;by collecting and sharing best practices and solutions for testing PHP web applications. With a flexibleset of included modules, tests are easy to write, easy to use, and easy to maintain. Join Alena Holliganto start writing your own tests today. We'll focus on acceptance testing with a browser, but Codeceptionalso provides functional, unit, and API testing. We'll take a look at setting up Codeception and writingbasic tests before jumping into Behavior Driven Development and the Gherkins syntax.&lt;/p&gt; &lt;p&gt;Behavior Driven Development (BDD) is a popular software development methodology.BDD is an extension of Test Driven Development (TDD) inspired by Agile practices. But is the added layerreally worth it? The primary reason to choose BDD as your development process is to break downcommunication barriers between business and technical teams. BDD encourages automated testing to verifyall documented features of a project from the beginning.&lt;/p&gt; &lt;p&gt;Narrow the idea of story BDD:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;describe features in a scenario with a formal text&lt;/li&gt; &lt;li&gt;use examples to make abstract things concrete&lt;/li&gt; &lt;li&gt;implement each step of a scenario for testing&lt;/li&gt; &lt;li&gt;write actual code implementing the feature&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;By writing every feature in User Story format that is automatically executable as a test, we ensure that: businesses, developers, QAs, and managers are all on the same page. BDD encourages exploration and debate to formalize the requirements and features by writing the User Stories so everyone can understand. By making tests part of the User Story, BDD allows non-technical personnel to write (or edit) Acceptance tests. This procedure also ensures that everyone in a team knows what wasdeveloped, what was not, what was tested, and what was not.&lt;/p&gt; &lt;p&gt;If you write your tests in a reusable way, it can often make your tests LESS complicated.Codeception collects and shares best practices and solutions for testing PHP web applications. With aflexible set of included modules, tests are easy to write, use, and maintain. Get started today writing your first BDD test.&lt;/p&gt;</content></entry><entry><title>PHP on Lambda with Custom Runtimes</title><link href="https://www.mergephp.com/meetups/2024/01/11/php-on-lambda-with-custom-runtimes.html"/><author><name>Ian Littman</name></author><published>2024-01-11T19:00:00-05:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2024/01/11/php-on-lambda-with-custom-runtimes.html</id><content type="html">&lt;p&gt;It's 2024 and, while AWS still doesn't have an official PHP runtime for Lambda, it doesn't need one thanks to both custom runtime and container support in Lambda. This talk will show you how Lambda custom runtimes work, how to build one that speaks PHP, and how to set up Lambda to either handle web requests or hook into other AWS services to process jobs in a highly elastic manner. As a bonus, you'll see how things work with Lambda's Docker container support, as well as with Bref, the tooling you'll likely want to use if you choose to deploy PHP Lambdas in production without restoring to e.g. Laravel Vapor.&lt;/p&gt;</content></entry><entry><title>Ride the Pipelines and Deploy a PHP App. Cowabunga!</title><link href="https://www.mergephp.com/meetups/2024/02/08/ride-the-pipelines-and-deploy-a-php-app-cowabunga.html"/><author><name>Josh Copeland</name></author><published>2024-02-08T19:00:00-05:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2024/02/08/ride-the-pipelines-and-deploy-a-php-app-cowabunga.html</id><content type="html">&lt;p&gt;In the rapidly evolving landscape of web development, the deployment of PHP applications can be a complex and time-consuming process. This talk aims to demystify and streamline the deployment process by leveraging the powerful capabilities of GitHub Actions and GitLab Pipelines. We will start by  introducing Continuous Integration/Continuous Deployment (CI/CD) principles and how they can be  effectively applied to PHP projects. The first part of the talk will focus on GitHub Actions.  We will explore how to set up a basic workflow that includes steps for testing, building, and deploying a PHP application. This section will cover creating custom workflow files, configuring jobs, and managing dependencies. Special attention will be given to best practices for security and efficiency  in a GitHub Actions environment. Transitioning to GitLab Pipelines, the second part of the talk will delve into its unique features. We will demonstrate how to configure a .gitlab-ci.yml file for a PHP  project, including setting up different stages for testing, building, and deploying. We&#x2019;ll also discuss how to use GitLab&#x2019;s built-in features like environment variables and caching to optimize the deployment process. Throughout the talk, practical examples and real-world scenarios will be used to  illustrate key concepts. By the end of this session, attendees will have a comprehensive understanding of how to effectively use GitHub Actions and GitLab Pipelines for deploying PHP applications.  They will be equipped with the knowledge to set up their own CI/CD pipelines, leading to more  efficient, reliable, and automated deployment processes. Slides can be found  &lt;a href="https://docs.google.com/presentation/d/1vF7mbstn58jUsd1t2OIdMeymi0Q0Y7k4ozh12PQvxGg/edit?usp=sharing"&gt;here&lt;/a&gt;&lt;/p&gt;</content></entry><entry><title>Debugging Unleashed: Mastering xrDebug for PHP Brilliance</title><link href="https://www.mergephp.com/meetups/2024/03/14/debugging-unleashed-mastering-xrdebug-for-php-brilliance.html"/><author><name>Rodolfo Berrios</name></author><published>2024-03-14T19:00:00-04:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2024/03/14/debugging-unleashed-mastering-xrdebug-for-php-brilliance.html</id><content type="html">&lt;p&gt;xrDebug is the Open-Source alternative to some paid debugging tools. xrDebug is a portable debug utility that lets you debug PHP code on the fly without any extensions. It has features like multi-peer support, pause functionality, an HTTP API, and end-to-end encryption. In this Meetup, we will show you how to use xrDebug effectively, explain its ideal use cases, and highlight the advantages it has over conventional debuggers.&lt;/p&gt;</content></entry><entry><title>PHP Applications at Scale</title><link href="https://www.mergephp.com/meetups/2024/04/11/php-applications-at-scale.html"/><author><name>Mark Niebergall</name></author><published>2024-04-11T19:00:00-04:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2024/04/11/php-applications-at-scale.html</id><content type="html">&lt;p&gt;Making PHP applications fast at scale is hard! As the saying goes, &amp;quot;Make it work, make it right, make it fast&amp;quot;. Having worked with PHP and SQL at scale in the range of billions of data sets, I'll share some tips and tricks that I have learned that you can take and try out to tackle making an application scale to size. Learn about various strategies and patterns that may or may not be intuitive, including database denormalization, chunking, caching, workers, optimizing SQL statements, and indexes. Jump into some statistics of PHP function benchmarking to see what scales and what does not for a little trivia game of &amp;quot;Will It Scale?&amp;quot;.&lt;/p&gt;</content></entry><entry><title>MergePHP Coding Competition</title><link href="https://www.mergephp.com/meetups/2024/05/09/mergephp-coding-competition.html"/><author><name>Ben Edmunds</name></author><published>2024-05-09T19:00:00-04:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2024/05/09/mergephp-coding-competition.html</id><content type="html">&lt;p&gt;Get ready for something new at our latest meetup! This month, we're shaking things up with an interactive, live coding competition.  Participants will embark on a journey through several challenging coding questions designed to test their skills, creativity, PHP knowledge, and agility under pressure. As you tackle each question, you'll earn points and climb the leaderboard.&lt;/p&gt; &lt;p&gt;&#x1F3C6; The champion will not only claim the coveted title but also walk away with an ElePHPant as a symbol of their triumph.&lt;/p&gt;</content></entry><entry><title>MergePHP Lightning Talks: Ignite Your PHP Knowledge!</title><link href="https://www.mergephp.com/meetups/2024/06/13/mergephp-lightning-talks-ignite-your-php-knowledge.html"/><author><name>Logan Lindquist</name></author><published>2024-06-13T19:00:00-04:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2024/06/13/mergephp-lightning-talks-ignite-your-php-knowledge.html</id><content type="html">&lt;p&gt;This month, we're trying something new: lightning talks! If you have an interesting PHP-related topic you'd like to share with the group in a 5-10-minute presentation, now's your chance. &lt;a href="https://mphp.io/june24"&gt;Fill out the sign-up form&lt;/a&gt;, and we'll email you a link to join the event 15-20 minutes beforehand. We'll bring up each speaker one at a time to give their talk. Remember, we value contributions from everyone in the community, so don't hesitate to share your knowledge!&lt;/p&gt; &lt;p&gt;Here are some ideas:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;What's new with JavaScript&lt;/li&gt; &lt;li&gt;Alternative PHP runtimes&lt;/li&gt; &lt;li&gt;An update on PHP internals&lt;/li&gt; &lt;li&gt;Security&lt;/li&gt; &lt;li&gt;New testing strategies&lt;/li&gt; &lt;li&gt;Something related to APIs&lt;/li&gt; &lt;li&gt;That side project you've been putting off&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;Depending on the number of lightning talks, we also plan to have a panel discussion. This won't be your typical panel discussion-we'll watch a YouTube video together and share our reactions. It'll be a fun and interactive experience, similar to the reaction videos you see on YouTube. Don't miss out on this opportunity to learn, share, and engage with the MergePHP community! &#x1F329;&#xFE0F;&#x26A1;&#x1F5E3;&#xFE0F;&lt;/p&gt;</content></entry><entry><title>PHP 8.4 Alpha and How to Pick A Blog Platform</title><link href="https://www.mergephp.com/meetups/2024/07/11/php-8-4-alpha-and-how-to-pick-a-blog-platform.html"/><author><name>Ian Littman and Logan Lindquist</name></author><published>2024-07-11T19:00:00-04:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2024/07/11/php-8-4-alpha-and-how-to-pick-a-blog-platform.html</id><content type="html">&lt;p&gt;This month, Ian will provide an intro on PHP 8.4 and discuss upcoming new features and changes. Logan will present &amp;quot;The Best Blog Platforms of 2024: A Comprehensive Comparison&amp;quot;&lt;/p&gt;</content></entry><entry><title>Ollama</title><link href="https://www.mergephp.com/meetups/2024/09/12/ollama.html"/><author><name>Joshua Copeland</name></author><published>2024-09-12T19:00:00-04:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2024/09/12/ollama.html</id><content type="html">&lt;p&gt;We are going to just have a quick talk on Ollama. This is a lightning talk put together by Joshua Copeland with RemoteDevForce.com&lt;/p&gt;</content></entry><entry><title>What's New In PHP 8.4</title><link href="https://www.mergephp.com/meetups/2024/11/14/what-s-new-in-php-8-4.html"/><author><name>Tim Bond</name></author><published>2024-11-14T19:00:00-05:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2024/11/14/what-s-new-in-php-8-4.html</id><content type="html">&lt;p&gt;All the new features in PHP 8.4&lt;/p&gt;</content></entry><entry><title>PHP, Meet AI</title><link href="https://www.mergephp.com/meetups/2024/12/12/php-meet-ai.html"/><author><name>Eric Mann</name></author><published>2024-12-12T19:00:00-05:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2024/12/12/php-meet-ai.html</id><content type="html">&lt;p&gt;With new advances in machine learning, advanced integrations with AI platforms are now available to everyone! You can easily build AI into your application without a Ph.D. or advanced knowledge of linear algebra or the algorithms that make machine learning work.&lt;/p&gt; &lt;p&gt;In this talk, we'll cover some simple integrations with commonly available tools to make your application truly &amp;quot;smart.&amp;quot; No prior experience in machine learning is required, just come prepared to learn, ask questions, and get your hands dirty with state of the art tools.&lt;/p&gt;</content></entry><entry><title>Bug Squashing with TDD</title><link href="https://www.mergephp.com/meetups/2025/01/09/bug-squashing-with-tdd.html"/><author><name>Mark Niebergall</name></author><published>2025-01-09T19:00:00-05:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2025/01/09/bug-squashing-with-tdd.html</id><content type="html">&lt;p&gt;TDD is perceived as a best practice, but has struggled with adoption. Get past that hurdle by using a practical starting point for TDD by using it to fix bugs. Practical tips will be shared, and how to get started with TDD will be explained. An actionable takeaway TDD pattern will be shown to help speed up bug fixing and ensure bugs are actually squashed and fixed.&lt;/p&gt;</content></entry><entry><title>What's new in PHP 9: See the future and discover the past in PHP RFCs</title><link href="https://www.mergephp.com/meetups/2025/02/13/what-s-new-in-php-9-see-the-future-and-discover-the-past-in-php-rfcs.html"/><author><name>Eric Poe</name></author><published>2025-02-13T19:00:00-05:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2025/02/13/what-s-new-in-php-9-see-the-future-and-discover-the-past-in-php-rfcs.html</id><content type="html">&lt;p&gt;Reading the comments is always a bad idea in social media; however, for a socially developed language like PHP, reading the comments will give you insight into the background of existing and upcoming features. Since version 5.3, PHP itself has had a social side to its curation and development. Features and deprecations are proposed, discussed, and voted on in the formal RFC ('Request For Comments') process before they can be implemented in the core language. Let's look at some features, including up-and-coming features, through the lens of the RFC and see how we can use that new knowledge to improve the development experience of our daily dev work.&lt;/p&gt;</content></entry><entry><title>WordOps Wordpress Management</title><link href="https://www.mergephp.com/meetups/2025/03/13/wordops-wordpress-management.html"/><author><name>Joshua Copeland</name></author><published>2025-03-13T19:00:00-04:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2025/03/13/wordops-wordpress-management.html</id><content type="html">&lt;p&gt;Discover the power of WordOps, a modern solution for WordPress and PHP project management, in this technical talk. We'll start by walking you through the setup process of WordOps, equipping you with the knowledge to deploy and manage WordPress sites efficiently. We will also delve into migrating existing sites to WordOps, highlighting strategies for a smooth transition with minimal downtime. We'll also explore how WordOps isn&#x2019;t just limited to WordPress&#x2014;it&#x2019;s a robust tool that can streamline the creation and management of any PHP project. Finally, we&#x2019;ll introduce WordOps Server Observability, a critical feature that provides insight into your server&#x2019;s performance and health, ensuring you can monitor, troubleshoot, and optimize your environment effectively.&lt;/p&gt;</content></entry><entry><title>Heaps of Fun in PHP</title><link href="https://www.mergephp.com/meetups/2025/04/10/heaps-of-fun-in-php.html"/><author><name>Alena Holligan</name></author><published>2025-04-10T19:00:00-04:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2025/04/10/heaps-of-fun-in-php.html</id><content type="html">&lt;p&gt;Can PHP be performant for advanced computer science and algorithms? Yes, it can! And it's a lot easier and more fun than you might expect due to some unique data structures. A data structure is a way to organize data, and using the proper data structure for each job can make a massive difference in performance. This session will introduce some Standard PHP Library (SPL) data structures you may not have used before and where they come in handy. We'll also look into tools for testing performance to find bottlenecks and evaluate the best way to address a challenge. Jump into a heap of fun as we explore data structures, performance and algorithms in PHP.&lt;/p&gt; &lt;h3&gt;Resources&lt;/h3&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="https://www.php.net/manual/en/spl.datastructures.php"&gt;SPL Data Structures&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="https://doeken.org/blog/linked-lists-explained-in-php"&gt;Linked Lists Explained in PHP&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="https://doeken.org/blog/tree-traversal-in-php"&gt;Tree Traversal in PHP&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="https://medium.com/the-andela-way/binary-tree-implementation-in-php-e12df09d046f"&gt;Binary Tree Implementation in PHP &lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="https://doeken.org/blog/heaps-explained-in-php"&gt;Heaps Explained in PHP&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="https://xdebug.org/docs/profiler"&gt;Xdebug Profiler&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="https://www.jetbrains.com/help/phpstorm/profiling-with-xdebug.html"&gt;PhpStorm Profiling with Xdebug&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;</content></entry><entry><title>PHPScript (HTMX): Postmodern front end interactions in PHP</title><link href="https://www.mergephp.com/meetups/2025/05/08/phpscript-htmx-postmodern-front-end-interactions-in-php.html"/><author><name>Jose Diaz-Gonzalez</name></author><published>2025-05-08T19:00:00-04:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2025/05/08/phpscript-htmx-postmodern-front-end-interactions-in-php.html</id><content type="html">&lt;p&gt;Interactivity in applications has always been important to providing a world-class user experience, but modern frontend frameworks can make this difficult for small teams or those without frontend experience. We've been writing interactive applications for decades, so has  anything changed for PHP developers? This talk will cover the history of how PHP developers have typically built applications, and how building great experiences may not always need new languages and frameworks.&lt;/p&gt;</content></entry><entry><title>Return to REST</title><link href="https://www.mergephp.com/meetups/2025/07/10/return-to-rest.html"/><author><name>Ben Ramsey</name></author><published>2025-07-10T19:00:00-04:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2025/07/10/return-to-rest.html</id><content type="html">&lt;p&gt;We don't talk about REST much these days. Why is that? Was REST too hard? Did we get tired of it? Did GraphQL win? Let's revisit REST to learn how its concepts can be put into practice to build great APIs. Along the way, we'll talk about some of the criticisms of REST and why GraphQL is an attractive alternative. We'll also discuss when it's okay to bend or break the rules, and we'll cover hypermedia, content negotiation, and API versioning pitfalls.&lt;/p&gt;</content></entry><entry><title>Vibe Coding Laravel with Claude &amp; Devin</title><link href="https://www.mergephp.com/meetups/2025/08/14/vibe-coding-laravel-with-claude-devin.html"/><author><name>Joshua Copeland</name></author><published>2025-08-14T19:00:00-04:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2025/08/14/vibe-coding-laravel-with-claude-devin.html</id><content type="html">&lt;p&gt;When I enter the matrix, I bring two friends. It ain't Neo &amp;amp; Morpheus, it's my two favorite developers Devin and Claude. After helping Devin setup our codebase on his machine, he's been fixing issues quickly when we tag him in Slack and jumps on feedback in his PRs. My other developer Claude isn't as independent but charges way less than Devin. Both need to be given well-defined tasks so they don't get too off track which I've been using GPT to help me with. I've been 10x developer all my life but with both Devin &amp;amp; Claude, I'm at 100x now. At this point my day consists of waking up, grabbing my coffee &amp;amp; sunglasses, sitting in the computer chair, and I start vibing. Wait, did I mention Devin and Claude are not actual developers, they are AI. This talk covers my modern workflow for developing features, tests, and documentation with AI using &lt;a href="https://claude.ai/"&gt;Claude Code&lt;/a&gt; and &lt;a href="https://devin.ai"&gt;Devin AI&lt;/a&gt; - I cover best practices, ways to get the most out of AI to code depending on your budget.&lt;/p&gt;</content></entry><entry><title>Monolith or Microservices? And why you're wrong!</title><link href="https://www.mergephp.com/meetups/2025/09/11/monolith-or-microservices-and-why-you-re-wrong.html"/><author><name>Bobby Cahill&#x200B;</name></author><published>2025-09-11T19:00:00-04:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2025/09/11/monolith-or-microservices-and-why-you-re-wrong.html</id><content type="html">&lt;p&gt;It's a debate as old as time. .well since at least 2014 anyway. Are microservices better than monolithic development? Are you a &amp;quot;legacy&amp;quot; developer stuck with a clunky monolith? Or are you a &amp;quot;modern&amp;quot; engineer lost in a sea of microservices?&lt;/p&gt; &lt;p&gt;This talk will define both architectures, what they are and what they are NOT, pros and cons of each and walk you through how to determine which architecture, or even an alternative, is right for your project. You will also learn how to get there safely and pitfalls to avoid along the way.&lt;/p&gt;</content></entry><entry><title>Roll Your Own Graph-Driven MCP Server</title><link href="https://www.mergephp.com/meetups/2025/10/09/roll-your-own-graph-driven-mcp-server.html"/><author><name>Ghlen Nagels</name></author><published>2025-10-09T19:00:00-04:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2025/10/09/roll-your-own-graph-driven-mcp-server.html</id><content type="html">&lt;p&gt;Receive a ready-to-use blueprint for building your Model Context Protocol server with Neo4j. We'll start with a quick survey of driver options across languages, then dive into how we built one using the PHP driver in a Symfony app, covering connection setup, session, and transaction handling before wrapping it all up with a live demo that ties it all together.&lt;/p&gt;</content></entry><entry><title>MergePHP @ Longhorn PHP: Lightning Talks</title><link href="https://www.mergephp.com/meetups/2025/10/23/mergephp-longhorn-php-lightning-talks.html"/><author><name>The PHP community</name></author><published>2025-10-23T19:00:00-04:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2025/10/23/mergephp-longhorn-php-lightning-talks.html</id><content type="html">&lt;p&gt;We're doing something special in concert with &lt;a href="https://www.longhornphp.com"&gt;Longhorn PHP Conference&lt;/a&gt;: a special live-streamed hybrid meetup with lightning talks! We'll both live-stream the event &lt;em&gt;and&lt;/em&gt; allow folks to present virtually. Want to sign up to speak ahead of time? We have &lt;a href="https://forms.gle/R2NagrbUkLK4Lvvd9"&gt;a form for that&lt;/a&gt;.&lt;/p&gt;</content></entry><entry><title>PHP 8.5: New Features from the Source</title><link href="https://www.mergephp.com/meetups/2025/11/13/php-8-5-new-features-from-the-source.html"/><author><name>Daniel Scherzer</name></author><published>2025-11-13T19:00:00-05:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2025/11/13/php-8-5-new-features-from-the-source.html</id><content type="html">&lt;p&gt;Join PHP 8.5 release manager Daniel Scherzer for a deep dive into the new features, syntax updates, deprecations, and surprises coming in the latest version of PHP. These are already available for testing in PHP 8.5.0RC5, and will be ready for production use a week after the MergePHP talk.&lt;/p&gt; &lt;p&gt;Whether you're maintaining legacy apps or building bleeding-edge libraries, this talk will help you prepare for PHP 8.5 and adopt its features with confidence.&lt;/p&gt; &lt;p&gt;Features include&lt;/p&gt; &lt;ul&gt; &lt;li&gt;A new URL handling extension&lt;/li&gt; &lt;li&gt;Expanded syntax support in constant expressions&lt;/li&gt; &lt;li&gt;The pipe operator (|&amp;gt;)&lt;/li&gt; &lt;li&gt;Attribute changes&lt;/li&gt; &lt;li&gt;Object cloning with property changes&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;and more&lt;/p&gt;</content></entry><entry><title>Generating Hexagonal Architecture Code From OpenAPI Contracts</title><link href="https://www.mergephp.com/meetups/2025/12/11/generating-hexagonal-architecture-code-from-openapi-contracts.html"/><author><name>Carlos Agudo</name></author><published>2025-12-11T19:00:00-05:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2025/12/11/generating-hexagonal-architecture-code-from-openapi-contracts.html</id><content type="html">&lt;p&gt;With an api contract first design in mind, we can generate ton of our code using hexagonal architecture and CQRS patterns. The code generated will have a 100% code coverage and mutant testing. In this talk we will cover on how to approach the openapi/swagger contracts, small introduction to cqrs and hexagonal architecture, and how all together merges in a beautiful code generator.&lt;/p&gt;</content></entry><entry><title>Mastering Agentic PHP Development with MCP</title><link href="https://www.mergephp.com/meetups/2026/01/08/mastering-agentic-php-development-with-mcp.html"/><author><name>Hunter Skrasek</name></author><published>2026-01-08T20:00:00-05:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2026/01/08/mastering-agentic-php-development-with-mcp.html</id><content type="html">&lt;p&gt;AI coding assistants are powerful, but they're only as good as the context they have access to. Without real-time documentation, even the best models can hallucinate APIs or bridging AI agents with live, authoritative data. We'll cover MCP's core concepts, then build a functional server using the Official PHP SDK that connects directly to PHP.net documentation. We'll also implement Composer package search for intelligent dependency discovery. Join me to see how this Master Control Program...unlike the TRON original...is actually here to help.&lt;/p&gt; &lt;p&gt;Code from the slides is available at &lt;a href="https://github.com/hskrasek/php-mcp"&gt;https://github.com/hskrasek/php-mcp&lt;/a&gt;&lt;/p&gt;</content></entry><entry><title>Domain Driven PHP</title><link href="https://www.mergephp.com/meetups/2026/02/12/domain-driven-php.html"/><author><name>Chris Miller</name></author><published>2026-02-12T20:00:00-05:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2026/02/12/domain-driven-php.html</id><content type="html">&lt;p&gt;In the modern PHP ecosystem, we often let frameworks dictate our application's architecture. We start with composer create-project and immediately begin molding our business logic to fit the constraints of a specific &amp;quot;Way.&amp;quot; But what happens when the framework becomes a hurdle rather than a helper?&lt;/p&gt; &lt;p&gt;This session explores the Art of Domain-Driven Design (DDD) by stripping away the safety net of frameworks. We will start from a &amp;quot;naked&amp;quot; PHP environment, demonstrating how to build a robust, testable, and scalable application using only pure PHP and the principles of DDD. By focusing on Entities, Value Objects, Aggregates, and Domain Services without the noise of an ORM or a heavy container, you will learn to see your business logic as the primary citizen of your codebase.&lt;/p&gt; &lt;p&gt;Once we have established the &amp;quot;Pure Domain&amp;quot; foundation, we will pivot to the pragmatic reality of modern development: Integration. We will discuss how to take these framework-agnostic principles and safely &amp;quot;plug&amp;quot; them into popular frameworks like Laravel or Symfony. You'll learn how to treat the framework as a replaceable infrastructure detail&#x2014;leveraging its power for routing and delivery while keeping your core logic untainted and portable.&lt;/p&gt;</content></entry><entry><title>Advanced PHPUnit Shenanigans</title><link href="https://www.mergephp.com/meetups/2026/03/12/advanced-phpunit-shenanigans.html"/><author><name>Larry Garfield</name></author><published>2026-03-12T20:00:00-04:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2026/03/12/advanced-phpunit-shenanigans.html</id><content type="html">&lt;p&gt;Hopefully by now, you know that testing is important, and you've integrated PHPUnit into your workflow.  (If not, go watch one of those talks.)  So now what??&lt;/p&gt; &lt;p&gt;In this &amp;quot;testing 202&amp;quot; course, we'll explore some features of PHPUnit you may not be using (but should), some techniques you may not have thought of, and how to extend PHPUnit yourself for your own nefarious testing purposes.  And we'll answer the question, &amp;quot;so what are traits actually good for&amp;quot;?&lt;/p&gt;</content></entry><entry><title>Stop Guessing, Start Verifying: A Modern API Documentation and Testing Toolkit</title><link href="https://www.mergephp.com/meetups/2026/04/09/stop-guessing-start-verifying-a-modern-api-documentation-and-testing-toolkit.html"/><author><name>Alena Holligan</name></author><published>2026-04-09T20:00:00-04:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2026/04/09/stop-guessing-start-verifying-a-modern-api-documentation-and-testing-toolkit.html</id><content type="html">&lt;h2&gt;Abstract&lt;/h2&gt; &lt;p&gt;APIs are only as good as the trust developers place in them. That trust is built through clear documentation and rigorous testing &#x2014; yet in many teams, both remain an afterthought. This session makes the case for treating your OpenAPI specification as the single source of truth for your entire API lifecycle, and demonstrates how a modern toolchain can turn that spec into living documentation, a contract enforcement mechanism, and an automated test suite.&lt;/p&gt; &lt;p&gt;We begin with &lt;strong&gt;OpenAPI&lt;/strong&gt; as the foundation: structuring a spec that accurately models your API's requests, responses, and error states. From there, we'll explore &lt;strong&gt;Redocly&lt;/strong&gt; to transform that spec into polished, developer-friendly reference documentation &#x2014; covering customization, linting, and the Redocly CLI for integrating docs into your CI/CD pipeline.&lt;/p&gt; &lt;p&gt;The second half of the session focuses on testing across multiple layers. We'll cover &lt;strong&gt;schema validation&lt;/strong&gt; (ensuring your implementation matches the spec), &lt;strong&gt;contract testing&lt;/strong&gt; (verifying that producer and consumer agreements hold across deployments), and &lt;strong&gt;negative testing&lt;/strong&gt; (probing edge cases and malformed inputs). A key focus will be validating your existing &lt;strong&gt;PHPUnit test suite against your OpenAPI spec&lt;/strong&gt; &#x2014; asserting that the responses your application actually returns conform to the schemas you've documented, using tools like &lt;code&gt;osteel/openapi-httpfoundation-testing&lt;/code&gt; or the &lt;code&gt;php-openapi&lt;/code&gt; library. This approach surfaces drift between your spec and implementation without requiring a running server, and slots naturally into Laravel and Symfony testing workflows.&lt;/p&gt; &lt;p&gt;We'll then use &lt;strong&gt;Schemathesis&lt;/strong&gt; to drive property-based and fuzz testing directly from your OpenAPI spec &#x2014; requiring zero test case authoring for broad coverage &#x2014; and compare how spec-driven fuzzing complements the response assertions you've already built into PHPUnit.&lt;/p&gt; &lt;p&gt;Finally, we'll introduce &lt;strong&gt;Arazzo&lt;/strong&gt;, the emerging OpenAPI Initiative specification for describing multi-step API workflows. We'll walk through defining realistic end-to-end scenarios &#x2014; authentication flows, resource creation chains, dependent call sequences &#x2014; and show how Arazzo workflows close the gap between isolated endpoint testing and real-world usage patterns.&lt;/p&gt; &lt;h2&gt;Attendees Will Leave With&lt;/h2&gt; &lt;ul&gt; &lt;li&gt;A practical strategy for keeping documentation and implementation in sync&lt;/li&gt; &lt;li&gt;Techniques for validating PHPUnit test responses directly against OpenAPI schemas&lt;/li&gt; &lt;li&gt;An understanding of contract testing and where it fits alongside unit and integration tests&lt;/li&gt; &lt;li&gt;Hands-on patterns for automated spec-driven testing with Schemathesis&lt;/li&gt; &lt;li&gt;A working knowledge of Arazzo for modeling and validating API workflows&lt;/li&gt; &lt;/ul&gt; &lt;hr /&gt; &lt;p&gt;&lt;em&gt;Whether you maintain a public API or an internal microservices mesh, this session will give you the tools to ship APIs that are easier to understand, harder to break, and faster to debug.&lt;/em&gt;&lt;/p&gt;</content></entry><entry><title>More than Just a Cache: Data Structure Databases</title><link href="https://www.mergephp.com/meetups/2026/05/14/more-than-just-a-cache-data-structure-databases.html"/><author><name>Andy Snell</name></author><published>2026-05-14T20:00:00-04:00</published><updated>2026-04-13T19:07:38+00:00</updated><id>https://www.mergephp.com/meetups/2026/05/14/more-than-just-a-cache-data-structure-databases.html</id><content type="html">&lt;p&gt;Redis is best known as a high performance, in-memory, key-value database used for distributed caching. However, data structure databases like Redis, Valkey, and Key DB can do so much more than just operate on string values! With over a dozen different data types like hashes, lists, sets, sorted sets, bloom filters, and streams, these databases provide a number of tools that can help solve common problems.&lt;/p&gt; &lt;p&gt;We&#x2019;ll explore these basic data structures in Redis and Valkey, with real world examples of using them to solve problems like rate limiting, distributed resource locking, and efficiently checking membership in &lt;strong&gt;massive&lt;/strong&gt; sets of data.&lt;/p&gt; &lt;p&gt;We'll also discuss some of the newer functionality designed for AI and LLM applications, like vector similarity searches and vector sets.&lt;/p&gt;</content></entry></feed>
