PHPackages                             larapps/bigcommerce-app - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. larapps/bigcommerce-app

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

larapps/bigcommerce-app
=======================

Responsible for installing the app in the store and store the access token in the table.

1.0.0(1y ago)029MITPHPPHP ^7.4|^8.0

Since Nov 18Pushed 1y ago1 watchersCompare

[ Source](https://github.com/larapps/bigcommerce-app)[ Packagist](https://packagist.org/packages/larapps/bigcommerce-app)[ Docs](https://github.com/larapps/bigcommerce-app)[ RSS](/packages/larapps-bigcommerce-app/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (3)Versions (3)Used By (0)

Larapps
-------

[](#larapps)

This is a boilerplate application for installing an app to bigcommerce.

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

[](#installation)

You can install the package via composer:

```
composer require larapps/bigcommerce-app
```

### Needed ENV variables

[](#needed-env-variables)

```
APP_CLIENT_ID=XXXXXXXXXXXXXXXXX
APP_SECRET_KEY=XXXXXXXXXXXXXXXXX
APP_URL="https://api.bigcommerce.com/stores/"

```

### Migration

[](#migration)

`php artisan migrate`

To create a table for maintaining bigcommerce access tokens.

### Implementation

[](#implementation)

```
routes/web.php

use Illuminate\Http\Request;
use Larapps\BigcommerceApp\BigcommerceApp;

Route::get('/auth/install', function(Request $request){
    $bigcommerceApp = new BigcommerceApp();
    return $bigcommerceApp->install( $request );
})->name('app.install');

Route::get('/auth/load', function(Request $request){
    $bigcommerceApp = new BigcommerceApp();
    return $bigcommerceApp->load( $request );
})->name('app.load');

Route::get('/auth/uninstall', function(Request $request){
    $bigcommerceApp = new BigcommerceApp();
    return $bigcommerceApp->uninstall( $request );
})->name('app.uninstall');

```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Balashanmugam](https://github.com/larapps)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

Unknown

Total

1

Last Release

593d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/149411474?v=4)[larapps](/maintainers/larapps)[@larapps](https://github.com/larapps)

---

Top Contributors

[![larapps](https://avatars.githubusercontent.com/u/149411474?v=4)](https://github.com/larapps "larapps (6 commits)")

---

Tags

larappsbigcommerce-app

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/larapps-bigcommerce-app/health.svg)

```
[![Health](https://phpackages.com/badges/larapps-bigcommerce-app/health.svg)](https://phpackages.com/packages/larapps-bigcommerce-app)
```

###  Alternatives

[directorytree/ldaprecord-laravel

LDAP Authentication &amp; Management for Laravel.

5752.3M18](/packages/directorytree-ldaprecord-laravel)[illuminate/auth

The Illuminate Auth package.

10528.2M1.2k](/packages/illuminate-auth)[althinect/filament-spatie-roles-permissions

3481.1M10](/packages/althinect-filament-spatie-roles-permissions)[hasinhayder/tyro

Tyro - The ultimate Authentication, Authorization, and Role &amp; Privilege Management solution for Laravel 12 &amp; 13

6804.7k6](/packages/hasinhayder-tyro)[masterix21/laravel-licensing

Laravel licensing package with polymorphic assignment to any model, activation keys, expirations/renewals, and seat control via LicenseUsage. Supports offline verification with public-key–signed tokens, a CLI to generate/rotate/revoke keys, and an extensible architecture via config and contracts.

1563.1k4](/packages/masterix21-laravel-licensing)

PHPackages © 2026

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