If you have seen me speak at events in recent years, most likely you have heard me mentioning CaptainHookPHP as being my favorite git hook manager. I really like its flexibility and have covered some of our project setups in some blog posts.
179 posts tagged with "php"
View All TagsPHPUGMRN 06/23 meetup
The PHP meetup Metropolregion Rhein-Neckar will meet again on the 14th of December 2023 at wawibox in Heidelberg, Germany.
Display RSS feed on your GitHub profile
Can our latest blog posts be rendered on our bitExpert GitHub organization page? This was the challenge I tried to solve. Apparently, yes. In this blog post, I cover all the steps needed to achieve that in this blog post.
PHPUGFFM 05/23 meetup
Join the PHP meetup Frankfurt on the 23rd of November for our last meetup in 2023.
Deploying Sylius with Deployer
Deployer is a valuable tool that simplifies and automates the deployment process of PHP applications in a traditional non-container environment.
Deploying Sulu CMS with Deployer
For traditional non container deployments, Deployer is a value tool to simplify & automate the deployment process of a PHP application. Thanks to its collection of default deployment recipes, Deployer can be used out-of-the-box for deployments.
Api Platform Conference 2023
We returned to the charming city of Lille for this year's edition of the API Platform Conference. However, this time, we weren't merely attendees; we were speakers. As we again set foot in France, we knew we were in for another exceptional experience.
Avoid sending multiple invoice emails in Sylius
We run into an issue in a Sylius project where we've been using the Sylius InvoicingPlugin as well as the SyliusPayumStripePlugin plugin to handle Stripe payments. Invoice emails were sent out twice to the customer with both plugins active.
PHPUGFFM 04/23 meetup
On the 14th of September, the PHP meetup Frankfurt will meet again in person. This will be our 22+ year birthday party and include a BBQ sponsored by the Y1 folks. Thanks!
Sync Sylius order payment state to an invoice
In a recent Sylius project, we realized that the order payment state is not synchronized with the invoice for the order.