phpxmlrpcng / http
一个用于构建RPC风格HTTP客户端和服务器端的php库
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-08-23 23:47:56 UTC
README
一个用于构建基于HTTP的RPC客户端和服务器端的php库。
此包包含一组实现HTTP传输层的类和接口。
它旨在符合PSR-7、HTTPlug和其他即将推出的标准。
许可证
使用本软件受license.txt文件中的条款约束。