Top "Php-mongodb" questions

MongoDB driver: PHP Extension for Mongo DB

Installing the PHP 7 MongoDB Client/Driver?

I am very eager to start working with PHP 7 however one issue is getting in the way... I primarily use …

php mongodb php-7 php-mongodb
MongoDB no suitable servers found

I'm having trouble connecting to a replica set. [MongoDB\Driver\Exception\ConnectionTimeoutException] No suitable servers found (`serverSelectionTryOnce` set): [Server closed …

php-mongodb
No suitable servers found (`serverSelectionTryOnce` set): [connection timeout calling ismaster on '10.0.0.106:27017']

i have this issue with laravel project use mongoDB ConnectionTimeoutException in Collection.php line 192: No suitable servers found (`serverSelectionTryOnce` set): […

php mongodb laravel laravel-5 php-mongodb
How to set limit() into MongoQuery Using PHP?

I have to use Mongodb with php, and tried to get data from mongocollection using php. the follwing mongoquery with …

php mongodb php-mongodb
Aggregation $lookup with $let is not working

I have a collection TblStudent in mongodb like { "_id": ObjectId("5baa85041d7859f40d000029"), "Name": "John Doe", "RollNo": 12, "Class": "Ist" .... } …

mongodb aggregation-framework aggregate-functions mongodb-php php-mongodb