fusio / adapter-mongodb
Provides a connection to work with a MongoDB
Fund package maintenance!
chriskapp
Patreon
www.paypal.me/fusioapi
Installs: 3 011
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 1
Open Issues: 0
Requires
- php: >=8.1
- ext-mongodb: *
- fusio/engine: ^6.0
- mongodb/mongodb: ^1.1
Requires (Dev)
- phpunit/phpunit: ^9.0
- vimeo/psalm: ^5.9
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"