weareplanet / shopware-6
WeArePlanet integration for Shopware 6
Installs: 535
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 3
Open Issues: 1
Type:shopware-platform-plugin
Requires
- php: >=8.2
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- shopware/administration: ~6.6.0
- shopware/core: 6.6.*
- shopware/storefront: 6.6.*
- weareplanet/sdk: 4.6.0
README
The WeArePlanet Payment plugin wraps around the WeArePlanet API. This library facilitates your interaction with various services such as transactions. Please note that this plugin is for versions 6.5 and 6.6. For the 6.4 plugin please visit our Shopware 6.4 plugin.
Requirements
- Shopware 6.5.x or Shopware 6.6.x. See table below.
- PHP minimum version supported by the each shop version.
Supported versions
Installation
You can use Composer or install manually
Composer
The preferred method is via composer. Follow the installation instructions if you do not already have composer installed.
Once composer is installed, execute the following command in your project root to install this library:
composer require weareplanet/shopware-6 php bin/console plugin:refresh php bin/console plugin:install --activate --clearCache WeArePlanetPayment
Update via composer
composer update weareplanet/shopware-6 php bin/console plugin:refresh php bin/console plugin:install --activate --clearCache WeArePlanetPayment
Manual Installation
Alternatively you can download the package in its entirety. The Releases page lists all stable versions.
Uncompress the zip file you download, and include the autoloader in your project:
# unzip to ShopwareInstallDir/custom/plugins/WeArePlanetPayment
composer require weareplanet/sdk 4.6.0
php bin/console plugin:refresh
php bin/console plugin:install --activate --clearCache WeArePlanetPayment
Usage
The library needs to be configured with your account's space id, user id, and application key which are available in your WeArePlanet account dashboard.
Logs and debugging
To view the logs please run the command below:
cd shopware/install/dir tail -f var/log/weareplanet_payment*.log
Documentation
License
Please see the license file for more information.