All Projects → DarkaOnLine → Ripcord

DarkaOnLine / Ripcord

Licence: other
XML RPC client and server around PHP's xmlrpc library

Programming Languages

PHP
23972 projects - #3 most used programming language

Total Downloads

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 5 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 on Beerpay

Hey dude! Help me out for a couple of 🍻!

Beerpay Beerpay

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].