PHPackages                             pitchprintinc/pitchprint - 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. pitchprintinc/pitchprint

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

pitchprintinc/pitchprint
========================

A module that customizes a product's design.

1.5.3(4y ago)095OSL-3.0JavaScriptPHP ~7.1|~7.2|~7.3

Since May 14Pushed 4w ago1 watchersCompare

[ Source](https://github.com/ProDevsIO/pitchprint-magento_funema)[ Packagist](https://packagist.org/packages/pitchprintinc/pitchprint)[ RSS](/packages/pitchprintinc-pitchprint/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (10)DependenciesVersions (37)Used By (0)

PitchPrint for Magento
======================

[](#pitchprint-for-magento)

This PichPrint plugin for Magento provides an interface between PitchPrint and Magento. It retrieves all your designs from your PitchPrint account for you to select and assign to a product. When opening the product on the frontend, it will have the selected design ready for customization. You can link your PitchPrint account to Magento, by providing your domain API key and Secret Key in the PitchPrint Plugin for Magento's settings page. The plugin also emits events when certain actions take place. These events send information to an endpoint that you can specify on the Webhooks page of PitchPrint

The plugin allows you to do the following on Magento:

- Assign a PitchPrint design to a product
- Choose the display mode of PitchPrint on a per product basis. ( Fullscreen, Inline, Mini )
- Indicate whether it is compulsory for a product to be customized, before add to cart is possible.
- Send information about a project / order when certain actions take place, these are the list of available events:
    - When a file is uploaded
    - When a project get's saved
    - When an order is being processed
    - When an order is completed

How to install PitchPrint on Magento:

Demo of PitchPrint on Magento:

Steps for Installation

1. Extract extension package and upload the folder named PitchPrintInc into your\_magento\_root\_dir/app/code/ directory.
2. In shell run: php bin/magento setup:upgrade
3. in Mysql run the following:

    CREATE TABLE `magento`.`pitch_print_config` ( -&gt; `id` INT NOT NULL AUTO\_INCREMENT, -&gt; `api_key` TEXT NULL, -&gt; `secret_key` TEXT NULL, -&gt; PRIMARY KEY (`id`));

    CREATE TABLE `magento`.`pitch_print_product_design` ( -&gt; `product_id` INT NOT NULL AUTO\_INCREMENT, -&gt; `design_id` TEXT NULL, -&gt; PRIMARY KEY (`product_id`));

    CREATE TABLE `magento`.`pitch_print_quote_item` ( -&gt; `item_id` INT NOT NULL AUTO\_INCREMENT, -&gt; `project_data` TEXT NULL, -&gt; PRIMARY KEY (`item_id`));
4. Then run: php bin/magento cache:clean
5. Followed by: php bin/magento setup:static-content:deploy
6. Then navigate to your Store's Backend / Admin, on the left-hand sidebar you will see the PitchPrint module.
7. Next, let’s generate the PitchPrint keys. Navigate in a new window tab to  and create an account or login here if you already have an account
8. Then navigate to the domains page and add a new domain. Don’t worry you can still use it for localhost testing if you are not ready to go live yet. Provide your intended domain url, not a localhost. You should now have a pair of API and Secret Key. Back to your Magento Admin, you will copy and paste the API and Secret keys generated above into the PitchPrint configuration boxes and save. Now navigate to Catalog – &gt; Products page and click “edit” on the right under action against any product in your admin. On the product details page, you will find PitchPrint in the menus at the bottom. Click it to assign one of your designs to the product. To create more designs, you need to go to the PitchPrint Designs page. Save.

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance62

Regular maintenance activity

Popularity9

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 51.1% 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 ~27 days

Recently: every ~10 days

Total

33

Last Release

1699d ago

PHP version history (2 changes)1.0.0PHP ~5.6.0|7.0.2|7.0.4|~7.0.6

1.2PHP ~7.1|~7.2|~7.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/9f7e973d6d9bf4a074e0d4a7f75d38b99f11f7b9d2b79ff93b1e8dc4cadbfb98?d=identicon)[williamnwogbo](/maintainers/williamnwogbo)

---

Top Contributors

[![VictorAlagwu](https://avatars.githubusercontent.com/u/15857679?v=4)](https://github.com/VictorAlagwu "VictorAlagwu (46 commits)")[![alcinovanrooyen](https://avatars.githubusercontent.com/u/17826469?v=4)](https://github.com/alcinovanrooyen "alcinovanrooyen (20 commits)")[![williamnwogbo](https://avatars.githubusercontent.com/u/5668377?v=4)](https://github.com/williamnwogbo "williamnwogbo (12 commits)")[![VictorFunema](https://avatars.githubusercontent.com/u/75661636?v=4)](https://github.com/VictorFunema "VictorFunema (11 commits)")[![PitchPrint-Dev](https://avatars.githubusercontent.com/u/68380299?v=4)](https://github.com/PitchPrint-Dev "PitchPrint-Dev (1 commits)")

### Embed Badge

![Health badge](/badges/pitchprintinc-pitchprint/health.svg)

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

PHPackages © 2026

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