cloudflare/cloudflare-magento 1.1.6

Cloudflare Plugin for Magento2

Type

magento2-module

License

BSD-3

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Build Status

Installing the Cloudflare Magento2 extension

From the magento2 root directory run the following commands:

  1. composer require cloudflare/cloudflare-magento
  2. composer update
  3. bin/magento setup:upgrade
  4. bin/magento setup:di:compile

Development

You'll need to get authorization keys from the Magento marketplace and make an auth.json:

{
    "http-basic": {
        "repo.magento.com": {
            "username": "[MAGENTO USERNAME]",
            "password": "[MAGENTO PASSWORD]"
        }
    }
}

This will allow composer install to authenticate against repo.magento.com/.

Development Commands

  1. composer test
  2. composer lint
  3. composer format

Tests

vendor/phpunit/phpunit/phpunit -c dev/tests/unit/phpunit.xml.dist vendor/cloudflare/cloudflare-magento/Test/Unit/