Libraries tagged by https server
middlewares/http-authentication
305998 Downloads
Middleware to implement Basic and Digest Http authentication
mcustiel/phiremock-server
885419 Downloads
A mocker for HTTP and REST services
ciareis/bypass
14007 Downloads
Bypass for PHP provides a quick way to create a custom instead of an actual HTTP server to return prebaked responses to client requests. This is most useful in tests, when you want to create a mock HTTP server and test how your HTTP client handles different types of responses from the server.
swoole-bundle/swoole-bundle
61473 Downloads
Open/Swoole Symfony Bundle
morozovsk/websocket
17813 Downloads
simple php websocket server with examples and demo: simple chat (single daemon) - http://sharoid.ru/chat.html , pro chat (master + worker) - http://sharoid.ru/chat2.html , simple game - http://sharoid.ru/game.html
middlewares/whoops
210342 Downloads
Middleware to use Whoops as error handler
middlewares/payload
471398 Downloads
Middleware to parse the body of the request with support for json, csv and url-encode
middlewares/negotiation
455999 Downloads
Middleware to implement content negotiation
middlewares/client-ip
656367 Downloads
Middleware to detect the client ip and save it as a request attribute
middlewares/base-path-router
1492948 Downloads
A PSR-15 middleware for hierarchical dispatching based on path prefixes
middlewares/base-path
1558618 Downloads
Middleware to remove the prefix from the uri path of the request.
middlewares/access-log
130611 Downloads
Middleware to generate access logs
mcustiel/phiremock-common
896797 Downloads
Common libraries for Phiremock
mcustiel/phiremock-codeception-module
558387 Downloads
Codeception module for PhireMock. Allows to stub remote services for HTTP requests.
mcustiel/phiremock-client
770362 Downloads
Client library to communicate with Phiremock server