Unable to connect to cluster using php

I also post the question on stackoverflow this is link https://stackoverflow.com/questions/63319775/unable-to-connect-mongo-altis-cluster-using-php-mongo-client

I am unable to connect to mongo using php mongo client

below is the code

use MongoDB\Client as mongoClient;

>  $client = new mongoClient('mongodb+srv://xyz_username:abc_password@XAYBZC_cluster_dummy_name.mongodb.net/database_name?retryWrites=true&w=majority');
> 
> $db = $client->$database;
> $collection = $db->selectCollection("table_name");
> ```


I also attach the image of error  and i am using this client [https://packagist.org/packages/mongodb/mongodb](https://packagist.org/packages/mongodb/mongodb)
![Screenshot 2020-08-09 at 1.24.29 AM|690x247](upload://gRU8B1r2OpMVFDcyB42JJcb0bI3.png)