flashwave
93ec139171
- Aiwass -> RPCii - Swapped the meaning of "Procedure" and "Action" - IRpcActionHandler is now RpcHandler, abstract class no longer exists like Index - Anything suffixed by Trait is now suffixed by Common - All I prefixes on interfaces are gone - A PHP StreamWrapper implementation of HttpRequest added as a fallback for when cURL isnt installed - HttpRpcServer now hosts on /_rpcii instead of /_aiwass - Packagist package is now flashii/rpcii instead of flashwave/aiwass That's probably all of it but I probably forgor.
29 lines
680 B
JSON
29 lines
680 B
JSON
{
|
|
"name": "flashii/rpcii",
|
|
"description": "HTTP RPC client/server library.",
|
|
"type": "library",
|
|
"homepage": "https://railgun.sh/rpcii",
|
|
"license": "bsd-3-clause-clear",
|
|
"require": {
|
|
"php": ">=8.3",
|
|
"ext-msgpack": ">=2.2",
|
|
"flashwave/index": "^0.2410"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^11.4",
|
|
"phpstan/phpstan": "^2.0"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "flashwave",
|
|
"email": "packagist@flash.moe",
|
|
"homepage": "https://flash.moe",
|
|
"role": "mom"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"RPCii\\": "src"
|
|
}
|
|
}
|
|
}
|