fusio / adapter-mongodb
Provides a connection to work with a MongoDB
v6.2.1
2025-12-25 16:25 UTC
Requires
- php: >=8.1
- ext-mongodb: *
- fusio/engine: ^6.0
- mongodb/mongodb: ^2.0
Requires (Dev)
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^12.0
README
Fusio adapter which provides a connection to work with a MongoDB. The adapter uses the mongodb/mongodb package thus
it requires the mongod extension. You can install the adapter with the following steps inside your Fusio project:
composer require fusio/adapter-mongodb
php bin/fusio system:register "Fusio\Adapter\Mongodb\Adapter"