PHPackages                             storessuite/wix - 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. storessuite/wix

ActiveLibrary[API Development](/categories/api)

storessuite/wix
===============

Wix integration for Laravel apps.

0.0.40(1y ago)1831MITPHP

Since Dec 1Pushed 1y ago1 watchersCompare

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

READMEChangelogDependencies (4)Versions (40)Used By (0)

Wix
===

[](#wix)

Wix is a Laravel package to integrate Wix. It provides:

1. SDK for interacting with Wix API.
2. Database for representing Wix resources in your app.

Github
------

[](#github)

Implementation
--------------

[](#implementation)

1. `composer require storessuite/wix`
2. `php artisan migrate`
3. Setup `.env`

```
WIX_APP_ID=

```

4. Add a route `${APP_URL}/wix/oauth/complete`. You will receive `state` and `wixSiteId` at this endpoint after installation is complete. This can be a good place to create a connection between wix site and authenticated user.

Wix Contract
------------

[](#wix-contract)

You should create a class by implement WixContract and bind WixContract with the class. This is required when wix installation is complete and Wix package needs to access app's services to complete installation. Like creating users for wix site.

Requirements
------------

[](#requirements)

1. PHP 8.3 or higher
2. Laravel 11 or higher

Contribution
------------

[](#contribution)

### Conventions

[](#conventions)

#### Database table naming convention

[](#database-table-naming-convention)

- `_id` = ID of a resource on Wix. For example: ID of Wix product is stored as `_id` in `wix_products` table.
- Append all tables with `wix_`. This will group all Wix related tables together.
- Pivot tables have related tables names in singular form. For example: `wix_site_wix_site_contributor` is a pivot table for `wix_sites` and `wix_site_constributors` tables.
- Tables names should be plural word of the resource. For example: `wix_products`. For certain words, there is no trailing `s`. For example: table `media` should represent all media related data.

#### Model convention

[](#model-convention)

- All relations should ommit the word `Wix`. For example: `variants()` defines a relationship for `WixVariant`.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance40

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.4% 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 ~1 days

Total

39

Last Release

505d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7ad7f6314311afbd58c7cce4f5d411313639a98708d1f2bc80f48c0dc4bc4f13?d=identicon)[storessuite](/maintainers/storessuite)

---

Top Contributors

[![sarojkalamagar](https://avatars.githubusercontent.com/u/38393641?v=4)](https://github.com/sarojkalamagar "sarojkalamagar (81 commits)")[![Princessdada](https://avatars.githubusercontent.com/u/106841602?v=4)](https://github.com/Princessdada "Princessdada (2 commits)")[![storessuite](https://avatars.githubusercontent.com/u/189743020?v=4)](https://github.com/storessuite "storessuite (1 commits)")

### Embed Badge

![Health badge](/badges/storessuite-wix/health.svg)

```
[![Health](https://phpackages.com/badges/storessuite-wix/health.svg)](https://phpackages.com/packages/storessuite-wix)
```

###  Alternatives

[nuwave/lighthouse

A framework for serving GraphQL from Laravel

3.5k10.7M93](/packages/nuwave-lighthouse)[flat3/lodata

OData v4.01 Producer for Laravel

96320.9k](/packages/flat3-lodata)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)

PHPackages © 2026

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