autumndev/checkmend

Checkmend API laravel package

Installs: 1 192

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/autumndev/checkmend

v1.0.6 2020-11-19 16:20 UTC

This package is auto-updated.

Last update: 2025-09-20 03:01:51 UTC


README

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

Installation

Add the following to your composer.json

"repositories":[
    {
        "type": "vcs",
        "url" : "https://autumndev@bitbucket.org/autumndevops/checkmend.git"
    }
],
"minimum-stability": "dev"

Run composer update followed by compoaser dump

Publishing confirguration 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]);