Adding Bokeh to my Laravel web application

I want to include BOKEH for my startup that is built using Laravel. Im not sure if there is a means to do that for PHP?

Bokeh does not have any PHP API so the best you’d be able to do would be to create embeddable BokehJS documents with the Python API or with BokehJS directly. However, I have zero experience with PHP or Laravel (whatever that is) so I cannot advise any further.