242 posts tagged with "PHP"
View All TagsCheck dependencies in PHP projects for vulnerabilities
Composer 2.4 introduced a new command to check the dependencies in your projects for known vulnerabilities.
Using Sulu Forms to create contacts in Hubspot
A requirement in one of our Sulu projects was to send the data of a form to Hubspot CRM. Thankfully, the Sulu FormsBundle comes with a few similar examples (e.g. Mailchimp integration), that made it easy to figure out how to deal with this requirement.
Adding a media reference to a Sulu entity
For a current task, I needed to add a media reference to a custom Sulu entity. At first, it seemed like an easy task but I had issues getting the media image to render in the list view. Thanks to the fabulous Sulu core team and their Slack community, I quickly got some pointers on how to deal with the issue.
Docker for small dev setups
PHPUGMRN 01/23 meetup
The PHP meetup Metropolregion Rhein-Neckar will meet virtually again on the 23rd of February 2023.
Adding an entity reference to a Sulu entity
Let's assume you have a sulu entity App\Entity\MyEntity
defined and you want to add a reference to this other entity
App\Entity\OtherEntity
to it. Follow this blog post along to find out which steps you have to take.
PHP-Usergroup Münster Meetup 01/23
The organizers of the PHP-Usergroup Münster are rebooting their in-person meetups again and invited me to speak at their meetup on the 26th of January 2023.
Captain Hook PHP 8.2 compatibility
Captain Hook is my primary choice when it comes to managing Git Hooks. For a few days, Captain Hook supports PHP 8.2 - the latest and greatest PHP release.
Clean up old projects
Sometimes folders like node_modules
consume too much space and then a small cleanup may be needed.