phpxmlrpcng / http
A php library for building rpc-style http clients and servers
dev-master
2020-12-23 15:30 UTC
Requires
- php: >=5.3.0
- php-http/httplug: ~1.1
- php-http/message-factory: ~1.0
Requires (Dev)
- ext-curl: *
- ext-mbstring: *
- codeclimate/php-test-reporter: dev-master
- docbook/docbook-xsl: ~1.78
- indeyets/pake: ~1.99
- phpunit/phpunit: >=4.0.0, <6.0.0
- phpunit/phpunit-selenium: *
- phpxmlrpcng/debugger: dev-master
- sami/sami: ~3.1
Suggests
- ext-curl: Needed for HTTPS and HTTP 1.1 support, NTLM Auth etc...
- ext-mbstring: Needed to allow reception of requests/responses in character sets other than ASCII,LATIN-1,UTF-8
- ext-zlib: Needed for sending compressed requests and receiving compressed responses, if cURL is not available
This package is auto-updated.
Last update: 2024-10-24 00:07:59 UTC
README
A php library for building http-based RPC clients and servers.
This package contains the set of classes and interfaces which implement the HTTP transport layer.
It aims to be compliant with PSR-7, HTTPlug and other forthcoming standards.
License
Use of this software is subject to the terms in the license.txt file