Composer plugins repository

Last updated:

Default package "filter by" field:

Fields to display on packages:

This is a private Composer repository. To use it, you have to add this repository to your composer.json file.

Setting up this repository in your projects

Add this Composer repository to your project's composer.json file, then you can require these private packages just like you would with one from Packagist.

Run this command in the terminal in your project's root directory:

composer config repositories.octolize/plugins composer https://composer.octolize.dev

or add to composer.json

  "repositories": [
    {
      "type": "composer",
      "url": "https://composer.octolize.dev"
    }
 ]

Click on an individual package's release version to get a snippet of code for your project's dependencies.


Adding your Octolize credentials to Composer

1. Get your Master API Key
  1. Sign in at octolize.com.
  2. Open My Account → Keys.
  3. Copy the Master API Key shown there—this is the only key you need for Composer.

Important: The key will authenticate successfully only if your Octolize account has an active subscription for the plug-in you’re about to install. If the subscription lapses, package downloads will fail with a 401 Unauthorized error.

2. Save the key in Composer

Run this command in your terminal (replace MASTER_API_KEY with the value you copied):

composer config --global --auth bearer.composer.octolize.dev MASTER_API_KEY
  • composer config updates Composer’s configuration files.
  • --global writes the credential to ~/.composer/auth.json, so every project on your machine can use it.
    Omit this flag if you’d rather store the key only in the current project’s composer.json.
  • --auth tells Composer you’re adding authentication data.
  • bearer.composer.octolize.dev is Octolize’s private package host; anything after bearer. must match the domain serving the package.
  • MASTER_API_KEY becomes a bearer token that Composer will include in an Authorization: Bearer … header whenever it fetches packages from https://composer.octolize.dev.
3. Install your Octolize plug-in
composer require octolize-plugin/flexible-shipping-pro

Behind the scenes, Composer:

  1. Detects that the package lives at composer.octolize.dev.
  2. Reads auth.json, finds the token for that host, and sends it with the request.
  3. Octolize’s server verifies the token and your subscription status, then delivers the package if everything is valid.
4. Security best practices
  • Treat the Master API Key like a password—never commit it to version control or share it publicly.
  • Use a separate key for each machine or CI pipeline so you can revoke a single key without disrupting others.

Print the shipping labels using the PrintNode service directly from your WooCommerce store.

Type
wordpress-plugin
Keywords
octolize plugin printing woocommerce
Homepage
https://octolize.com/product/flexible-printing-woocommerce/
Authors
Krzysiek, Grzegorz
Releases
1.6.11 1.6.10 1.6.9
Type
wordpress-plugin
Authors
Grzegorz
Releases
1.5.4 1.5.3
Type
wordpress-plugin
Authors
Krzysiek
Releases
4.2.3 4.2.2
Type
wordpress-plugin
Authors
Krzysiek
Releases
4.2.3 4.2.2
Type
wordpress-plugin
Authors
Grzegorz
Releases
1.5.11 1.5.10

Extends the free version of Flexible Shipping by adding custom locations for shipping rules.

Type
wordpress-plugin
Keywords
flexible shipping live rates locations octolize plugin shipping woocommerce
Homepage
https://octolize.com/product/flexible-shipping-locations-woocommerce/
Authors
Grzegorz, Sebastian
Releases
3.0.7 3.0.6 3.0.5
Type
wordpress-plugin
Authors
Grzegorz
Releases
1.7.6 1.7.5

Add the map of DPD, DHL and UPS Pickup Points to the shipping methods in your shop and let your customers choose the one they want to collect their order from.

Type
wordpress-plugin
Keywords
octolize pickup points plugin shipping woocommerce
Homepage
https://octolize.com/product/pickup-points-pro-woocommerce/
Authors
Grzegorz, Sebastian
Releases
1.10.1 1.10.0 1.9.8 1.9.7
Type
wordpress-plugin
Authors
Krzysiek
Releases
4.0.5 4.0.3
Type
wordpress-plugin
Authors
Grzegorz, Sebastian
Releases
3.1.2 3.1.1

WooCommerce UPS integration packed with many advanced features. Display the dynamically calculated live rates for UPS shipping methods and adjust them to your needs.

Type
wordpress-plugin
Keywords
live rates octolize plugin shipping ups woocommerce
Homepage
https://octolize.com/product/ups-woocommerce-live-rates-and-access-points-pro/
Authors
Krzysiek, Grzegorz
Releases
3.6.4 3.6.3 3.6.2 3.6.1 3.6.0

WooCommerce USPS integration packed with many advanced features. Display the dynamically calculated live rates for USPS shipping methods and adjust them to your needs.

Type
wordpress-plugin
Keywords
live rates octolize plugin shipping usps woocommerce
Homepage
https://octolize.com/product/usps-woocommerce-live-rates-pro/
Authors
Grzegorz, Sebastian
Releases
3.2.4 3.2.3 3.2.2
Type
wordpress-plugin
Authors
Grzegorz
Releases
2.0.7 2.0.6
Type
wordpress-plugin
Authors
Sebastian Pisula
Releases
2.0.6 2.0.5
octolize-plugin/octolize-canada-post-shipping-pro
Type
wordpress-plugin
Authors
Grzegorz
Releases
2.1.3 2.1.2
Type
wordpress-plugin
Authors
Sebastian Pisula
Releases
2.0.6 2.0.5
Type
wordpress-plugin
Authors
Grzegorz Rola
Releases
3.0.6 3.0.5
Type
wordpress-plugin
Releases
1.0.0
Type
wordpress-plugin
Authors
Grzegorz
Releases
2.1.4 2.1.3
Type
wordpress-plugin
Authors
Sebastian Pisula
Releases
1.3.9 1.3.8
Type
wordpress-plugin
Authors
Krzysiek
Releases
2.1.11 2.1.10

This Composer repository is powered by Satis