Download the PHP package kambuse/xml-rpc without Composer
On this page you can find all versions of the php package kambuse/xml-rpc. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kambuse/xml-rpc
More information about kambuse/xml-rpc
Files in kambuse/xml-rpc
Download kambuse/xml-rpc
More information about kambuse/xml-rpc
Files in kambuse/xml-rpc
Vendor kambuse
Package xml-rpc
Short Description A simple xml-rpc wrapper for laravel based on incutio xml_library
License MIT
Package xml-rpc
Short Description A simple xml-rpc wrapper for laravel based on incutio xml_library
License MIT
Please rate this library. Is it a good library?
Informations about the package xml-rpc
xmlrpc-laravel-package
Package to use xmlrpc (wordpress posts) with laravel 4
Installation:
Add to your composer.json:
"martinmarianetti/xml-rpc": "dev-master"
Add this to your config/app.php file:
'providers' => array(
....
'Martinmarianetti\XmlRpc\XmlRpcServiceProvider',
),
Run this command:
composer update
Example usage:
$xmlrpc = new Xmlrpc;
$xmlrpc::configure($url . "xmlrpc.php", $username, $password);
$xmlrpc::create_post(utf8_encode($ttitle), utf8_encode($body), $imagePath, $category, utf8_encode($t));
Note: Not all functions documented.
You can look at the code for more functions or add yours!!
All versions of xml-rpc with dependencies
PHP Build Version
Package Version
No informations.
The package kambuse/xml-rpc contains the following files
Loading the files please wait ....