Home > VirginMoneyGiving-API

VirginMoneyGiving-API

VirginMoneyGiving-API is a project mainly written in PHP, it's free.

A PHP Api Class for pulling the total in from any Virgin Money Giving Page

Virgin Money Giving API

A simple PHP class to pull in the total from any Virgin Money Giving page.

Example Usage

$vmg = new VirginMoneyGiving('http://uk.virginmoneygiving.com/team/paulandrob'); echo "Total is :".$vmg->getTotal();

Previous:DukaPress