PHP Classes

File: worker/composer.json

Recommend this page to a friend!
  Classes of DeGraciaMathieu   Proto x Bus   worker/composer.json   Download  
File: worker/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Proto x Bus
Manage queues of messages using protocol buffers
Author: By
Last change:
Date: 10 days ago
Size: 472 bytes
 

Contents

Class file image Download
{ "name": "mathieudegracia/worker", "type": "library", "autoload": { "psr-4": { "Mathieudegracia\\Worker\\": "src/", "": "Protos/" } }, "require": { "google/protobuf": "^4.30", "aws/aws-sdk-php": "^3.342" }, "repositories": { "package": { "type": "path", "url": "../proto" } }, "require-dev": { "symfony/var-dumper": "^7.2" } }