PHPackages                             timitek/getrealt-quarx - 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. [API Development](/categories/api)
4. /
5. timitek/getrealt-quarx

ActiveLibrary[API Development](/categories/api)

timitek/getrealt-quarx
======================

A quarx module for for GetRETS.

1.1.2(8y ago)058MITCSSPHP &gt;=7.0

Since Apr 8Pushed 8y ago1 watchersCompare

[ Source](https://github.com/timitek/getrealt-quarx)[ Packagist](https://packagist.org/packages/timitek/getrealt-quarx)[ Docs](https://github.com/timitek/getrealt-quarx)[ RSS](/packages/timitek-getrealt-quarx/feed)WikiDiscussions master Synced today

READMEChangelog (7)Dependencies (4)Versions (9)Used By (0)

getrealt-quarx
==============

[](#getrealt-quarx)

An instant real estate website / portal. Fully integrated with listings fed directly from your MLS, with the ability to generate your own leads!

**Live Demo at**: ()

**Help Documentation at**: ()

---

Table of Contents
=================

[](#table-of-contents)

- [Compatibility Guide](#compatibility-guide)
- [Install](#install)
    - [Automated Install From Scratch](#automated-install-from-scratch)
    - [Manually adding to an existing project](#manually-adding-to-an-existing-project)
- [Further Information](#further-information)
- [Technonology Stack](#technonology-stack)

---

Compatibility Guide
===================

[](#compatibility-guide)

Laravel VersionPackage Tag5.5.x1.1.x5.4.x[1.0.x](https://github.com/timitek/getrealt-quarx/releases/tag/1.0.4)Install
=======

[](#install)

Automated Install From Scratch
------------------------------

[](#automated-install-from-scratch)

A command line install tool that will install everything from scratch is available for download at;

Manually adding to an existing project
--------------------------------------

[](#manually-adding-to-an-existing-project)

Manual installation requires a configured Laravel installation with Quarx and GetRETS.

**Step 1:** Install Laravel ().

**Step 2:** Install Quarx ().

**Step 3:** Install GetRealT for Quarx

```
composer require timitek/getrealt-quarx

```

*alternatively, for the latest bleeding edge development version use*

```
composer require timitek/getrealt-quarx:dev-master --dev

```

**Note**: *For Laravel 5.4 and older it is necessary to add the following to the providers section within config/app.php.*

```
Timitek\GetRETS\Providers\GetRETSServiceProvider::class,
```

Make GetRealT the active Quarx theme by modifying the config/quarx.php and changing the value for the frontend-theme.

```
'frontend-theme' => '../../vendor/timitek/getrealt-quarx/resources/views/theme'
```

Publish all of the assets with the following commands.

```
php artisan vendor:publish --provider="Timitek\GetRETS\Providers\GetRETSServiceProvider" --tag=config --force

php artisan vendor:publish --provider="Timitek\GetRealT\Providers\GetRealTServiceProvider" --tag=config --force

php artisan vendor:publish --provider="Timitek\GetRealT\Providers\GetRealTServiceProvider" --tag=public --force

```

**Step 5:** Configure your site.

All of these settings can be configured directly from the quarx admin dashboard once your website is up and running from the GetRealT menu at /quarx/getrealt/settings. However you may also manually modify the settings within the .env file.

**.env file note**: *If you modify the .env file directly, any values within the .env file that have spaces in them must be wrapped in double quotes ""*

**Map note**: *In order to display the maps on the listing details pages, obtain a google maps API key *

Add values for the following settings to your .env file.

**GETRETS\_CUSTOMER\_KEY** = the customer key provided to you by timitek.com

**GETREALT\_SITE\_NAME** = What is the name you would like to use in the sites banner as the site name?

**GETREALT\_THEME** = What is the initial theme you would like to use for the site?

**GETREALT\_MAPS\_KEY** = What is your google maps api key?

**GETREALT\_LEADS\_EMAIL** = What e-mail address do you want your leads sent too?

```
GETRETS_CUSTOMER_KEY=your_customer_key_from_timitek
GETREALT_SITE_NAME=GetRealT
GETREALT_THEME=united
GETREALT_MAPS_KEY=(Your Google maps API Key)
GETREALT_LEADS_EMAIL=support@timitek.com

```

---

Further Information
===================

[](#further-information)

For further documentation and information visit  and  or contact timitek at . If you are interested in managed hosting / installation, visit .

---

Technonology Stack
==================

[](#technonology-stack)

**PHP Web Framework**: Laravel ()

**Content Management Library**: Quarx ()

**Listing Integration**: The Laravel module is provided by getrets-laravel ()

**Cloud based RETS listing data API**: GetRETS () - *A customer key is required for listing integration*

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

Every ~41 days

Recently: every ~60 days

Total

7

Last Release

3124d ago

PHP version history (2 changes)1.0.0PHP ~5.6|~7.0

1.1.1PHP &gt;=7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/4c62feaf405864359c9160d997bc5736065cf398448c370c8f5e48eb1e38c089?d=identicon)[joshtimitek](/maintainers/joshtimitek)

---

Top Contributors

[![joshua-p-williams](https://avatars.githubusercontent.com/u/10605614?v=4)](https://github.com/joshua-p-williams "joshua-p-williams (82 commits)")

---

Tags

laravelretsreal-estaterealtyidxQuarx

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/timitek-getrealt-quarx/health.svg)

```
[![Health](https://phpackages.com/badges/timitek-getrealt-quarx/health.svg)](https://phpackages.com/packages/timitek-getrealt-quarx)
```

###  Alternatives

[defstudio/telegraph

A laravel facade to interact with Telegram Bots

815320.5k3](/packages/defstudio-telegraph)[riclep/laravel-storyblok

A Laravel wrapper around the Storyblok API to provide a familiar experience for Laravel devs

6277.0k5](/packages/riclep-laravel-storyblok)[simplestats-io/laravel-client

Analytics for Laravel. Track visitors, registrations, and payments. Discover which channels actually drive revenue, not just traffic. Server-side, GDPR compliant, ad-blocker proof.

5019.3k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

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