PHPackages                             masterskill/service-package - 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. [Framework](/categories/framework)
4. /
5. masterskill/service-package

ActiveLibrary[Framework](/categories/framework)

masterskill/service-package
===========================

This is a package that allows you to automatically create services in Laravel.

3.0.0(1y ago)9144GPL-2.0-or-laterPHPPHP &gt;=8.0

Since Oct 16Pushed 1y ago1 watchersCompare

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

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

The Project
-----------

[](#the-project)

This is a project that creates a Laravel package for automatically generating a Service file in `app\Services` with the default namespace `App\Services`.

Prerequisites
-------------

[](#prerequisites)

- Laravel framework: "&gt;=9.0"
- PHP: "&gt;=8.0"

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

[](#installation)

To install the package, run the following command:

```
composer require masterskill/service-package
```

Publish the config file
-----------------------

[](#publish-the-config-file)

To publish the config file, run the command:

```
php artisan vendor:publish --tag=config
```

The config file will be registered as 'service-package.php' under config folder.

Creating a Service
------------------

[](#creating-a-service)

To create a new service, use the following Artisan command:

```
php artisan make:service MyService
```

Author
------

[](#author)

- Name : Clairmont RAJAONARISON - masterSkill77
- Email:
- Email:

Note
----

[](#note)

- Namespace is based on App\\

Enjoy it :)

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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 ~185 days

Total

3

Last Release

574d ago

Major Versions

2.0.2 → 3.0.02024-10-20

### Community

Maintainers

![](https://www.gravatar.com/avatar/2b884b2d979f6811b9e24aece509a3b1a18ac07f4779a495f5d42779b8f82a71?d=identicon)[masterSkill77](/maintainers/masterSkill77)

---

Top Contributors

[![masterSkill77](https://avatars.githubusercontent.com/u/76204885?v=4)](https://github.com/masterSkill77 "masterSkill77 (30 commits)")

### Embed Badge

![Health badge](/badges/masterskill-service-package/health.svg)

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

###  Alternatives

[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)[ecotone/laravel

Laravel integration for Ecotone

21307.6k3](/packages/ecotone-laravel)

PHPackages © 2026

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