Looking to hire Laravel developers? Try LaraJobs

laravel-iprosoftware-sync maintained by think.studio

Description
Download ipro data to your own database.
Last update
2024/06/03 12:37 (dev-main)
License
Downloads
10
Tags

Comments
comments powered by Disqus

Laravel IproSoftware Sync.

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

Package what allow download data to local db from Ipro api.

Installation

Install the package via composer:

composer require think.studio/laravel-iprosoftware-sync

Optionally you can publish the config file with:

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

Run migrations to create ipro tables:

php artisan migrate

Usage

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

Credits

  • Think Studio