Last active
October 8, 2020 21:39
-
-
Save nixoncode/b62d626289e5dc6b7697f819d5639c83 to your computer and use it in GitHub Desktop.
golang roadrunner php slim application example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "nkosg/php-go-roadrunner", | |
"description": "a php slim application run by golang using roadrunner", | |
"type": "project", | |
"require": { | |
"slim/slim": "^4.5", | |
"spiral/roadrunner": "^1.8", | |
"slim/psr7": "^1.2", | |
"php-di/slim-bridge": "^3.0", | |
"slim/http": "^1.0" | |
}, | |
"authors": [ | |
{ | |
"name": "Nixon Kosgei", | |
"email": "[email protected]" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment