PHPackages                             ahmobin/laravel-service-kit - 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. ahmobin/laravel-service-kit

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

ahmobin/laravel-service-kit
===========================

Laravel Service Kit is a PHP library that creates services, interfaces and repository class files.

v0.0.1(2y ago)014MITPHPPHP ^7.3|^8.0

Since Mar 11Pushed 2y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

Laravel Service Kit
===================

[](#laravel-service-kit)

This package provides a set of commands to quickly generate service, interface, and repository classes in your Laravel application.

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

[](#installation)

Install the package via Composer:

```
composer require --dev ahmobin/laravel-service-kit
```

#### Register Service Provider:

[](#register-service-provider)

```
'providers' => [
    // Other Service Providers
    \Mobin\LaravelServiceKit\LaravelServiceKitServiceProvider::class,
],
```

### Usages:

[](#usages)

###### Creating a Service Class

[](#creating-a-service-class)

To create a service class, run the following command:

```
php artisan make:service YourClassNameService
```

###### Creating an Interface Class

[](#creating-an-interface-class)

To create an interface class, run the following command:

```
php artisan make:interface YourClassNameInterface
```

###### Creating a Repository Class

[](#creating-a-repository-class)

To create a repository class, run the following command:

```
php artisan make:repo YourClassNameRepository
```

Further you may bind the repository class with interface in your AppServiceProvider

Feel free to customize the class names as per your application's naming conventions.

###  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

Maturity36

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

798d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8bf5002654c48f8e016df10d1335ccfa6a57ca6ac0cac85f673ab314f19b35a3?d=identicon)[ahmobin](/maintainers/ahmobin)

---

Top Contributors

[![abhmobin](https://avatars.githubusercontent.com/u/32023107?v=4)](https://github.com/abhmobin "abhmobin (13 commits)")

---

Tags

interfaceservicerepository

### Embed Badge

![Health badge](/badges/ahmobin-laravel-service-kit/health.svg)

```
[![Health](https://phpackages.com/badges/ahmobin-laravel-service-kit/health.svg)](https://phpackages.com/packages/ahmobin-laravel-service-kit)
```

###  Alternatives

[nette/robot-loader

🍀 Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.

89152.7M321](/packages/nette-robot-loader)[composer/satis

Simple Repository Generator

3.3k1.4M17](/packages/composer-satis)

PHPackages © 2026

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