PHPackages                             nerds-and-company/schematic-commerce - 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. nerds-and-company/schematic-commerce

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

nerds-and-company/schematic-commerce
====================================

Synchronize Commerce settings with Schematic

1.0.2(9y ago)22.4k[2 issues](https://github.com/nerds-and-company/schematic-commerce/issues)MITPHPPHP &gt;=5.5

Since May 1Pushed 7y ago11 watchersCompare

[ Source](https://github.com/nerds-and-company/schematic-commerce)[ Packagist](https://packagist.org/packages/nerds-and-company/schematic-commerce)[ RSS](/packages/nerds-and-company-schematic-commerce/feed)WikiDiscussions master Synced 2w ago

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

Schematic for Commerce [![Scrutinizer Code Quality](https://camo.githubusercontent.com/4c9a7b5805a57d26c73fa4d8112eeafc340a62cbb95698eaf1e6dce800666976/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6e657264732d616e642d636f6d70616e792f736368656d617469632d636f6d6d657263652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/nerds-and-company/schematic-commerce/?branch=master) [![Build Status](https://camo.githubusercontent.com/6820fc05c4838a79d53ad974b0780f3e1c94762f97a3b97af39be624496f5c0b/68747470733a2f2f7472617669732d63692e6f72672f6e657264732d616e642d636f6d70616e792f736368656d617469632d636f6d6d657263652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/nerds-and-company/schematic-commerce) [![Code Coverage](https://camo.githubusercontent.com/05de8039c74ce0dcf6e1fe675832879b6e85b1eac13fc217e8e358a7acc9fa8d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6e657264732d616e642d636f6d70616e792f736368656d617469632d636f6d6d657263652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/nerds-and-company/schematic-commerce/?branch=master)
=====================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#schematic-for-commerce---)

Schematic for Commerce is a package for synchronizing Commerce settings with [Schematic](https://github.com/nerds-and-company/schematic).

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

[](#installation)

This tool can be installed [using Composer](https://getcomposer.org/doc/00-intro.md). Run the following command from the root of your project:

```
composer require nerds-and-company/schematic-commerce

```

This will add `nerds-and-company/schematic-commerce` as a requirement to your project's `composer.json` file and install the source-code into the `vendor/nerds-and-company/schematic-commerce` directory.

Usage
-----

[](#usage)

This package should be loaded with a Craft plugin, which implements the `registerMigrationService()` hook of Schematic:

```
use NerdsAndCompany\Schematic\Commerce\Services as Commerce;

public function registerMigrationService()
{
    return [
        'commerce_orderSettings' => new Commerce\OrderSettings(),
        'commerce_emails' => new Commerce\Emails(),
        'commerce_orderStatuses' => new Commerce\OrderStatuses(),
        'commerce_paymentMethods' => new Commerce\PaymentMethods(),
        'commerce_paymentCurrencies' => new Commerce\PaymentCurrencies(),
        'commerce_taxCategories' => new Commerce\TaxCategories(),
        'commerce_shippingCategories' => new Commerce\ShippingCategories(),
        'commerce_productTypes' => new Commerce\ProductTypes(),
        'commerce_countries' => new Commerce\Countries(),
        'commerce_states' => new Commerce\States(),
        'commerce_taxZones' => new Commerce\TaxZones(),
        'commerce_taxRates' => new Commerce\TaxRates(),
        'commerce_shippingZones' => new Commerce\ShippingZones(),
        'commerce_shippingMethods' => new Commerce\ShippingMethods(),
    ];
}
```

Here is a list of all of the supported Commerce data types:

Data TypeOrder SettingsOrder StatusesEmailsPayment MethodsPayment CurrenciesProduct TypesCountriesStatesTax CategoriesTax RatesShipping CategoriesShipping ZonesShipping MethodsLicense
-------

[](#license)

This project has been licensed under the MIT License (MIT). Please see [License File](LICENSE) for more information.

Changelog
---------

[](#changelog)

[CHANGELOG.md](CHANGELOG.md)

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 58.3% 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 ~4 days

Total

3

Last Release

3339d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/473941cfd5dd7f9070a5ee2e0c7fe71ef6f9aed74e40cee91cebf77a2392bb27?d=identicon)[nerds-and-company](/maintainers/nerds-and-company)

---

Top Contributors

[![BobbySprakel](https://avatars.githubusercontent.com/u/4225370?v=4)](https://github.com/BobbySprakel "BobbySprakel (7 commits)")[![bvangennep](https://avatars.githubusercontent.com/u/12080429?v=4)](https://github.com/bvangennep "bvangennep (5 commits)")

---

Tags

craft-commercecraftcmscraftcms-pluginschematic

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nerds-and-company-schematic-commerce/health.svg)

```
[![Health](https://phpackages.com/badges/nerds-and-company-schematic-commerce/health.svg)](https://phpackages.com/packages/nerds-and-company-schematic-commerce)
```

###  Alternatives

[aura/includer

Include multiple files from specified directories, in order, with variables extracted into a limited include scope.

133.2k](/packages/aura-includer)

PHPackages © 2026

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