Skip to content

Mobi-Market/checkmend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This package provides the Checkmend Due Diligence and Make and Model Extended API Calls for use in MobiMarket applications.

Installation

Run

composer require mobi-market/checkmend

Publishing configuration file

php artisan vendor:publish --provider=Autumndev\Checkmend\CheckmendServiceProvider

Update the settings int he configuration file located at: .\config\checkmend.php

#Usage

$result = Checkmend::dueDiligence($imei);
// send certificate to email or url call back
Checkmend::getCertificate($result->certid, $url, $email);
$result = Checkmend::makeModelExt([$imei]);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%