Skip to content

Craft CMS plugin to integrate with stamped.io

License

Notifications You must be signed in to change notification settings

madmadmad/stamped-io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stamped.io Plugin for Craft CMS

This plugin provides integration with Stamped.io by pushing order information to Stamped.io, to be added to a queue to be sent to your customers.

Installation

You can install Stamped.io via the plugin store, or through Composer.

Craft Plugin Store

To install Stamped.io, navigate to the Plugin Store section of your Craft control panel, search for Stamped.io, and click the Try button.

Composer

You can also add the package to your project using Composer.

  1. Open your terminal and go to your Craft project:

     cd /path/to/project
    
  2. Then tell Composer to load the plugin:

     composer require verbb/stamped-io
    
  3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Stamped.io.

Usage

In the Control Panel, go to Settings → Stamped.io, and enter a your API details from your Stamped.io account.

When an order is complete, a Queue job will be created to send a payload of order data to Stamped.io. Order data will appear in the review queue in Stamped.io, where you can manage from there.

Configuration

Create a stamped-io.php file under your /config directory with the following options available to you. You can also use multi-environment options to change these per environment.

<?php

return [
    '*' => [
        'keyPublic' => '',
        'keyPrivate' => '',
        'storeHash' => '',
    ],
];

Configuration options

  • keyPublic -Enter the API Key Public from your Stamped.io account.
  • keyPrivate - Enter the API Key Private from your Stamped.io account.
  • storeHash - Enter the Store Hash from your Stamped.io account.

Show your Support

Stamped.io is licensed under the MIT license, meaning it will always be free and open source – we love free stuff! If you'd like to show your support to the plugin regardless, Sponsor development.

About

Craft CMS plugin to integrate with stamped.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 79.1%
  • HTML 20.9%