PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of walid laggoune   MongoDB Queue PHP Query Execute   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: MongoDB Queue PHP Query Execute
Query and execute multiple queries using MongoDB
Author: By
Last change:
Date: 4 years ago
Size: 717 bytes
 

Contents

Class file image Download
{ "name": "mongo-concurrency/mongo-concurrency", "type": "library", "description": "Concurrency PHP library for MongoDB", "keywords": ["PHP","MongoDB","concurrency"], "homepage": "https://github.com/Seldaek/monolog", "license": "MIT", "minimum-stability" : "dev", "authors": [ { "name": "LAGGOUNE Walid", "email": "walidlaggoue159@gmail.com", "homepage": "https://dilawskyjordan.github.io/portfolio/", "role": "Developer" } ], "require": { "mongodb/mongodb": "^1.5", "php": ">=7.2", "ext-ev": "*" }, "autoload": { "psr-4" : { "MongoConcurrency\\" : "src" } } }