PHPackages                             bantenprov/siswa - 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. bantenprov/siswa

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

bantenprov/siswa
================

Nama Siswa

1848Vue

Since May 27Pushed 7y ago2 watchersCompare

[ Source](https://github.com/bantenprov/siswa)[ Packagist](https://packagist.org/packages/bantenprov/siswa)[ RSS](/packages/bantenprov-siswa/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Siswa
=====

[](#siswa)

[![Join the chat at https://gitter.im/siswa/Lobby](https://camo.githubusercontent.com/b9ee94f43cb0a6fb5e685e7a8abc92f149d08de23f11da7ab53f17f6fcef56f3/68747470733a2f2f6261646765732e6769747465722e696d2f73697377612f4c6f6262792e737667)](https://gitter.im/siswa/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/d67771089cd8acf0807d6063c52ea9bfa65a2700780a2263f8a3262ec4dc892f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f62616e74656e70726f762f73697377612f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/bantenprov/siswa/?branch=master)[![Build Status](https://camo.githubusercontent.com/27b277c952bfa725bd3cf7a25abec8ccfe7a59bdbbc5a32a47b333cc493c68e2/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f62616e74656e70726f762f73697377612f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/bantenprov/siswa/build-status/master)[![Latest Stable Version](https://camo.githubusercontent.com/b8915b1e1d97332f1f214faf9590017c9b5dd5b1f57cb43283078093f1d8d56a/68747470733a2f2f706f7365722e707567782e6f72672f62616e74656e70726f762f73697377612f762f737461626c65)](https://packagist.org/packages/bantenprov/siswa)[![Total Downloads](https://camo.githubusercontent.com/7d5e86e4cdd2787c0cebf0e9540a055796bc57b71c120d493a34e216d87ab8ed/68747470733a2f2f706f7365722e707567782e6f72672f62616e74656e70726f762f73697377612f646f776e6c6f616473)](https://packagist.org/packages/bantenprov/siswa)[![Latest Unstable Version](https://camo.githubusercontent.com/f988214818d107b9b81fb1582335d75d6c4a17e61570dd578c718274038d1312/68747470733a2f2f706f7365722e707567782e6f72672f62616e74656e70726f762f73697377612f762f756e737461626c65)](https://packagist.org/packages/bantenprov/siswa)[![License](https://camo.githubusercontent.com/3be561787234fdac80d33f9768e94291abf2fbcfc32cb8f9d17101a7e77261f7/68747470733a2f2f706f7365722e707567782e6f72672f62616e74656e70726f762f73697377612f6c6963656e7365)](https://packagist.org/packages/bantenprov/siswa)[![Monthly Downloads](https://camo.githubusercontent.com/361f2abc13520062c6547adb7fc3a316d0c650f6438eeca3100687e4cc6ea749/68747470733a2f2f706f7365722e707567782e6f72672f62616e74656e70726f762f73697377612f642f6d6f6e74686c79)](https://packagist.org/packages/bantenprov/siswa)[![Daily Downloads](https://camo.githubusercontent.com/6f986797380923b0436536aec6a1a9fca8be3c6fc698907cfffe6266e951c340/68747470733a2f2f706f7365722e707567782e6f72672f62616e74656e70726f762f73697377612f642f6461696c79)](https://packagist.org/packages/bantenprov/siswa)

Siswa

### Install via composer

[](#install-via-composer)

- Development snapshot

```
$ composer require bantenprov/siswa:dev-master
```

- Latest release:

```
$ composer require bantenprov/siswa
```

### Download via github

[](#download-via-github)

```
$ git clone https://github.com/bantenprov/siswa.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\Siswa\SiswaServiceProvider::class,
    //...
```

#### Lakukan migrate :

[](#lakukan-migrate-)

```
$ php artisan migrate
```

#### Lakukan publish semua komponen :

[](#lakukan-publish-semua-komponen-)

```
$ php artisan vendor:publish --tag=siswa-publish
```

#### Lakukan auto dump :

[](#lakukan-auto-dump-)

```
$ composer dump-autoload
```

#### Lakukan seeding :

[](#lakukan-seeding-)

```
$ php artisan db:seed --class=BantenprovSiswaSeeder
```

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

[](#edit-menu-resourcesassetsjsmenujs)

```
{
    name: 'Dashboard',
    icon: 'fa fa-dashboard',
    childType: 'collapse',
    childItem: [
        //...
        // Siswa
        {
            name: 'Siswa',
            link: '/dashboard/siswa',
            icon: 'fa fa-angle-double-right'
        },
        //...
    ]
},
```

```
{
    name: 'Admin',
    icon: 'fa fa-lock',
    childType: 'collapse',
    childItem: [
        //...
        // Siswa
        {
            name: 'Siswa',
            link: '/admin/siswa',
            icon: 'fa fa-angle-double-right'
        },
        //...
    ]
},
```

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

[](#tambahkan-components-resourcesassetsjscomponentsjs-)

```
//... Siswa ...//

import SiswaAdminShow from '~/components/bantenprov/siswa/SiswaAdmin.show.vue';
Vue.component('siswa-admin', SiswaAdminShow);

//... Echarts Siswa ...//

import Siswa from '~/components/bantenprov/siswa/Siswa.chart.vue';
Vue.component('siswa-echarts', Siswa);

import SiswaKota from '~/components/bantenprov/siswa/SiswaKota.chart.vue';
Vue.component('siswa-echarts-kota', SiswaKota);

import SiswaTahun from '~/components/bantenprov/siswa/SiswaTahun.chart.vue';
Vue.component('siswa-echarts-tahun', SiswaTahun);

//... Mini Bar Charts Siswa ...//

import SiswaBar01 from '~/components/views/bantenprov/siswa/SiswaBar01.vue';
Vue.component('siswa-bar-01', SiswaBar01);

import SiswaBar02 from '~/components/views/bantenprov/siswa/SiswaBar02.vue';
Vue.component('siswa-bar-02', SiswaBar02);

import SiswaBar03 from '~/components/views/bantenprov/siswa/SiswaBar03.vue';
Vue.component('siswa-bar-03', SiswaBar03);

//... Mini Pie Charts Siswa ...//

import SiswaPie01 from '~/components/views/bantenprov/siswa/SiswaPie01.vue';
Vue.component('siswa-pie-01', SiswaPie01);

import SiswaPie02 from '~/components/views/bantenprov/siswa/SiswaPie02.vue';
Vue.component('siswa-pie-02', SiswaPie02);

import SiswaPie03 from '~/components/views/bantenprov/siswa/SiswaPie03.vue';
Vue.component('siswa-pie-03', SiswaPie03);
```

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

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

```
{
    path: '/dashboard',
    redirect: '/dashboard/home',
    component: layout('Default'),
    children: [
        //...
        // Siswa
        {
            path: '/dashboard/siswa',
            components: {
                main: resolve => require(['~/components/views/bantenprov/siswa/DashboardSiswa.vue'], resolve),
                navbar: resolve => require(['~/components/Navbar.vue'], resolve),
                sidebar: resolve => require(['~/components/Sidebar.vue'], resolve)
            },
            meta: {
                title: "Siswa"
            }
        },
        //...
    ]
},
```

```
{
    path: '/admin',
    redirect: '/admin/dashboard/home',
    component: layout('Default'),
    children: [
        //...
        // Siswa
        {
            path: '/admin/siswa',
            components: {
                main: resolve => require(['~/components/bantenprov/siswa/Siswa.index.vue'], resolve),
                navbar: resolve => require(['~/components/Navbar.vue'], resolve),
                sidebar: resolve => require(['~/components/Sidebar.vue'], resolve)
            },
            meta: {
                title: "Siswa"
            }
        },
        {
            path: '/admin/siswa/create',
            components: {
                main: resolve => require(['~/components/bantenprov/siswa/Siswa.add.vue'], resolve),
                navbar: resolve => require(['~/components/Navbar.vue'], resolve),
                sidebar: resolve => require(['~/components/Sidebar.vue'], resolve)
            },
            meta: {
                title: "Add Siswa"
            }
        },
        {
            path: '/admin/siswa/:id',
            components: {
                main: resolve => require(['~/components/bantenprov/siswa/Siswa.show.vue'], resolve),
                navbar: resolve => require(['~/components/Navbar.vue'], resolve),
                sidebar: resolve => require(['~/components/Sidebar.vue'], resolve)
            },
            meta: {
                title: "View Siswa"
            }
        },
        {
            path: '/admin/siswa/:id/edit',
            components: {
                main: resolve => require(['~/components/bantenprov/siswa/Siswa.edit.vue'], resolve),
                navbar: resolve => require(['~/components/Navbar.vue'], resolve),
                sidebar: resolve => require(['~/components/Sidebar.vue'], resolve)
            },
            meta: {
                title: "Edit Siswa"
            }
        },
        //...
    ]
},
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

[![achmadhadikurnia](https://avatars.githubusercontent.com/u/4408971?v=4)](https://github.com/achmadhadikurnia "achmadhadikurnia (46 commits)")[![fadika06](https://avatars.githubusercontent.com/u/33959624?v=4)](https://github.com/fadika06 "fadika06 (35 commits)")[![andri-sudarmawijaya](https://avatars.githubusercontent.com/u/28795941?v=4)](https://github.com/andri-sudarmawijaya "andri-sudarmawijaya (27 commits)")[![arifin09](https://avatars.githubusercontent.com/u/35555321?v=4)](https://github.com/arifin09 "arifin09 (17 commits)")[![feripratama](https://avatars.githubusercontent.com/u/32523275?v=4)](https://github.com/feripratama "feripratama (8 commits)")[![bantenprov](https://avatars.githubusercontent.com/u/28588981?v=4)](https://github.com/bantenprov "bantenprov (1 commits)")[![ChemprenX](https://avatars.githubusercontent.com/u/35072559?v=4)](https://github.com/ChemprenX "ChemprenX (1 commits)")

### Embed Badge

![Health badge](/badges/bantenprov-siswa/health.svg)

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

###  Alternatives

[commercy/module-improved-indexer

Optimizations and Improvements for the Magento 2 indexer.

181.1k](/packages/commercy-module-improved-indexer)[rumenx/php-seo

AI-powered, framework-agnostic PHP package for automated SEO optimization. Intelligently generates meta tags, titles, descriptions, and alt texts using configurable AI providers or manual patterns.

102.0k](/packages/rumenx-php-seo)

PHPackages © 2026

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