store icon indicating copy to clipboard operation
store copied to clipboard

Submission: php7-http template

Open HeavyHorst opened this issue 5 years ago • 0 comments

I wrote an php7-http template that is based on https://github.com/spiral/roadrunner. I took some ideas from the official php-template (php-extension.sh for installing extensions, composer.json etc.)

The template is located here: https://github.com/HeavyHorst/php-roadrunner-template.

The performance seems to be quite good (with the simple hello world example that returns the query parameters as json):

hey -n 5000 "http://localhost:8080?something=bla&one=1"
Summary:
  Total:	0.7239 secs
  Slowest:	0.0199 secs
  Fastest:	0.0008 secs
  Average:	0.0071 secs
  Requests/sec:	6906.9279

Would you accept a PR request for it?

HeavyHorst avatar Sep 29 '20 20:09 HeavyHorst