PHPackages                             zerp/real-estate - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. zerp/real-estate

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

zerp/real-estate
================

Real Estate Brokerage module for Zerp - property/listing management and viewings

v1.0.3(1mo ago)211MITTypeScriptCI passing

Since Jul 8Pushed 1mo agoCompare

[ Source](https://github.com/zerp-pk/real-estate)[ Packagist](https://packagist.org/packages/zerp/real-estate)[ RSS](/packages/zerp-real-estate/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (5)Used By (0)

Zerp Real Estate
================

[](#zerp-real-estate)

A real estate brokerage module for [Zerp](https://github.com/zerp-pk) - a Laravel package with a React/Inertia frontend, following the same structure as every other `zerp/*` module.

It adds property/listing management and viewings on top of Zerp's existing CRM, so a brokerage can run its inventory, assign listings to agents, and track viewings in one place.

Features
--------

[](#features)

- **Property database** - listings with type, purpose (sale/rent), status (available/reserved/sold/rented/off-plan), price, images, amenities, and location. Configurable currency and size unit (sqft / sqm / marla / kanal) so it fits any local market.
- **Property viewings** - schedule and track viewings against a listing and (optionally) a CRM lead, with status and feedback.
- **System setup** - manage property types and amenities.
- **Dashboard** - inventory counts by status and type, plus upcoming viewings.
- **Role-based permissions** and per-agent assignment throughout.

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

[](#installation)

The module is consumed by the main Zerp app as a Composer path package. In the app's `composer.json`, add a path repository and require it:

```
{
  "repositories": [
    { "type": "path", "url": "../ZerpPackages/real-estate", "options": { "symlink": true } }
  ],
  "require": { "zerp/real-estate": "@dev" }
}
```

Then:

```
composer update zerp/real-estate
php artisan migrate
php artisan package:seed RealEstate
```

Or enable it as part of the **Real Estate Brokerage** install preset:

```
php artisan app:install --preset=real-estate
```

License
-------

[](#license)

MIT - see [LICENSE](LICENSE).

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance93

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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 ~5 days

Total

4

Last Release

33d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1361450b81d8000640ce2030f715fbc192a64598a434f4ec6d42972dde2b4b50?d=identicon)[hafizmmoaz](/maintainers/hafizmmoaz)

---

Top Contributors

[![HafizMMoaz](https://avatars.githubusercontent.com/u/103947442?v=4)](https://github.com/HafizMMoaz "HafizMMoaz (7 commits)")

### Embed Badge

![Health badge](/badges/zerp-real-estate/health.svg)

```
[![Health](https://phpackages.com/badges/zerp-real-estate/health.svg)](https://phpackages.com/packages/zerp-real-estate)
```

###  Alternatives

[myclabs/array-comparator

Array comparator

20205.0k](/packages/myclabs-array-comparator)[anlutro/menu

Dynamic menu builder.

191.7k1](/packages/anlutro-menu)

PHPackages © 2026

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