PHPackages                             rentalmanager/importer - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. rentalmanager/importer

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

rentalmanager/importer
======================

Rental Manager Importer package for parsing and extracting the inbound feeds

v1.0.82(6y ago)041proprietaryPHPPHP ^7.1.3

Since Sep 11Pushed 6y ago1 watchersCompare

[ Source](https://github.com/rentalmanager/importer)[ Packagist](https://packagist.org/packages/rentalmanager/importer)[ Docs](https://github.com/rentalmanager/importer)[ RSS](/packages/rentalmanager-importer/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (5)Versions (12)Used By (0)

Rental Manager - Importer
=========================

[](#rental-manager---importer)

This package is the main package for downloading, parsing and importing feeds. It's installed as the last package in the main namespace RentalManager since it uses every model available in the root namespace.

Installation, Configuration
---------------------------

[](#installation-configuration)

### Installation

[](#installation)

Via Composer

After that just simply add the following line to the composer required packages

```
composer require rentalmanager/importer
```

### Configuration

[](#configuration)

Once you install the package, it should be automatically discovered by the Laravel. To check this, in your terminal simply run the:

```
$ php artisan
```

There you should find the all `rm-importer:*` commands.

After you have checked that the all commands are there you need a couple of things to do by yourself.

#### Migrate tables

[](#migrate-tables)

Migrate table using

```
$ php artisan migrate
```

#### Laravel log

[](#laravel-log)

This package uses default Laravel log package for storing logs, but it uses different channels. You should open the file `config/logging.php` and add the following channels in the channel array:

```
 'importer' => [
            'driver' => 'daily',
            'path' => storage_path('logs/importer.log'),
            'level' => 'debug',
            'days' => 7,
        ]
```

#### Config

[](#config)

Publish the config file `php artisan vendor:publish --tag="importer"`

All info comes later :)

###  Health Score

27

—

LowBetter than 49% 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 ~31 days

Recently: every ~75 days

Total

11

Last Release

2488d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dc897661efd3f9b1d0b6cee6fa6eb2f5535819e0c2e0a0adab66b4d6002133be?d=identicon)[gorankrgovic](/maintainers/gorankrgovic)

---

Top Contributors

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

---

Tags

importerRentbits

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/rentalmanager-importer/health.svg)

```
[![Health](https://phpackages.com/badges/rentalmanager-importer/health.svg)](https://phpackages.com/packages/rentalmanager-importer)
```

###  Alternatives

[sauladam/shipment-tracker

Parses tracking information for several carriers, like UPS, USPS, DHL and GLS by simply scraping the data. No need for any kind of API access.

9738.8k](/packages/sauladam-shipment-tracker)

PHPackages © 2026

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