How To Install php-mongodb on Fedora 36

In this tutorial we learn how to install php-mongodb in Fedora 36. php-mongodb is MongoDB driver library

Introduction

In this tutorial we learn how to install php-mongodb on Fedora 36.

What is php-mongodb

This library provides a high-level abstraction around the lower-level drivers for PHP and HHVM (i.e. the mongodb extension). While the extension provides a limited API for executing commands, queries, and write operations, this library implements an API similar to that of the legacy PHP driver. It contains abstractions for client, database, and collection objects, and provides methods for CRUD operations and common commands (e.g. index and collection management). Autoloader

We can use yum or dnf to install php-mongodb on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install php-mongodb.

Install php-mongodb on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install php-mongodb using dnf by running the following command:

sudo dnf -y install php-mongodb

Install php-mongodb on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install php-mongodb using yum by running the following command:

sudo yum -y install php-mongodb

How To Uninstall php-mongodb on Fedora 36

To uninstall only the php-mongodb package we can use the following command:

sudo dnf remove php-mongodb

php-mongodb Package Contents on Fedora 36

/usr/share/doc/php-mongodb
/usr/share/doc/php-mongodb/CONTRIBUTING.md
/usr/share/doc/php-mongodb/README.md
/usr/share/doc/php-mongodb/composer.json
/usr/share/doc/php-mongodb/docs
/usr/share/doc/php-mongodb/docs/.static
/usr/share/doc/php-mongodb/docs/.static/.mongodb
/usr/share/doc/php-mongodb/docs/includes
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBClient-common-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBClient-method-construct-driverOptions.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBClient-method-construct-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBClient-method-createClientEncryption-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBClient-method-dropDatabase-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBClient-method-dropDatabase-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBClient-method-get-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBClient-method-listDatabases-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBClient-method-listDatabases-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBClient-method-selectCollection-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBClient-method-selectCollection-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBClient-method-selectDatabase-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBClient-method-selectDatabase-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBClient-method-watch-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBClient-method-watch-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-common-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-common-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-aggregate-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-aggregate-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-bulkWrite-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-bulkWrite-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-construct-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-construct-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-count-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-count-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-countDocuments-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-countDocuments-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-createIndex-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-createIndex-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-createIndexes-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-createIndexes-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-deleteMany-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-deleteMany-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-deleteOne-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-deleteOne-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-distinct-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-distinct-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-drop-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-drop-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-dropIndex-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-dropIndex-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-dropIndexes-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-dropIndexes-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-estimateDocumentCount-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-estimateDocumentCount-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-explain-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-explain-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-find-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-find-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-findOne-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-findOne-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-findOneAndDelete-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-findOneAndDelete-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-findOneAndReplace-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-findOneAndReplace-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-findOneAndUpdate-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-findOneAndUpdate-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-insertMany-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-insertMany-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-insertOne-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-insertOne-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-listIndexes-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-listIndexes-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-mapReduce-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-mapReduce-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-rename-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-rename-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-replaceOne-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-replaceOne-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-updateMany-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-updateMany-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-updateOne-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-updateOne-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-watch-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-watch-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-withOptions-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBCollection-method-withOptions-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBDatabase-common-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBDatabase-method-aggregate-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBDatabase-method-aggregate-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBDatabase-method-command-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBDatabase-method-command-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBDatabase-method-construct-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBDatabase-method-construct-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBDatabase-method-createCollection-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBDatabase-method-createCollection-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBDatabase-method-drop-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBDatabase-method-drop-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBDatabase-method-dropCollection-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBDatabase-method-dropCollection-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBDatabase-method-get-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBDatabase-method-listCollections-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBDatabase-method-listCollections-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBDatabase-method-modifyCollection-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBDatabase-method-modifyCollection-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBDatabase-method-renameCollection-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBDatabase-method-renameCollection-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBDatabase-method-selectCollection-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBDatabase-method-selectCollection-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBDatabase-method-selectGridFSBucket-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBDatabase-method-selectGridFSBucket-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBDatabase-method-watch-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBDatabase-method-watch-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBDatabase-method-withOptions-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBDatabase-method-withOptions-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBGridFSBucket-common-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBGridFSBucket-common-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBGridFSBucket-method-construct-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBGridFSBucket-method-construct-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBGridFSBucket-method-delete-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBGridFSBucket-method-downloadToStream-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBGridFSBucket-method-downloadToStreamByName-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBGridFSBucket-method-downloadToStreamByName-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBGridFSBucket-method-find-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBGridFSBucket-method-findOne-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBGridFSBucket-method-getFileDocumentForStream-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBGridFSBucket-method-getFileIdForStream-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBGridFSBucket-method-openDownloadStream-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBGridFSBucket-method-openDownloadStreamByName-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBGridFSBucket-method-openDownloadStreamByName-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBGridFSBucket-method-openUploadStream-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBGridFSBucket-method-openUploadStream-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBGridFSBucket-method-rename-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBGridFSBucket-method-uploadFromStream-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-MongoDBGridFSBucket-method-uploadFromStream-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-aggregate-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-common-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-common-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-function-with_transaction-param.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-method-watch-option.yaml
/usr/share/doc/php-mongodb/docs/includes/apiargs-method-watch-param.yaml
/usr/share/doc/php-mongodb/docs/includes/extracts-bulkwriteexception.yaml
/usr/share/doc/php-mongodb/docs/includes/extracts-error.yaml
/usr/share/doc/php-mongodb/docs/includes/extracts-note.yaml
/usr/share/doc/php-mongodb/docs/index.txt
/usr/share/doc/php-mongodb/docs/pretty.js
/usr/share/doc/php-mongodb/docs/reference
/usr/share/doc/php-mongodb/docs/reference.txt
/usr/share/doc/php-mongodb/docs/reference/bson.txt
/usr/share/doc/php-mongodb/docs/reference/class
/usr/share/doc/php-mongodb/docs/reference/class/MongoDBClient.txt
/usr/share/doc/php-mongodb/docs/reference/class/MongoDBCollection.txt
/usr/share/doc/php-mongodb/docs/reference/class/MongoDBDatabase.txt
/usr/share/doc/php-mongodb/docs/reference/class/MongoDBGridFSBucket.txt
/usr/share/doc/php-mongodb/docs/reference/enumeration-classes.txt
/usr/share/doc/php-mongodb/docs/reference/exception-classes.txt
/usr/share/doc/php-mongodb/docs/reference/function
/usr/share/doc/php-mongodb/docs/reference/function/with_transaction.txt
/usr/share/doc/php-mongodb/docs/reference/functions.txt
/usr/share/doc/php-mongodb/docs/reference/method
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBBulkWriteResult-getDeletedCount.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBBulkWriteResult-getInsertedCount.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBBulkWriteResult-getInsertedIds.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBBulkWriteResult-getMatchedCount.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBBulkWriteResult-getModifiedCount.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBBulkWriteResult-getUpsertedCount.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBBulkWriteResult-getUpsertedIds.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBBulkWriteResult-isAcknowledged.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBChangeStream-current.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBChangeStream-getCursorId.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBChangeStream-getResumeToken.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBChangeStream-key.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBChangeStream-next.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBChangeStream-rewind.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBChangeStream-valid.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBClient-createClientEncryption.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBClient-dropDatabase.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBClient-getManager.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBClient-getReadConcern.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBClient-getReadPreference.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBClient-getTypeMap.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBClient-getWriteConcern.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBClient-listDatabaseNames.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBClient-listDatabases.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBClient-selectCollection.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBClient-selectDatabase.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBClient-startSession.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBClient-watch.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBClient__construct.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBClient__get.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBCollection-aggregate.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBCollection-bulkWrite.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBCollection-count.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBCollection-countDocuments.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBCollection-createIndex.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBCollection-createIndexes.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBCollection-deleteMany.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBCollection-deleteOne.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBCollection-distinct.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBCollection-drop.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBCollection-dropIndex.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBCollection-dropIndexes.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBCollection-estimatedDocumentCount.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBCollection-explain.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBCollection-find.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBCollection-findOne.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBCollection-findOneAndDelete.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBCollection-findOneAndReplace.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBCollection-findOneAndUpdate.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBCollection-getCollectionName.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBCollection-getDatabaseName.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBCollection-getManager.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBCollection-getNamespace.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBCollection-getReadConcern.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBCollection-getReadPreference.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBCollection-getTypeMap.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBCollection-getWriteConcern.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBCollection-insertMany.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBCollection-insertOne.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBCollection-listIndexes.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBCollection-mapReduce.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBCollection-rename.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBCollection-replaceOne.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBCollection-updateMany.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBCollection-updateOne.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBCollection-watch.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBCollection-withOptions.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBCollection__construct.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBDatabase-aggregate.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBDatabase-command.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBDatabase-createCollection.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBDatabase-drop.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBDatabase-dropCollection.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBDatabase-getDatabaseName.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBDatabase-getManager.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBDatabase-getReadConcern.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBDatabase-getReadPreference.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBDatabase-getTypeMap.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBDatabase-getWriteConcern.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBDatabase-listCollectionNames.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBDatabase-listCollections.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBDatabase-modifyCollection.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBDatabase-renameCollection.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBDatabase-selectCollection.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBDatabase-selectGridFSBucket.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBDatabase-watch.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBDatabase-withOptions.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBDatabase__construct.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBDatabase__get.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBDeleteResult-getDeletedCount.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBDeleteResult-isAcknowledged.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBGridFSBucket-delete.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBGridFSBucket-downloadToStream.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBGridFSBucket-downloadToStreamByName.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBGridFSBucket-drop.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBGridFSBucket-find.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBGridFSBucket-findOne.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBGridFSBucket-getBucketName.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBGridFSBucket-getChunkSizeBytes.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBGridFSBucket-getChunksCollection.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBGridFSBucket-getDatabaseName.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBGridFSBucket-getFileDocumentForStream.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBGridFSBucket-getFileIdForStream.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBGridFSBucket-getFilesCollection.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBGridFSBucket-getReadConcern.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBGridFSBucket-getReadPreference.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBGridFSBucket-getTypeMap.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBGridFSBucket-getWriteConcern.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBGridFSBucket-openDownloadStream.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBGridFSBucket-openDownloadStreamByName.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBGridFSBucket-openUploadStream.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBGridFSBucket-rename.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBGridFSBucket-uploadFromStream.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBGridFSBucket__construct.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBInsertManyResult-getInsertedCount.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBInsertManyResult-getInsertedIds.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBInsertManyResult-isAcknowledged.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBInsertOneResult-getInsertedCount.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBInsertOneResult-getInsertedId.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBInsertOneResult-isAcknowledged.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBMapReduceResult-getCounts.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBMapReduceResult-getExecutionTimeMS.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBMapReduceResult-getIterator.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBMapReduceResult-getTiming.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBModelCollectionInfo-getCappedMax.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBModelCollectionInfo-getCappedSize.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBModelCollectionInfo-getIdIndex.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBModelCollectionInfo-getInfo.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBModelCollectionInfo-getName.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBModelCollectionInfo-getOptions.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBModelCollectionInfo-getType.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBModelCollectionInfo-isCapped.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBModelDatabaseInfo-getName.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBModelDatabaseInfo-getSizeOnDisk.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBModelDatabaseInfo-isEmpty.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBModelIndexInfo-getKey.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBModelIndexInfo-getName.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBModelIndexInfo-getNamespace.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBModelIndexInfo-getVersion.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBModelIndexInfo-is2dSphere.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBModelIndexInfo-isGeoHaystack.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBModelIndexInfo-isSparse.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBModelIndexInfo-isText.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBModelIndexInfo-isTtl.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBModelIndexInfo-isUnique.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBUpdateResult-getMatchedCount.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBUpdateResult-getModifiedCount.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBUpdateResult-getUpsertedCount.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBUpdateResult-getUpsertedId.txt
/usr/share/doc/php-mongodb/docs/reference/method/MongoDBUpdateResult-isAcknowledged.txt
/usr/share/doc/php-mongodb/docs/reference/result-classes.txt
/usr/share/doc/php-mongodb/docs/reference/write-result-classes.txt
/usr/share/doc/php-mongodb/docs/tutorial
/usr/share/doc/php-mongodb/docs/tutorial.txt
/usr/share/doc/php-mongodb/docs/tutorial/client-side-encryption.txt
/usr/share/doc/php-mongodb/docs/tutorial/collation.txt
/usr/share/doc/php-mongodb/docs/tutorial/commands.txt
/usr/share/doc/php-mongodb/docs/tutorial/crud.txt
/usr/share/doc/php-mongodb/docs/tutorial/custom-types.txt
/usr/share/doc/php-mongodb/docs/tutorial/decimal128.txt
/usr/share/doc/php-mongodb/docs/tutorial/example-data.txt
/usr/share/doc/php-mongodb/docs/tutorial/gridfs.txt
/usr/share/doc/php-mongodb/docs/tutorial/indexes.txt
/usr/share/doc/php-mongodb/docs/tutorial/install-php-library.txt
/usr/share/doc/php-mongodb/docs/tutorial/stable-api.txt
/usr/share/doc/php-mongodb/docs/tutorial/tailable-cursor.txt
/usr/share/doc/php-mongodb/docs/upgrade.txt
/usr/share/licenses/php-mongodb
/usr/share/licenses/php-mongodb/LICENSE
/usr/share/php/MongoDB
/usr/share/php/MongoDB/BulkWriteResult.php
/usr/share/php/MongoDB/ChangeStream.php
/usr/share/php/MongoDB/Client.php
/usr/share/php/MongoDB/Collection.php
/usr/share/php/MongoDB/Command
/usr/share/php/MongoDB/Command/ListCollections.php
/usr/share/php/MongoDB/Command/ListDatabases.php
/usr/share/php/MongoDB/Database.php
/usr/share/php/MongoDB/DeleteResult.php
/usr/share/php/MongoDB/Exception
/usr/share/php/MongoDB/Exception/BadMethodCallException.php
/usr/share/php/MongoDB/Exception/Exception.php
/usr/share/php/MongoDB/Exception/InvalidArgumentException.php
/usr/share/php/MongoDB/Exception/ResumeTokenException.php
/usr/share/php/MongoDB/Exception/RuntimeException.php
/usr/share/php/MongoDB/Exception/UnexpectedValueException.php
/usr/share/php/MongoDB/Exception/UnsupportedException.php
/usr/share/php/MongoDB/GridFS
/usr/share/php/MongoDB/GridFS/Bucket.php
/usr/share/php/MongoDB/GridFS/CollectionWrapper.php
/usr/share/php/MongoDB/GridFS/Exception
/usr/share/php/MongoDB/GridFS/Exception/CorruptFileException.php
/usr/share/php/MongoDB/GridFS/Exception/FileNotFoundException.php
/usr/share/php/MongoDB/GridFS/Exception/StreamException.php
/usr/share/php/MongoDB/GridFS/ReadableStream.php
/usr/share/php/MongoDB/GridFS/StreamWrapper.php
/usr/share/php/MongoDB/GridFS/WritableStream.php
/usr/share/php/MongoDB/InsertManyResult.php
/usr/share/php/MongoDB/InsertOneResult.php
/usr/share/php/MongoDB/MapReduceResult.php
/usr/share/php/MongoDB/Model
/usr/share/php/MongoDB/Model/BSONArray.php
/usr/share/php/MongoDB/Model/BSONDocument.php
/usr/share/php/MongoDB/Model/BSONIterator.php
/usr/share/php/MongoDB/Model/CachingIterator.php
/usr/share/php/MongoDB/Model/CallbackIterator.php
/usr/share/php/MongoDB/Model/ChangeStreamIterator.php
/usr/share/php/MongoDB/Model/CollectionInfo.php
/usr/share/php/MongoDB/Model/CollectionInfoCommandIterator.php
/usr/share/php/MongoDB/Model/CollectionInfoIterator.php
/usr/share/php/MongoDB/Model/DatabaseInfo.php
/usr/share/php/MongoDB/Model/DatabaseInfoIterator.php
/usr/share/php/MongoDB/Model/DatabaseInfoLegacyIterator.php
/usr/share/php/MongoDB/Model/IndexInfo.php
/usr/share/php/MongoDB/Model/IndexInfoIterator.php
/usr/share/php/MongoDB/Model/IndexInfoIteratorIterator.php
/usr/share/php/MongoDB/Model/IndexInput.php
/usr/share/php/MongoDB/Operation
/usr/share/php/MongoDB/Operation/Aggregate.php
/usr/share/php/MongoDB/Operation/BulkWrite.php
/usr/share/php/MongoDB/Operation/Count.php
/usr/share/php/MongoDB/Operation/CountDocuments.php
/usr/share/php/MongoDB/Operation/CreateCollection.php
/usr/share/php/MongoDB/Operation/CreateIndexes.php
/usr/share/php/MongoDB/Operation/DatabaseCommand.php
/usr/share/php/MongoDB/Operation/Delete.php
/usr/share/php/MongoDB/Operation/DeleteMany.php
/usr/share/php/MongoDB/Operation/DeleteOne.php
/usr/share/php/MongoDB/Operation/Distinct.php
/usr/share/php/MongoDB/Operation/DropCollection.php
/usr/share/php/MongoDB/Operation/DropDatabase.php
/usr/share/php/MongoDB/Operation/DropIndexes.php
/usr/share/php/MongoDB/Operation/EstimatedDocumentCount.php
/usr/share/php/MongoDB/Operation/Executable.php
/usr/share/php/MongoDB/Operation/Explain.php
/usr/share/php/MongoDB/Operation/Explainable.php
/usr/share/php/MongoDB/Operation/Find.php
/usr/share/php/MongoDB/Operation/FindAndModify.php
/usr/share/php/MongoDB/Operation/FindOne.php
/usr/share/php/MongoDB/Operation/FindOneAndDelete.php
/usr/share/php/MongoDB/Operation/FindOneAndReplace.php
/usr/share/php/MongoDB/Operation/FindOneAndUpdate.php
/usr/share/php/MongoDB/Operation/InsertMany.php
/usr/share/php/MongoDB/Operation/InsertOne.php
/usr/share/php/MongoDB/Operation/ListCollectionNames.php
/usr/share/php/MongoDB/Operation/ListCollections.php
/usr/share/php/MongoDB/Operation/ListDatabaseNames.php
/usr/share/php/MongoDB/Operation/ListDatabases.php
/usr/share/php/MongoDB/Operation/ListIndexes.php
/usr/share/php/MongoDB/Operation/MapReduce.php
/usr/share/php/MongoDB/Operation/ModifyCollection.php
/usr/share/php/MongoDB/Operation/RenameCollection.php
/usr/share/php/MongoDB/Operation/ReplaceOne.php
/usr/share/php/MongoDB/Operation/Update.php
/usr/share/php/MongoDB/Operation/UpdateMany.php
/usr/share/php/MongoDB/Operation/UpdateOne.php
/usr/share/php/MongoDB/Operation/Watch.php
/usr/share/php/MongoDB/Operation/WithTransaction.php
/usr/share/php/MongoDB/UpdateResult.php
/usr/share/php/MongoDB/autoload.php
/usr/share/php/MongoDB/functions.php

References

Summary

In this tutorial we learn how to install php-mongodb on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).