thephpleague / monga

Simple and swift MongoDB abstraction.
MIT License
331 stars 30 forks source link

Not possible to setup driver options? #29

Closed acim closed 9 years ago

acim commented 9 years ago

I quickly looked in the code and it seems you do not support the third parameter to MongoClient, $driver_options. This is necessary to have in order to define SSL context options:

http://php.net/manual/en/context.ssl.php

If you think this is useful to have, I could implement it and PR.

bcrowe commented 9 years ago

Sounds great to me. Absolutely feel free to submit a PR.