You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To install this extension, you need [pie](https://github.com/php/pie) installed on your system. `pie` is a modern tool for managing PHP extensions.
28
+
29
+
Install the [`mongodb/mongodb-extension`](https://packagist.org/packages/mongodb/mongodb-extension) package from Packagist using the following command:
30
+
31
+
```shell
32
+
pie install mongodb/mongodb-extension
33
+
```
34
+
35
+
This will automatically download, build, and enable the MongoDB extension for your PHP installation.
36
+
37
+
For more details on using `pie`, see the [pie documentation](https://github.com/php/pie).
0 commit comments