shopex / luban
shopex luban service framework.
v0.9
2017-12-12 09:42 UTC
Requires
- php: >=5.5.0
- activecollab/etcd: ^1.0
- hprose/hprose: >=2.0.0
README
shopex luban grpc sdk for php
class MyServiceReslover{ public function reslove($service){ return env('SERVICE_'.$service); } } Shopex\Luban\Client::setReslover(new MyServiceReslover); $dealer = Shopex\Luban\Client::Dealer(); $dealer->Deal($dealRequest);