PHPackages                             wisnubaldas/clean-class - 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. wisnubaldas/clean-class

ActiveLibrary

wisnubaldas/clean-class
=======================

Bikin custom class di laravel

1.0.0.x-dev(3y ago)024MITPHPPHP ^7.4 | ^8.0

Since Nov 14Pushed 3y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (2)Used By (0)

Clean Class
===========

[](#clean-class)

Bikin class modul di laravel, biar rapih penggunaan dan terstruktur bikin aplikasinya :)

Sebelom install masukin script ini di file `composer.json`

```
"post-package-install": [
		"Wisnubaldas\\CleanClass\\BootScript::postPackageInstall"
],
```

Ini akan dijalankan ketika pertama kali packet di install, Modul ini jalan di laravel consol, buka terminal console project

`php artisan make:domain {nama_class_nya}`

command diatas akan membuat class file dan interface di folder Domain, gunakan option `-E {nama_class_extend_nya}` jika ingin membuat class extend

`php artisan make:driver {nama_trait_nya}`

command diatas akan membuat file trait di folder Driver

`php artisan make:repositories {nama_class_nya}`

command ini akan membuat file class di folder Repositories

`php artisan make:usecase {nama_class_nya}`

command diatas akan membuat class file dan interface di folder UseCase, gunakan option `-E {nama_class_extend_nya}` jika ingin membuat class extend

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1272d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6d0d22c0330df1c967cb0ac0653f3318268d4d4c393424cd4b56ad47df7f9e9c?d=identicon)[wisnubaldas](/maintainers/wisnubaldas)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/wisnubaldas-clean-class/health.svg)

```
[![Health](https://phpackages.com/badges/wisnubaldas-clean-class/health.svg)](https://phpackages.com/packages/wisnubaldas-clean-class)
```

###  Alternatives

[owen-it/laravel-auditing

Audit changes of your Eloquent models in Laravel

3.4k33.0M95](/packages/owen-it-laravel-auditing)[laravel/reverb

Laravel Reverb provides a real-time WebSocket communication backend for Laravel applications.

1.5k9.4M48](/packages/laravel-reverb)[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[laravel/pennant

A simple, lightweight library for managing feature flags.

57311.1M53](/packages/laravel-pennant)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[yajra/laravel-datatables-buttons

Laravel DataTables Buttons Plugin.

2629.1M54](/packages/yajra-laravel-datatables-buttons)

PHPackages © 2026

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