I want to do the following in PHP in combination with GD. ImageMagick is not an option, unfortunately, but this seems like such a common problem that there has to b
imagecolortransparent is probably not what you want here if you're merging images, as single-colour transparency is nasty.
imagecolortransparent
Instead, try it with a transparent fill mask like so: