I'm using the MongoDB PHP library installed via Composer.
I'm trying to use GridFS but can't for the life of me figure out how to create a GridFS bucket I can then later upload to and download from. The documentation doesn't seem to have a step by step guide for doing this and there's very little in the way of suggestions on Stackoverflow etc.
Is it even true that I need to create a bucket? Is a bucket simply another name for an existing collection or do I have to execute a command somewhere to actually create a GridFS bucket?
Very confused :-/