PHPackages                             anamcoollzz/stisla - 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. anamcoollzz/stisla

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

anamcoollzz/stisla
==================

:description

0207JavaScriptCI failing

Since Jan 18Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Anamcoollzz/stisla)[ Packagist](https://packagist.org/packages/anamcoollzz/stisla)[ RSS](/packages/anamcoollzz-stisla/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Stisla
======

[](#stisla)

[![Latest Version on Packagist](https://camo.githubusercontent.com/7d69abb1d943b2cadc05f1ca8012e5db6c0efa54d32b4b46ef38a82013cb4230/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616e616d636f6f6c6c7a7a2f737469736c612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/anamcoollzz/stisla)[![Total Downloads](https://camo.githubusercontent.com/b32a291fa599021223a699367504a77c8a6d5f7cc4ed6d668d97b206f9da3992/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616e616d636f6f6c6c7a7a2f737469736c612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/anamcoollzz/stisla)[![Build Status](https://camo.githubusercontent.com/19ecade0185dd87eaeaf81ff5a07c6d8782b1c710efcc0cc293c13385c5a2d62/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f616e616d636f6f6c6c7a7a2f737469736c612f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/anamcoollzz/stisla)[![StyleCI](https://camo.githubusercontent.com/cb13a877afd1dbe223c631789c3f922d3ace958fdb334a9cce9b26afefbc2ebd/68747470733a2f2f7374796c6563692e696f2f7265706f732f31323334353637382f736869656c64)](https://styleci.io/repos/12345678)

This is where your description should go. Take a look at [contributing.md](contributing.md) to see a to do list.

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

[](#installation)

Via Composer

```
$ composer require anamcoollzz/stisla
```

Usage
-----

[](#usage)

Change log
----------

[](#change-log)

Please see the [changelog](changelog.md) for more information on what has changed recently.

Step by step
============

[](#step-by-step)

- Install fresh laravel
- Setup your database configuration first in `.env`
- Remove `User.php` in app folder
- Remove all default migrations in `database/migrations` folder
- Remove all default seeder in `database/seeds` folder
- Remove `views` folder in `resources`
- Publish all stisla component with below

```
$ php artisan vendor:publish --tag=stisla.all
```

- run dump with

```
$ composer dump-autoload
```

- run

```
$ php artisan migrate --seed
```

Add to your web.php in routes folder
------------------------------------

[](#add-to-your-webphp-in-routes-folder)

```
Route::get('/masuk', 'Stisla\AutentikasiController@formMasuk')->name('masuk');
Route::post('/masuk', 'Stisla\AutentikasiController@masuk');

Route::middleware(\App\Http\Middleware\Masuk::class)->group(function(){

	Route::get('/', 'Stisla\AutentikasiController@dashboard')->name('dashboard');
	Route::get('/profil', 'Stisla\AutentikasiController@profil')->name('profil');
	Route::put('/profil', 'Stisla\AutentikasiController@perbaruiProfil')->name('profil.update');
	Route::get('/keluar', 'Stisla\AutentikasiController@keluar')->name('keluar');

});
```

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

[](#contributing)

Please see [contributing.md](contributing.md) for details and a todolist.

Security
--------

[](#security)

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

Credits
-------

[](#credits)

- [Hairul Anam](https://github.com/anamcoollzz)
- [All Contributors](../../contributors)

License
-------

[](#license)

license. Please see the [license file](license.md) for more information.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/80ff1adc1499d8655169feb2f5e01fca5675adf73557db1b605bdf7711780aa7?d=identicon)[Anamcoollzz](/maintainers/Anamcoollzz)

---

Top Contributors

[![Anamcoollzz](https://avatars.githubusercontent.com/u/26503196?v=4)](https://github.com/Anamcoollzz "Anamcoollzz (31 commits)")

### Embed Badge

![Health badge](/badges/anamcoollzz-stisla/health.svg)

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

###  Alternatives

[spatie/unit-conversions

Perform unit conversions in PHP

363.5k](/packages/spatie-unit-conversions)[devaly/wordpress-routes

Manage rewrites and routes in WordPress with this dead-simple plugin

101.2k](/packages/devaly-wordpress-routes)

PHPackages © 2026

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