Libraries tagged by xml api
trashtoy/peach2
224 Downloads
provides a general-purpose class library: array manipulation, datetime management, dynamically markup, data encode/decode API, etc.
toppy/tweakwise-client
3 Downloads
Tweakwise API. Tweakwise offers differing REST services that can be called from various URLs and separate parameters. Response in XML and JSON format is offered for all services. XML is the default format, JSON format is also possible by adding ‘format=json’ to the call. Parameters are sent along with the query string (GET Request) via the URL. --- Authentication Authentication takes place by means of a unique key valid for each instance. This key is sent along with the particular service immediately after the call and must be placed before any parameters. This key is issued by Tweakwise.
sw/pardot
38 Downloads
A Pardot-API-Wrapper for PHP.
sunder6218/parser
35 Downloads
Simple PHP Parser Utility Library for API Development
sudiptochoudhury/php-time-doctor
7 Downloads
PHP Client Library to consume Time Doctor API
subhransusekhar/hcp-connect
2 Downloads
A generic REST API client for HCP
spir/dotclear
39 Downloads
Dotclear XML-RPC client library
selfworks/parallelcurl
37 Downloads
A PHP class providing an easy interface for running multiple concurrent CURL requests.
ruvart/openkm-client
26 Downloads
A generic unofficial REST API client for PHP for connecting with an OpenKM Server.
repat/weimark-php
0 Downloads
API Client for weimark.com webservice
rcarvs/odoo-ripcord
5 Downloads
Rippo without XMLRPC extension dependency
quibax/http
232 Downloads
Fork from vinelab/http with some adjustments for own use.
postedin/fxmlrpc
9193 Downloads
Fast and tiny XML/RPC client with bridges for various HTTP clients
phuongdanh/simple-response
19 Downloads
This package is used to wrap your response data. It supports for laravel as well
phpmystic/retrofit-php
1 Downloads
A type-safe HTTP client for PHP inspired by Square's Retrofit. Turn your HTTP API into a PHP interface using attributes.