Download the PHP package jasekz/rentals-united-caching without Composer
On this page you can find all versions of the php package jasekz/rentals-united-caching. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jasekz/rentals-united-caching
More information about jasekz/rentals-united-caching
Files in jasekz/rentals-united-caching
Download jasekz/rentals-united-caching
More information about jasekz/rentals-united-caching
Files in jasekz/rentals-united-caching
Vendor jasekz
Package rentals-united-caching
Short Description Rentals United (rentalsunited.com) data synchronization system for Laravel 5
License MIT
Package rentals-united-caching
Short Description Rentals United (rentalsunited.com) data synchronization system for Laravel 5
License MIT
Please rate this library. Is it a good library?
Informations about the package rentals-united-caching
Rentals United Caching
Synchronize Rentals United data with your local database.
Installation
NOTE: If you haven't set up a database yet for your app, please do that first as per Laravel docs - http://laravel.com/docs/5.0/database.
Via composer
Then in your config/app.php
add
to the providers
array and
to the aliases
array.
Finally, run
artisan vendor:publish
followed by
artisan migrate
Now in your .env file, define your Rentals United credentials and path to store the downloaded XML files (temporary storage):
Usage Examples
- artisan rentals_united:cache_all // truncate all tables and cache everything
- artisan rentals_united:cache_properties --id=4 // cache property (ID) 4
- artisan rentals_united:cache_properties --id=4,5 // cache properties (ID) 4 & 5
- artisan rentals_united:cache_properties --id=new // find and cache all new properties
- artisan rentals_united:update_change_log --since="-1 month" // check for updates 'since' given date/time
- artisan rentals_united:update_change_log --since="2014-03-26 12:51:00" // check for updates 'since' given date/time
- artisan rentals_united:update_properties --since="-1 month" // update properties which changed 'since' given date/time
- artisan rentals_united:update_properties --since="2014-03-26 12:51:00" // update properties which changed 'since' given date/time
License
The MIT License (MIT). Please see License File for more information.
All versions of rentals-united-caching with dependencies
PHP Build Version
Package Version
No informations.
The package jasekz/rentals-united-caching contains the following files
Loading the files please wait ....