Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 219 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 219 Bytes

MY_Xmlrpc

Adds cURL and SSL support to CodeIgniter's Xmlrpc library.

SSL only through cURL.

Usage

$this->load->library('xmlrpc'); $this->xmlrpc->initialize(array('curl' => TRUE));