Skip to content

Instantly share code, notes, and snippets.

View FoxBuru's full-sized avatar
🏠
Working from home

Iván De Gyves López FoxBuru

🏠
Working from home
View GitHub Profile
@FoxBuru
FoxBuru / xmlrpc.php
Last active December 14, 2016 21:00 — forked from hofmeister/xmlrpc.php
PHP simple XML-RPC Client
<?php
/**
* @author Henrik Hofmeister
* @author Ivan de Gyves
* @license MIT
* @version 1.1
*
* XmlRPC using SimpleXML and CURL
* XML-RPC server can be a HTTP or HTTPS one
*