PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Wolfy-J   goridge   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: goridge
Run Golang code from PHP calling its RPC server
Author: By
Last change: release 2.0.0
Date: 6 years ago
Size: 498 bytes
 

Contents

Class file image Download
{ "name": "spiral/goridge", "type": "goridge", "description": "High-performance PHP-to-Golang RPC bridge", "license": "MIT", "authors": [ { "name": "Anton Titov / Wolfy-J", "email": "wolfy.jd@gmail.com" } ], "require": { "php": ">=7.0" }, "require-dev": { "phpunit/phpunit": "~6.0" }, "autoload": { "psr-4": { "Spiral\\Goridge\\": "source/" } }, "autoload-dev": { "psr-4": { "Spiral\\Tests\\": "tests/Cases/" } } }