roadrunner-server / roadrunner

🤯 High-performance PHP application server, process manager written in Go and powered with plugins
https://docs.roadrunner.dev
MIT License
7.9k stars 413 forks source link

[Discussion] Any other potential frameworks/libraries to use with #75

Closed Alex-Bond closed 5 years ago

Alex-Bond commented 5 years ago

Hi everyone!

We already have Symfony and Laravel in wiki and Slim waiting for independent tests. What about any other frameworks/libraries/CMS/CMF? Any success in connection RR to them?

wolfy-j commented 5 years ago

Zend Expressive works, Spiral supports it on kernel level in 2.0.

FirestarterUA commented 5 years ago

Can you show, how to use Roadrunner in Docker?

Alex-Bond commented 5 years ago

Zend Expressive works, Spiral supports it on kernel level in 2.0.

Maybe u want to create the wiki page for it? Just to show up that RR compatible with it.

Alex-Bond commented 5 years ago

Can you show, how to use Roadrunner in Docker?

Good idea. We should add RR to Docker Hub. Question is which version of PHP to use or how made it with all major versions. @wolfy-j what do u think? add Dockerfiles to this repo or just describe example in wiki?

wolfy-j commented 5 years ago

Well, the Docker installation is trivial so Wiki page might be enough for now. We have used PHP 7.x Apline CLI, copied RR binary in it and made it and enter-point. That's it :)

grachevko commented 5 years ago

Docker image may sense this only for quick start guide, but as it also require install dependencies from composer i think image not make sense. Especial after solve https://github.com/spiral/roadrunner/issues/71

wolfy-j commented 5 years ago

Also, i found this https://github.com/n1215/roadrunner-docker-skeleton

Alex-Bond commented 5 years ago

Also, i found this https://github.com/n1215/roadrunner-docker-skeleton

Here is my vision of it - https://gist.github.com/Alex-Bond/849156fae6ccc9d6b853b7132f8e5f0c About debug - its possible, but in this case, it gonna require entry point and small Bash script with env/parameter checker.

wolfy-j commented 5 years ago

I would close this issue due being stalled (the rest of conversation can be moved to Discord). All of the links added here are moved into Wiki. The only framework which is missing from this list is Spiral and it will be added as separate section later.