承接 rcarvs/ripcord 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

rcarvs/ripcord

Composer 安装命令:

composer require rcarvs/ripcord

包简介

RPC client and server around PHP's xmlrpc library but without XMLRPC extension necessity

README 文档

README

Total Downloads GuitHub Sponsor

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 in app/Providers) and add this line in register function
    $this->app->register(\Ripcord\Providers\Laravel\ServiceProvider::class);
  • Run ripcord:publish to publish configs (config/ripcord.php) or just copy ripcord.php file from vendor/darkaonline/ripcord/src/Ripcord/Prividers/Laravel/config and paste to config folder

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

GuitHub Sponsor

统计信息

  • 总下载量: 11
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 24
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-09-23