baks-dev/yandex-market-orders

Модуль заказов Yandex Market

Maintainers

Package info

github.com/baks-dev/yandex-market-orders

Type:symfony-bundle

pkg:composer/baks-dev/yandex-market-orders

Statistics

Installs: 727

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v7.4.32 2026-05-15 17:28 UTC

This package is auto-updated.

Last update: 2026-05-15 17:31:09 UTC


README

Version php 8.4+ packagist

Модуль заказов Yandex Market

Установка

composer require \
baks-dev/yandex-market \
baks-dev/yandex-market-orders

Для работы с заказами выполнить комманду для добавления типа профиля и доставку:

  • FBS

php bin/console baks:users-profile-type:yandex-market-fbs
php bin/console baks:payment:yandex-market-fbs
php bin/console baks:delivery:yandex-market-fbs
  • DBS

php bin/console baks:users-profile-type:yandex-market-dbs
php bin/console baks:payment:yandex-market-dbs
php bin/console baks:delivery:yandex-market-dbs

Дополнительно

Установка конфигурации и файловых ресурсов:

php bin/console baks:assets:install

Изменения в схеме базы данных с помощью миграции

php bin/console doctrine:migrations:diff
php bin/console doctrine:migrations:migrate

Тестирование

php bin/phpunit --group=yandex-market-orders

Лицензия License

The MIT License (MIT). Обратитесь к Файлу лицензии за дополнительной информацией.