mobi-market / checkmend
Checkmend API laravel package
Installs: 726
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
pkg:composer/mobi-market/checkmend
Requires
- php: ^7.4|^8.0
- guzzlehttp/guzzle: ^6.3|^7.3
- illuminate/support: >=5.8 <10.0
Requires (Dev)
README
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]);