pennyblack/magento-app

Provides integration with Penny Black for Magento2

Installs: 284

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:magento2-module

0.2.3 2024-01-05 12:48 UTC

This package is auto-updated.

Last update: 2024-04-21 16:21:15 UTC


README

This app has been developed against the 2.4.x version of Magento Open Source.

Prerequisites

  • PHP >=7.4
  • Composer

Installation

Module development

  • Create an auth.json file in the root and configure it with the keys found in the Magento Account Lastpass entry.
  • composer install
  • If you are using Guzzle 6.x then you will need some additional packages.
    1. You can check your version of Guzzle using composer info guzzlehttp/guzzle | grep version
    2. If this version is 6.x then run composer require php-http/guzzle6-adapter guzzlehttp/psr7

Magento

If you are installing this module into your Magento shop, then you can install via composer.

  • composer require pennyblack/magento-app

Development

Tests & Linting

We use PHPUnit for our unit tests and PHPStan, PHP CodeSniffer and PHP Mess Detector for quality checks.

  • Run composer unit-test to run the unit test suite.
  • Run composer quality-check to run the quality check tools.