PHPackages                             jasekz/rentals-united-caching - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. jasekz/rentals-united-caching

ActiveLibrary

jasekz/rentals-united-caching
=============================

Rentals United (rentalsunited.com) data synchronization system for Laravel 5

0.0.1(10y ago)5552[1 issues](https://github.com/jasekz/rentals-united-caching/issues)MITPHP

Since Dec 20Pushed 10y ago2 watchersCompare

[ Source](https://github.com/jasekz/rentals-united-caching)[ Packagist](https://packagist.org/packages/jasekz/rentals-united-caching)[ RSS](/packages/jasekz-rentals-united-caching/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Rentals United Caching
======================

[](#rentals-united-caching)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)

Synchronize [Rentals United](http://rentalsunited.com/) data with your local database.

Installation
------------

[](#installation)

NOTE: If you haven't set up a database yet for your app, please do that first as per Laravel docs - .

Via composer

```
composer require jasekz/rentals-united-caching

```

```
composer update

```

Then in your `config/app.php` add

```
    'Jasekz\RentalsUnitedCaching\RentalsUnitedCachingServiceProvider'
```

to the `providers` array and

```
    'RentalsUnited' => 'Jasekz\RentalsUnitedCaching\RentalsUnitedCachingFacade'
```

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):

```
RENTALS_UNITED_USERNAME=
RENTALS_UNITED_PASSWORD=
XML_CACHE_DIR='/path/to/cache/directory/'
```

Usage Examples
--------------

[](#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 &amp; 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
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3796d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/27750ed453814fde257b6de4328bce1e2f9057ee6b69bdc892843e8c86c734a1?d=identicon)[jasekz](/maintainers/jasekz)

---

Top Contributors

[![jasekz](https://avatars.githubusercontent.com/u/761324?v=4)](https://github.com/jasekz "jasekz (5 commits)")

---

Tags

phplaravel 5data-syncrentals unitedrentalsunited.comdata caching

### Embed Badge

![Health badge](/badges/jasekz-rentals-united-caching/health.svg)

```
[![Health](https://phpackages.com/badges/jasekz-rentals-united-caching/health.svg)](https://phpackages.com/packages/jasekz-rentals-united-caching)
```

###  Alternatives

[kingflamez/laravelrave

A Laravel Package for Flutterwave Rave

151286.1k4](/packages/kingflamez-laravelrave)[salmanzafar/laravel-mqtt

A simple Laravel Library to connect/publish/subscribe to MQTT broker

106153.1k1](/packages/salmanzafar-laravel-mqtt)[petehouston/laravel-tinymce-simple-imageupload

Simple image upload for TinyMCE in Laravel.

6850.2k](/packages/petehouston-laravel-tinymce-simple-imageupload)[jasekz/laradrop

File manager using Dropzone.js for Laravel 5 | 6 | 7 | 8

7310.3k1](/packages/jasekz-laradrop)[brightmachine/laratash

A Laravel 5+ wrapper for mustache.php, a PHP implementation of http://mustache.github.io/

1214.7k](/packages/brightmachine-laratash)[misma/laravel-mailpeek

MailPeek provides a simple local inbox right in your browser to enable you preview emails being sent from your application.

222.1k](/packages/misma-laravel-mailpeek)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
