PHPackages                             mobicardsystems/laravel-scanapi - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. mobicardsystems/laravel-scanapi

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

mobicardsystems/laravel-scanapi
===============================

Mobicard card scanning package for Laravel

1.0.1(1mo ago)07MITBladePHP &gt;=8.2

Since Apr 20Pushed 1mo agoCompare

[ Source](https://github.com/mobicardsystemslimited/laravel-scanapi)[ Packagist](https://packagist.org/packages/mobicardsystems/laravel-scanapi)[ RSS](/packages/mobicardsystems-laravel-scanapi/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

MobiCard ScanAPI
================

[](#mobicard-scanapi)

Transform user checkout experiences with our intelligent card scanning technology. Let users scan or upload payment cards to automatically extract and validate card data.

- **Extract**: Card number, expiry date, brand, and EXIF metadata
- **Validate**: Automatic validation checks and risk assessment
- **Tokenize**: Seamless integration with MobiToken for secure storage
- **Flexible**: Two implementation methods with full code samples
- **Fast**: Reduce checkout time by up to 70%

---

Installation
------------

[](#installation)

Follow these complete installation steps to set up the `mobicardsystems/laravel-scanapi` package in your Laravel project.

### 1. Install via Composer

[](#1-install-via-composer)

Run the following command in your terminal:

```
composer require mobicardsystems/laravel-scanapi
```

### 2. Publish Configuration File

[](#2-publish-configuration-file)

This copies `config/scanapi.php` to your Laravel config directory, allowing you to customize the package behavior.

```
php artisan vendor:publish --tag=scanapi-config
```

### 3. Add Environment Variables

[](#3-add-environment-variables)

Add the following credentials and settings to your `.env` file:

```
SCANAPI_VERSION=2.0
SCANAPI_MODE=LIVE
SCANAPI_MERCHANT_ID=4
SCANAPI_API_KEY=your_api_key_here
SCANAPI_SECRET_KEY=your_secret_key_here
SCANAPI_SERVICE_ID=20000
SCANAPI_SERVICE_TYPE=1
SCANAPI_BASE_URL=[https://mobicardsystems.com/api/v1](https://mobicardsystems.com/api/v1)
```

### 4. Clear Configuration Cache

[](#4-clear-configuration-cache)

To ensure your environment changes are recognized, clear the configuration cache:

```
php artisan config:clear
```

If you use configuration caching in a production environment:

```
php artisan config:cache
```

### 5. (Optional) Publish Views

[](#5-optional-publish-views)

If you want to customize the look and feel of the scanner views:

```
php artisan vendor:publish --tag=scanapi-views
```

### 6. (Optional) Publish Assets

[](#6-optional-publish-assets)

To publish the necessary CSS, JS, and image assets:

```
php artisan vendor:publish --tag=scanapi-assets
```

### 6. Test the Package

[](#6-test-the-package)

```

```

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance90

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

51d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/06b20d6580a7803d2b7155f0ba924d551272292c6980e90731413f769e2d7d74?d=identicon)[fnjauke](/maintainers/fnjauke)

---

Top Contributors

[![mobicardsystemslimited](https://avatars.githubusercontent.com/u/261599113?v=4)](https://github.com/mobicardsystemslimited "mobicardsystemslimited (8 commits)")

### Embed Badge

![Health badge](/badges/mobicardsystems-laravel-scanapi/health.svg)

```
[![Health](https://phpackages.com/badges/mobicardsystems-laravel-scanapi/health.svg)](https://phpackages.com/packages/mobicardsystems-laravel-scanapi)
```

###  Alternatives

[spatie/laravel-export

Create a static site bundle from a Laravel app

670139.5k6](/packages/spatie-laravel-export)[flarum/core

Delightfully simple forum software.

261.4M2.2k](/packages/flarum-core)[venturedrake/laravel-crm

A free open source CRM built as a package for laravel projects

39910.0k](/packages/venturedrake-laravel-crm)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1348.1k1](/packages/jasara-php-amzn-selling-partner-api)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[wearepixel/laravel-cart

A cart implementation for Laravel

1355.6k](/packages/wearepixel-laravel-cart)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
