MongoDB with PHP on Glitch

Hi there,
I am just wondering what is the best way to access MongoDB Clusters (using connection string) with PHP. I understand you need to download some driver and library, but I am not sure how to do this on Glitch. Does anyone know?

Any help appreciated in advance,
Eddie
Edit: Seems to run on some sort of DLL file: https://pecl.php.net/package/mongodb and a composer package

I’ve looked into it before, this may help:
https://www.tutorialspoint.com/mongodb/mongodb_php.htm

As I said, this requires an install to php.ini, which is not possible in Glitch (if I am correct)
As said on the page you gave:

Download the driver from the url Download PHP Driver.

PHP.ini is in lamp-poc