vin-sw/psysh

Psysh integration for Shopware

Installs: 176

Dependents: 0

Suggesters: 0

Security: 0

Stars: 15

Watchers: 2

Forks: 1

Open Issues: 0

Type:shopware-platform-plugin

1.0.0 2021-01-12 17:59 UTC

This package is auto-updated.

Last update: 2024-04-25 17:46:52 UTC


README

showcase

Inspired by the frosh tinker that inspired by laravel tinker command from laravel this plugin adds a similar command to Shopware 6.

It's basically a fork version of frosh tinker for Shopware 6 with additional features.

Read more:

New command:

bin/console sw:psysh
  • Enter ls to get list of scoped variables.
  • Enter list to get list of avaialbe commands.

Additional features:

  • Shopware's Core Services aliases (e.g new EqualsFilter via CLI instead of fully qualified class name Shopware\Core\Framework\DataAbstractionLayer\Search\Filter\EqualsFilter. (There is some rare cases that two classes use the same class alias so you need to give the fullname to make it work)

  • Shopware's service container auto-completion. alias and auto suggest

  • Struct Object caster. Struct object caster

  • Default scoped variables: $container (Service Container object), $connection (Doctrine Connection object), $context (Default context object), $criteria (default criteria object)...and more

Requirements

  • Shopware 6.3 or above (older versions might work, but were not tested)
  • PHP 7.1 or above

Installation via composer

composer require vin-sw/psysh
bin/console plugin:refresh
bin/console plugin:install --activate ShopwarePsysh
bin/console sw:psysh

Contributing

Feel free to fork and send pull requests!

Licence

This project uses the MIT License.