Package php8.4-mongodb: Information
Source package: php8.4-mongodb
Version: 2.1.2-alt8.4.14.alt1
Build time: Oct 31, 2025, 10:19 PM in the task #398868
Category: System/Servers
Report package bugHome page: https://pecl.php.net/package/mongodb
License: Apache-2.0
Summary: MongoDB driver for PHP
Description:
This extension is developed atop the [libmongoc](https://github.com/mongodb/mongo-c-driver) and [libbson](https://github.com/mongodb/libbson) libraries. It provides a minimal API for core driver functionality: commands, queries, writes, connection management, and BSON serialization. Userland PHP libraries that depend on this extension may provide higher level APIs, such as query builders, individual command helper methods, and GridFS. Application developers should consider using this extension in conjunction with the [MongoDB PHP library](https://github.com/mongodb/mongo-php-library), which implements the same higher level APIs found in MongoDB drivers for other languages.
List of RPM packages built from this SRPM:
php8.4-mongodb (x86_64, i586, aarch64)
php8.4-mongodb-debuginfo (x86_64, i586, aarch64)
php8.4-mongodb (x86_64, i586, aarch64)
php8.4-mongodb-debuginfo (x86_64, i586, aarch64)
Maintainer: Anton Farygin
Last changed
Oct. 31, 2025 Anton Farygin 2.1.2-alt8.4.14.alt1
- rebuilt with php-devel = 8.4.14-alt1
Oct. 6, 2025 Leontiy Volodin 2.1.2-alt1
- 2.1.1 -> 2.1.2 - built from upstream git
Sept. 2, 2025 Leontiy Volodin 2.1.1-alt2
- Finally packaged as a universal php package. - Renamed: mongo-php-driver -> php-mongodb.