baks-dev/yandex-market-orders

Yandex Market 订单模块

安装: 118

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

类型:symfony-bundle

v7.1.41 2024-09-22 12:40 UTC

README

Version php 8.3+

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

MIT 许可证 (MIT)。有关更多信息,请参阅 许可证文件