yaroslawww/laravel-iprosoftware-sync

该软件包已被弃用且不再维护。作者建议使用 think.studio/laravel-iprosoftware-sync 软件包代替。

将 ipro 数据下载到您自己的数据库中。

1.5.0 2023-07-10 07:38 UTC

This package is auto-updated.

Last update: 2024-02-08 16:02:41 UTC


README

Packagist License Packagist Version Total Downloads Build Status Code Coverage Scrutinizer Code Quality

允许从 Ipro API 下载数据到本地数据库的软件包。

安装

通过 composer 安装该软件包

composer require think.studio/laravel-iprosoftware-sync

可选,您可以使用以下命令发布配置文件:

php artisan vendor:publish --provider="IproSync\ServiceProvider" --tag="config"

运行迁移以创建 ipro 表格

php artisan migrate

用法

php artisan iprosoftware-sync:database:pull
# or
php artisan iprosoftware-sync:settings:pull
php artisan iprosoftware-sync:contacts:pull
php artisan iprosoftware-sync:properties:pull
php artisan iprosoftware-sync:availability:pull
php artisan iprosoftware-sync:properties-custom-rates:pull
php artisan iprosoftware-sync:blockouts:pull
php artisan iprosoftware-sync:bookings:pull --existing_properties

致谢

  • Think Studio