PHPackages                             bantenprov/rasio-ketersediaan-sekolah-sd-mi - 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. bantenprov/rasio-ketersediaan-sekolah-sd-mi

ActiveLibrary

bantenprov/rasio-ketersediaan-sekolah-sd-mi
===========================================

Rasio Ketersediaan Sekolah (RKS) SD / MI

0151Vue

Since Feb 4Pushed 8y ago1 watchersCompare

[ Source](https://github.com/bantenprov/rasio-ketersediaan-sekolah-sd-mi)[ Packagist](https://packagist.org/packages/bantenprov/rasio-ketersediaan-sekolah-sd-mi)[ RSS](/packages/bantenprov-rasio-ketersediaan-sekolah-sd-mi/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

rasio-ketersediaan-sekolah-sd-mi
--------------------------------

[](#rasio-ketersediaan-sekolah-sd-mi)

[![Join the chat at https://gitter.im/rasio-ketersediaan-sekolah-sd-mi/Lobby](https://camo.githubusercontent.com/bd2ef6321738ffe1a9619cfc2b391502442e5a42f5d67e984a24aa29d2c34342/68747470733a2f2f6261646765732e6769747465722e696d2f726173696f2d6b657465727365646961616e2d73656b6f6c61682d73642d6d692f4c6f6262792e737667)](https://gitter.im/rasio-ketersediaan-sekolah-sd-mi/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/cf5193fbdf63098eed3c3ca562480b198e535983ec4c97e2cfdaf088b00648f2/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f62616e74656e70726f762f726173696f2d6b657465727365646961616e2d73656b6f6c61682d73642d6d692f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/bantenprov/rasio-ketersediaan-sekolah-sd-mi/?branch=master)[![Build Status](https://camo.githubusercontent.com/373c06bc4a7f1af00f9fa85764cc5ef1a6b08da730f1c49dce9530f8c153ba36/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f62616e74656e70726f762f726173696f2d6b657465727365646961616e2d73656b6f6c61682d73642d6d692f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/bantenprov/rasio-ketersediaan-sekolah-sd-mi/build-status/master)

Rasio Ketersediaan Sekolah (RKS) SD / MI

install via composer
--------------------

[](#install-via-composer)

- Development snapshot

```
$ composer require bantenprov/rasio-ketersediaan-sekolah-sd-mi:dev-master
```

- Latest release:

```
$ composer require bantenprov/rasio-ketersediaan-sekolah-sd-mi:v0.1.0
```

download via github
-------------------

[](#download-via-github)

```
bash
$ git clone https://github.com/bantenprov/rasio-ketersediaan-sekolah-sd-mi.git

```

#### Edit `config/app.php` :

[](#edit-configappphp-)

```
'providers' => [

    /*
    * Laravel Framework Service Providers...
    */
    Illuminate\Auth\AuthServiceProvider::class,
    Illuminate\Broadcasting\BroadcastServiceProvider::class,
    Illuminate\Bus\BusServiceProvider::class,
    Illuminate\Cache\CacheServiceProvider::class,
    Illuminate\Foundation\Providers\ConsoleSupportServiceProvider::class,
    Illuminate\Cookie\CookieServiceProvider::class,
    //....
    Bantenprov\RKSekolahSDMI\RKSekolahSDMIServiceProvider::class,
```

#### Untuk publish component vue :

[](#untuk-publish-component-vue-)

```
$ php artisan vendor:publish --tag=rk-sekolah-sd-mi-assets
$ php artisan vendor:publish --tag=rk-sekolah-sd-mi-public
```

#### Tambahkan route di dalam route : `resources/assets/js/routes.js` :

[](#tambahkan-route-di-dalam-route--resourcesassetsjsroutesjs-)

```
path: '/dashboard',
component: layout('Default'),
children: [
  {
    path: '/dashboard',
    components: {
      main: resolve => require(['./components/views/DashboardHome.vue'], resolve),
      navbar: resolve => require(['./components/Navbar.vue'], resolve),
      sidebar: resolve => require(['./components/Sidebar.vue'], resolve)
    },
    meta: {
      title: "Dashboard"
    }
  },
  //== ...
  {
    path: '/dashboard/rk-sekolah-sd-mi',
    components: {
      main: resolve => require(['./components/views/bantenprov/rk-sekolah-sd-mi/DashboardRKSekolahSDMI.vue'], resolve),
      navbar: resolve => require(['./components/Navbar.vue'], resolve),
      sidebar: resolve => require(['./components/Sidebar.vue'], resolve)
    },
    meta: {
      title: "Rasio Ketersediaan Sekolah SD/MI"
    }
  }
```

```
{
path: '/admin',
redirect: '/admin/dashboard',
component: resolve => require(['./AdminLayout.vue'], resolve),
children: [
//== ...
    {
      path: '/admin/dashboard/rk-sekolah-sd-mi',
      components: {
        main: resolve => require(['./components/bantenprov/rk-sekolah-sd-mi/RKSekolahSDMIAdmin.show.vue'], resolve),
        navbar: resolve => require(['./components/Navbar.vue'], resolve),
        sidebar: resolve => require(['./components/Sidebar.vue'], resolve)
      },
      meta: {
        title: "Rasio Ketersediaan Sekolah SD/MI"
      }
    }
 //== ...
  ]
},
```

#### Edit menu `resources/assets/js/menu.js`

[](#edit-menu-resourcesassetsjsmenujs)

```
{
  name: 'Dashboard',
  icon: 'fa fa-dashboard',
  childType: 'collapse',
  childItem: [
        {
          name: 'Dashboard',
          link: '/dashboard',
          icon: 'fa fa-angle-double-right'
        },
        {
          name: 'Entity',
          link: '/dashboard/entity',
          icon: 'fa fa-angle-double-right'
        },
        //== ...
        {
          name: 'Rasio Keterediaan Sekolah SD/MI',
          link: '/dashboard/rk-sekolah-sd-mi',
          icon: 'fa fa-angle-double-right'
        }
  ]
},
```

#### Tambahkan components `resources/assets/js/components.js` :

[](#tambahkan-components-resourcesassetsjscomponentsjs-)

```
import RKSekolahSDMI from './components/bantenprov/rk-sekolah-sd-mi/RKSekolahSDMI.chart.vue';
Vue.component('echarts-rk-sekolah-sd-mi', RKSekolahSDMI);

import RKSekolahSDMIKota from './components/bantenprov/rk-sekolah-sd-mi/RKSekolahSDMIKota.chart.vue';
Vue.component('echarts-rk-sekolah-sd-mi-kota', RKSekolahSDMIKota);

import RKSekolahSDMITahun from './components/bantenprov/rk-sekolah-sd-mi/RKSekolahSDMITahun.chart.vue';
Vue.component('echarts-rk-sekolah-sd-mi-tahun', RKSekolahSDMITahun);

import RKSekolahSDMIAdminShow from './components/bantenprov/rk-sekolah-sd-mi/RKSekolahSDMIAdmin.show.vue';
Vue.component('admin-view-rk-sekolah-sd-mi-tahun', RKSekolahSDMIAdminShow);

//== Echarts Angka Partisipasi Kasar

import RKSekolahSDMIBar01 from './components/views/bantenprov/rk-sekolah-sd-mi/RKSekolahSDMIBar01.vue';
Vue.component('rk-sekolah-sd-mi-bar-01', RKSekolahSDMIBar01);

import RKSekolahSDMIBar02 from './components/views/bantenprov/rk-sekolah-sd-mi/RKSekolahSDMIBar02.vue';
Vue.component('rk-sekolah-sd-mi-bar-02', RKSekolahSDMIBar02);

//== mini bar charts
import RKSekolahSDMIBar03 from './components/views/bantenprov/rk-sekolah-sd-mi/RKSekolahSDMIBar03.vue';
Vue.component('rk-sekolah-sd-mi-bar-03', RKSekolahSDMIBar03);

import RKSekolahSDMIPie01 from './components/views/bantenprov/rk-sekolah-sd-mi/RKSekolahSDMIPie01.vue';
Vue.component('rk-sekolah-sd-mi-pie-01', RKSekolahSDMIPie01);

import RKSekolahSDMIPie02 from './components/views/bantenprov/rk-sekolah-sd-mi/RKSekolahSDMIPie02.vue';
Vue.component('rk-sekolah-sd-mi-pie-02', RKSekolahSDMIPie02);

//== mini pie charts
import RKSekolahSDMIPie03 from './components/views/bantenprov/rk-sekolah-sd-mi/RKSekolahSDMIPie03.vue';
Vue.component('rk-sekolah-sd-mi-pie-03', RKSekolahSDMIPie03);
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90% 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/811618334e937542bb0d5723158e05de7445bb5e8851ce086d6cc7a7c0146166?d=identicon)[bantenprov](/maintainers/bantenprov)

---

Top Contributors

[![andri-sudarmawijaya](https://avatars.githubusercontent.com/u/28795941?v=4)](https://github.com/andri-sudarmawijaya "andri-sudarmawijaya (9 commits)")[![bantenprov](https://avatars.githubusercontent.com/u/28588981?v=4)](https://github.com/bantenprov "bantenprov (1 commits)")

### Embed Badge

![Health badge](/badges/bantenprov-rasio-ketersediaan-sekolah-sd-mi/health.svg)

```
[![Health](https://phpackages.com/badges/bantenprov-rasio-ketersediaan-sekolah-sd-mi/health.svg)](https://phpackages.com/packages/bantenprov-rasio-ketersediaan-sekolah-sd-mi)
```

PHPackages © 2026

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