Download the PHP package tafoyaventures/revive-xmlrpc without Composer
On this page you can find all versions of the php package tafoyaventures/revive-xmlrpc. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tafoyaventures/revive-xmlrpc
More information about tafoyaventures/revive-xmlrpc
Files in tafoyaventures/revive-xmlrpc
Package revive-xmlrpc
Short Description package of the library classes to provide XmlRpc routines for accessing revive ad servers
License GPL-2.0-or-later
Homepage https://github.com/tafoyaventures/Revive-XmlRpc
Informations about the package revive-xmlrpc
Artistan/Revive-XmlRpc
remote procedure calls - RPC - is a basic API that has existed on Revive since it was OpenX Source. This is a basic update to that system and extracted into a package which can be used in virtually any Php Project to access your Revive server or manage multiple Revive servers. The response data is not exactly pretty for Ads Display, but hopefully I can come up with a version 3 that format the data into a more friendly format.
Revive AdServer xml api
extracted into a package and updated to use packages rather than pear
requires
- php-xml
uses
SETUP
composer
Using The API
phpdoc documentation
Version 2 xml
these examples were tested in Laravel 5.6 Commands
configuration
loads definitions in this order each step will override/replace the previous step
- loads /Assets/Config/revive-xmlrpc.php (defaults)
- laravel style configs (if function config exists)
- constructor array settings (first param can be an array)
- constructor individual settings
laravel config/env
you can edit the config/revive-xmlrpc.php
file add these env variables to or .env files
custom config initialization
uses ./Assets/Config/revive-xmlrpc.php
for config if you do not provide it to the class.