PHPackages                             iampapaisarkar/laravel-custom-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. iampapaisarkar/laravel-custom-class

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

iampapaisarkar/laravel-custom-class
===================================

Easily can create custom classes by artisan command

1.0.3(3y ago)011MITPHP

Since Apr 19Pushed 3y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (5)Used By (0)

Laravel Custom Class
====================

[](#laravel-custom-class)

Easily can create custom classes by artisan command (Service, Trait and Factory Class)

[![N|Solid](https://camo.githubusercontent.com/419fcd701060bdaab141bb15aa6f62470d9ea73606acc5f2f2983847c76be986/68747470733a2f2f7777772e69616d70617061697361726b61722e696e2f706f77657265642d62792e737667)](https://www.iampapaisarkar.in)

[![N|Solid](https://camo.githubusercontent.com/da780207c51d0edfc7c17a104995f6c0c1a5144fd0fd01af11614b0c5de8136c/68747470733a2f2f7777772e69616d70617061697361726b61722e696e2f686972652d6d652e737667)](https://www.upwork.com/freelancers/~01b68508e481c72291)

Laravel Version
---------------

[](#laravel-version)

```
    Laravel 8 >=
```

installation
------------

[](#installation)

```
composer require iampapaisarkar/laravel-custom-class
```

Usage
-----

[](#usage)

```
    // in your application app.php file add service provider

    // go to
        config/app.php

    // scroll down to providers array and set this Iampapaisarkar\LaravelCustomClass\LaravelCustomClassServiceProvider::class,

        'providers' => ServiceProvider::defaultProviders()->merge([

            Iampapaisarkar\LaravelCustomClass\LaravelCustomClassServiceProvider::class,

        ])->toArray(),
```

Usage
-----

[](#usage-1)

```
    // Open you project terminal and run following commands:

    // Create Service
    php artisan make:service YouClassName

    // Create Trait
    php artisan make:trait YouClassName

    // Create Factory
    php artisan make:custom-factory YouClassName
```

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 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

Every ~0 days

Total

4

Last Release

1125d ago

### Community

Maintainers

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

---

Top Contributors

[![iampapaisarkar](https://avatars.githubusercontent.com/u/50805880?v=4)](https://github.com/iampapaisarkar "iampapaisarkar (1 commits)")

### Embed Badge

![Health badge](/badges/iampapaisarkar-laravel-custom-class/health.svg)

```
[![Health](https://phpackages.com/badges/iampapaisarkar-laravel-custom-class/health.svg)](https://phpackages.com/packages/iampapaisarkar-laravel-custom-class)
```

PHPackages © 2026

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