PHPackages                             infoweb-internet-solutions/yii2-skarabee - 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. [Framework](/categories/framework)
4. /
5. infoweb-internet-solutions/yii2-skarabee

ActiveYii2-extension[Framework](/categories/framework)

infoweb-internet-solutions/yii2-skarabee
========================================

Skarabee module for Yii2

059PHP

Since Jun 20Pushed 9y ago2 watchersCompare

[ Source](https://github.com/infoweb-internet-solutions/yii2-skarabee)[ Packagist](https://packagist.org/packages/infoweb-internet-solutions/yii2-skarabee)[ RSS](/packages/infoweb-internet-solutions-yii2-skarabee/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Skarabee module for Yii 2
=========================

[](#skarabee-module-for-yii-2)

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require infoweb-internet-solutions/yii2-skarabee "*"

```

or add

```
"infoweb-internet-solutions/yii2-skarabee": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Once the extension is installed run this migration

```
yii migrate/up --migrationPath=@infoweb/skarabee/migrations
```

Enable the module in `common\config\main.php` as follows:

```
'modules' => [
    ...
    'skarabee' => [
        'class' => 'infoweb\skarabee\Module',
    ],
],
```

And configure the component in `common\config\main.php`:

```
'components' => [
	...
    'skarabee' => [
    	'class' => 'infoweb\skarabee\components\Skarabee',
        'userName' => XXXXXX,
        'password' => XXXXXX
    ]
]
```

Import the translations and use category 'infoweb/skarabee':

```
yii i18n/import @infoweb/skarabee/messages
```

You can import real estates from **Skarabee** into your database from the command line with the following command:

```
yii skarabee/import
```

Configuration
-------------

[](#configuration)

All available configuration options are listed below with their default values.

---

##### realEstateUrlPrefix (type: `string`, default: )

[](#realestateurlprefix-type-string-default-)

The value of this option will be used in the `getUrl` method of the `infoweb\Skarabee\models\RealEstate` model. It serves as the prefix in the url structure and is a translation key in the `url` **i18n** category.

---

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 54.2% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/7a977fc12b7f6eba9255863c5d9512e400457c69dd67a4b1df82dbc38908768d?d=identicon)[infoweb-internet-solutions](/maintainers/infoweb-internet-solutions)

---

Top Contributors

[![fabiomaggio](https://avatars.githubusercontent.com/u/729877?v=4)](https://github.com/fabiomaggio "fabiomaggio (32 commits)")[![rubenheymans](https://avatars.githubusercontent.com/u/2543870?v=4)](https://github.com/rubenheymans "rubenheymans (24 commits)")[![infoweb-internet-solutions](https://avatars.githubusercontent.com/u/8706156?v=4)](https://github.com/infoweb-internet-solutions "infoweb-internet-solutions (3 commits)")

### Embed Badge

![Health badge](/badges/infoweb-internet-solutions-yii2-skarabee/health.svg)

```
[![Health](https://phpackages.com/badges/infoweb-internet-solutions-yii2-skarabee/health.svg)](https://phpackages.com/packages/infoweb-internet-solutions-yii2-skarabee)
```

###  Alternatives

[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

712181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)[laravel/pail

Easily delve into your Laravel application's log files directly from the command line.

91545.3M590](/packages/laravel-pail)

PHPackages © 2026

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