PHPackages                             sandipchandela/bigcommerce-php - 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. [API Development](/categories/api)
4. /
5. sandipchandela/bigcommerce-php

ActiveLibrary[API Development](/categories/api)

sandipchandela/bigcommerce-php
==============================

The bigcommerce php based on PHP

1.0.1(1y ago)18OSL-3.0PHPPHP ^8.2

Since Aug 4Pushed 1y ago1 watchersCompare

[ Source](https://github.com/sandipchandela/bigcommerce-php)[ Packagist](https://packagist.org/packages/sandipchandela/bigcommerce-php)[ RSS](/packages/sandipchandela-bigcommerce-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (6)Versions (4)Used By (0)

BigCommerce PHP App
===================

[](#bigcommerce-php-app)

Overview
--------

[](#overview)

This is a basic BigCommerce app built with PHP 8.3 that handles installation, uninstallation, and various callbacks.

Prerequisites
-------------

[](#prerequisites)

- PHP 8.3
- Composer
- MongoDB or MySQL
- Ngrok (for local testing)

Setup
-----

[](#setup)

1. **Clone the repository:**

    ```
    git clone https://github.com/sandipchandela/bigcommerce-php.git
    cd bigcommerce-php
    ```
2. **Install dependencies:**

    ```
    composer install -vvv
    ```
3. **Configure environment variables:**

Create a .env file in the root directory with the following content:

```
APP_HOSTNAME=
DB_URI=
BC_CLIENT_SECRET=
SCOPES=store_v2_content,store_v2_information,store_v2_settings

DB_HOST=localhost
DB_NAME=bigc-app
DB_USER=root
DB_PASS="@)@$CatchMe123
BC_CLIENT_SECRET=
```

4. **local server with Ngrok**```
    ngrok http 80
    ```

Routes
------

[](#routes)

- Auth Callback URL: /bigcommerce/install
- Load Callback URL: /bigcommerce/load
- Uninstall Callback URL: /bigcommerce/uninstall
- Webhook Listener URL: /bigcommerce/webhook

Testing
-------

[](#testing)

Run PHPUnit tests:

```
./vendor/bin/phpunit tests -vvv
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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 ~7 days

Total

2

Last Release

637d ago

PHP version history (2 changes)1.0.0PHP ^8.3

1.0.1PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/0b4370bb026c202c6365942c6e8c617cf397c599e823f5fe60b2a21e0a04b025?d=identicon)[sandipchandela](/maintainers/sandipchandela)

---

Top Contributors

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

---

Tags

phpappbigcommerce

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sandipchandela-bigcommerce-php/health.svg)

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

###  Alternatives

[algolia/algoliasearch-client-php

API powering the features of Algolia.

69333.0M114](/packages/algolia-algoliasearch-client-php)[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.5k311.5k5](/packages/theodo-group-llphant)[bitrix24/b24phpsdk

An official PHP library for the Bitrix24 REST API

9230.2k4](/packages/bitrix24-b24phpsdk)[comgate/sdk

Comgate PHP SDK

13327.8k](/packages/comgate-sdk)[rubix/server

Deploy your Rubix ML models to production with scalable stand-alone inference servers.

632.3k](/packages/rubix-server)

PHPackages © 2026

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