rcarvs/ripcord
Composer 安装命令:
composer require rcarvs/ripcord
包简介
RPC client and server around PHP's xmlrpc library but without XMLRPC extension necessity
README 文档
README
Ripcord - XML RPC client and server for PHP
This packages is a copy of https://code.google.com/p/ripcord/.
Installation
composer require darkaonline/ripcord
Requirements
Requires the PHP extension XML-RPC.
For Laravel Users
- Open your
AppServiceProvider(located inapp/Providers) and add this line inregisterfunction
$this->app->register(\Ripcord\Providers\Laravel\ServiceProvider::class);
- Run
ripcord:publishto publish configs (config/ripcord.php) or just copyripcord.phpfile fromvendor/darkaonline/ripcord/src/Ripcord/Prividers/Laravel/configand paste toconfigfolder
Extending
Just extend Ripcord class and all your coinfg and basic connection will be done for you automaticly
namespace Foo\Bar; use Ripcord\Providers\Laravel\Ripcord; class Provider extends Ripcord { ... }
Support
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-09-23