jesobreira / react-mongodb
Asynchronous MongoDB client for React PHP.
1.0.0
2020-04-22 15:20 UTC
Requires
- php: >=5.4.0
- mongodb/mongodb: ^1.3
- react/dns: 0.4.*
- react/event-loop: 0.4.*
- react/promise: ~2.0
- react/socket-client: 0.4.*
- react/stream: 0.4.*
This package is auto-updated.
Last update: 2024-12-23 02:51:08 UTC
README
This library implements an async MongoDB client for PHP. It currently depends on the mongo extension for BSON processing, but all network communication is performed through React's event loop.
This project is highly experimental. Please do not bother to open issues for missing functionality.