Skip to content

abrutus/osfi-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSFI Client

PHP client to consume the OSFI Rest Api.

Installation

Require the package in your composer.json file.

"require": {
    "abrutus/osfi-client": "dev-master"
},

Sample usage

<?php
require_once "vendor/autoload.php";
$client = new Osfi\Client;
$match_result = $client->matchName("Al Kiaida");
if($match_result->count > 0) {
    // We have a match
    echo "Match on:" . print_r($match_result->entities, 1);
}

About

rest client for the osfi check service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages