Giter Site home page Giter Site logo

barclays-efinance-api-library's Introduction

Barclays eFinance API Library

A PHP library for interacting with the Barclays Bank eFinance API, for submitting new finance proposals to their online system (and receiving updates to proposals). The eFinance system is part of the Barclays Partner Finance package, and you can get more information from their website: http://www.barclayspartnerfinance.com/business/retail/service.html

The package is written in PHP and uses SOAP to send data to the API. All you need to do is construct simple arrays which are passed to the library and you're done.

<?
$bef = new bef_proposalEnquiry();

$bef->add_data('ClientReference', 'A4');
$bef->add_data('ProposalID', 8323);

$bef->call();
?>

Installing with Composer

You can add the source files to your application with composer which eliminates the need to require the files, enabling the classes to be called at any time.

Add appliedorder/barclays-efinance-api-library to the contents of your composer.json:

{
    "require": {
        "appliedorder/barclays-efinance-api-library": ">=0.1.0"
    }
}

License

Copyright (c) 2014 Ben Griffiths (http://www.appliedorder.com)

Licensed under the MIT License (http://www.opensource.org/licenses/mit-license.php)

barclays-efinance-api-library's People

Contributors

bengriffiths avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.