Build a container with apache , php , composer , npm

I use centos 7 and use docker

I just would like to build a container with the following function - apache , php , composer , npm .

I find it by the command #docker search php and also tried find it via the page github , I just found docker-php-apache-composer , is that mean there is no image with these four functions ?

Another question , the image I found is not official release , is it good to use it ?

thanks