Giter Club home page Giter Club logo

smartapihelper's Introduction

GitHub Page
Documentation Page

SmartAPI Helper

This is a PHP library for MeridianLink's SmartAPI interface.

This library should be used only after a review of the SmartAPI Integration Guide. The integration guide covers basic knowledge the software developer should have before starting their project. After reviewing the guide, this library can be used to expedite the integration process.

The SmartAPI Integration Guide, which is included in the integration kit, can be obtained by reaching out to MeridianLink directly.

Requirements

  • PHP 7.1.0 or higher
  • Extension: cURL
  • Extension: OpenSSL
  • Extension: XML

Installation Instructions

With Composer

To install using composer:

composer require jafrajarvy292/smartapihelper

If composer's autoload file is already included in your project, then this library will automatically be loaded.

Manual via SPL Autoloader

Download the latest release and and extract to its own folder. Afterwards, require the autoloader file.

For example, if you saved this to a folder named smartapihelper, then your require statement should look something like the following:

require "smartapihelper/autoload.php";

Getting Started

Look through the samples folder for examples of using this library.

smartapihelper's People

Contributors

jafrajarvy292 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

smartapihelper's Issues

Enhance consumer credit response parser to support instances where more than one SERVICE container is present

With the introduction FlexID being supported as an add-on to the consumer credit report, there are instances where retrieving a credit report file will result in a response that contains one SERVICE container for the credit report data, but also up to two other SERVICE containers for the FlexID data--one for each applicant. At present, the credit report parser looks at the first SERVICE container present to grab all the relevant data, but this is a problem if that first container is actually that of a FlexID order. There is a separate field we can also reference in our xpath to ensure the container we're using is that of the consumer credit. This should be a simple change.

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.