A simple CodeIgniter implementation of xmlapi-php from cPanel.
https://github.com/CpanelInc/xmlapi-php
- Place the folder into application/third_party
- Edit config/cpanel_api.php
- Load the package by $this->load->library() or autoloading (autoload.php) it.
For more information on the API calls for the library, please visit https://github.com/CpanelInc/xmlapi-php. This work just as a wrapper.