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 1mo ago

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 43% of packages

Maintenance38

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

547d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e976d60e375c3d3e730ce1f78f4629d023706b431a0795d023f66be7b3297b74?d=identicon)[larapps](/maintainers/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

[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)[olssonm/l5-very-basic-auth

Laravel stateless HTTP basic auth without the need for a database

1662.5M1](/packages/olssonm-l5-very-basic-auth)[stechstudio/laravel-jwt

Helper package that makes it easy to generate, consume, and protect routes with JWT tokens in Laravel

126117.6k](/packages/stechstudio-laravel-jwt)[scaler-tech/laravel-saml2

SAML2 Service Provider integration for Laravel applications, based on OneLogin toolkit

2737.5k](/packages/scaler-tech-laravel-saml2)[truckersmp/steam-socialite

Laravel Socialite provider for Steam OpenID.

1516.7k](/packages/truckersmp-steam-socialite)

PHPackages © 2026

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