PHPackages                             scuti/service-generator - 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. scuti/service-generator

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

scuti/service-generator
=======================

Package allow us to create Service layer

1.1(5y ago)02.4kMITPHP

Since Oct 28Pushed 5y ago1 watchersCompare

[ Source](https://github.com/scuti-asia/service-generator)[ Packagist](https://packagist.org/packages/scuti/service-generator)[ RSS](/packages/scuti-service-generator/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Scuti/repository-generator
==========================

[](#scutirepository-generator)

A package to generator service layer.

How to install
==============

[](#how-to-install)

### Step 1: Install via composer

[](#step-1-install-via-composer)

```
composer require scuti/service-generator
```

### Step 2: Publish service-generator (optional if you want to custom config)

[](#step-2-publish-service-generator-optional-if-you-want-to-custom-config)

```
php artisan vendor:publish --provider="Scuti\Admin\ServiceGenerator\ServiceGeneratorProvider"
```

```
// Config file
// service_layer.php
return [
    'service_path' => 'Services', // The path of Service folder
    'allow_implement_interface' => false, // User the interface or not
];

```

### Step 3: Use command to generate service

[](#step-3-use-command-to-generate-service)

```
php artisan make:service NameOfService

```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85% 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

2075d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/29912870?v=4)[zmap95](/maintainers/zmap95)[@zmap95](https://github.com/zmap95)

---

Top Contributors

[![bigcandy95](https://avatars.githubusercontent.com/u/73579569?v=4)](https://github.com/bigcandy95 "bigcandy95 (17 commits)")[![zmap95](https://avatars.githubusercontent.com/u/29912870?v=4)](https://github.com/zmap95 "zmap95 (3 commits)")

### Embed Badge

![Health badge](/badges/scuti-service-generator/health.svg)

```
[![Health](https://phpackages.com/badges/scuti-service-generator/health.svg)](https://phpackages.com/packages/scuti-service-generator)
```

###  Alternatives

[jms/cg

Toolset for generating PHP code

15616.0M8](/packages/jms-cg)[yoast-seo-for-typo3/yoast_seo

Yoast SEO for TYPO3

511.7M9](/packages/yoast-seo-for-typo3-yoast-seo)

PHPackages © 2026

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