PHPackages                             wawans/sismiop-database - 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. [Database &amp; ORM](/categories/database)
4. /
5. wawans/sismiop-database

ActiveLibrary[Database &amp; ORM](/categories/database)

wawans/sismiop-database
=======================

Eloquent Model untuk Database SISMIOP PBB

v2.1.0(2y ago)0791MITPHPPHP ^8.0|^8.1

Since Jul 3Pushed 1y ago1 watchersCompare

[ Source](https://github.com/wawans/sismiop-database)[ Packagist](https://packagist.org/packages/wawans/sismiop-database)[ Docs](https://github.com/wawans/sismiop-database)[ RSS](/packages/wawans-sismiop-database/feed)WikiDiscussions master Synced today

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

Laravel Eloquent Model untuk Database SISMIOP PBB
=================================================

[](#laravel-eloquent-model-untuk-database-sismiop-pbb)

[![Latest Version on Packagist](https://camo.githubusercontent.com/678ef60ab489d7827ad480eaef4768a7a1c0093d03af5035f88645e749c4b154/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f776177616e732f7369736d696f702d64617461626173652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/wawans/sismiop-database)[![Total Downloads](https://camo.githubusercontent.com/92562533e7df7c513d9685d3c069f5575d1d900170e30de1bc64e5b43f770f1d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f776177616e732f7369736d696f702d64617461626173652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/wawans/sismiop-database)[![GitHub Actions](https://github.com/wawans/sismiop-database/actions/workflows/main.yml/badge.svg)](https://github.com/wawans/sismiop-database/actions/workflows/main.yml/badge.svg)

Model dari database SISMIOP PBB (Sistem Manajemen Informasi Objek Pajak - Pajak Bumi dan Bangunan) yang siap digunakan pada Laravel.

Laravel Version Compatibility
-----------------------------

[](#laravel-version-compatibility)

LaravelPackage7.x.x1.x.x8.x.x1.x.x9.x.x2.x.x10.x.x2.x.xInstallation
------------

[](#installation)

You can install the package via composer:

```
composer require wawans/sismiop-database
```

Configuration (OPTIONAL)
------------------------

[](#configuration-optional)

Optionally publish a configuration file by running the following Artisan command. If config file is not publish, the package will automatically use what is declared on your `.env` file database connection.

```
php artisan vendor:publish --tag=sismiop-config
```

This will copy the configuration file to `config/sismiop-database.php`.

> To change/separate database connection, you can set connection data in your `.env` files:

```
SISMIOP_CONNECTION=sismiop
```

### Testing

[](#testing)

```
composer test
```

Catatan
-------

[](#catatan)

Primary key pada database sismiop menggunakan Composite Keys, sehingga agar relationship dari model satu ke yang lain dapat berjalan memerlukan paket `awobaz/compoships`. Silahkan lihat dialamat [repository](https://github.com/topclaudy/compoships) untuk detail dari paket tersebut.

Disclaimer
----------

[](#disclaimer)

Paket ini tidak menyertakan migration/struktur tabel dari database sismiop. Paket ini hanya berisi model dari tabel yang sebelumnya sudah ada pada database sismiop. Juga tidak semua tabel dan/atau relasi disertakan dalam paket ini.

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Wawan Setyawan](https://github.com/wawans)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 93.8% 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 ~96 days

Recently: every ~143 days

Total

7

Last Release

881d ago

Major Versions

v1.x-dev → v2.0.02023-05-24

v2.x-dev → v3.x-dev2024-02-02

### Community

Maintainers

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

---

Top Contributors

[![wawans](https://avatars.githubusercontent.com/u/4823051?v=4)](https://github.com/wawans "wawans (15 commits)")[![0wan](https://avatars.githubusercontent.com/u/85989049?v=4)](https://github.com/0wan "0wan (1 commits)")

---

Tags

sismiop pbbsismiop databaselaravel sismiop database

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/wawans-sismiop-database/health.svg)

```
[![Health](https://phpackages.com/badges/wawans-sismiop-database/health.svg)](https://phpackages.com/packages/wawans-sismiop-database)
```

###  Alternatives

[spatie/laravel-medialibrary

Associate files with Eloquent models

6.1k43.2M626](/packages/spatie-laravel-medialibrary)[mongodb/laravel-mongodb

A MongoDB based Eloquent model and Query builder for Laravel

7.1k8.4M94](/packages/mongodb-laravel-mongodb)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[yajra/laravel-oci8

Oracle DB driver for Laravel via OCI8

8793.2M25](/packages/yajra-laravel-oci8)[kirschbaum-development/eloquent-power-joins

The Laravel magic applied to joins.

1.6k32.6M46](/packages/kirschbaum-development-eloquent-power-joins)[glushkovds/phpclickhouse-laravel

Adapter of the most popular library https://github.com/smi2/phpClickHouse to Laravel

2051.5M2](/packages/glushkovds-phpclickhouse-laravel)

PHPackages © 2026

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