Download the PHP package valantic-spryker/customer-storage without Composer
On this page you can find all versions of the php package valantic-spryker/customer-storage. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download valantic-spryker/customer-storage
More information about valantic-spryker/customer-storage
Files in valantic-spryker/customer-storage
Package customer-storage
Short Description Allows to publish non privacy related customer data into storage.
License proprietary
Informations about the package customer-storage
customer-storage
Description
- Allows to publish non privacy related customer data into storage.
Install
composer require valantic-spryker/customer-storage
-
register publisher plugins
-
create customer storage queues
-
add processor to queue:worker command
-
if you use default customer importer, ensure customer-storage publisher event is triggered
-
configure the data you like to expose
- if you like to use
console publisher:trigger-events customer
-> register publisher plugin
HowTos Cli
PHP Container: docker run -it --rm --name my-running-script -v "$PWD":/data spryker/php:latest bash
Run Tests: codecept run --env standalone
Fixer: vendor/bin/phpcbf --standard=phpcs.xml --report=full src/ValanticSpryker/
Disable opcache: mv /usr/local/etc/php/conf.d/docker-php-ext-opcache.ini /usr/local/etc/php/conf.d/docker-php-ext-opcache.iniold
XDEBUG:
ip addr | grep '192.'
$docker-php-ext-enable xdebug
- configure phpstorm (add 127.0.0.1 phpstorm server with name valantic)
-
$PHP_IDE_CONFIG=serverName=valantic php -dxdebug.mode=debug -dxdebug.client_host=192.168.87.39 -dxdebug.start_with_request=yes ./vendor/bin/codecept run --env standalone
- Run Tests with coverage:
XDEBUG_MODE=coverage vendor/bin/codecept run --env standalone --coverage --coverage-xml --coverage-html
use nodejs
- docker run -it --rm --name my-running-script -v "$PWD":/data node:18 bash
All versions of customer-storage with dependencies
spryker/customer Version ^7.51
spryker/customer-group Version ^2.6
spryker/event-behavior Version ^1.25
spryker/publisher-extension Version ^1.0
spryker/storage Version ^3.21
valantic-spryker/customer-group Version ^1.0