PHPackages                             kennethsolomon/make-service - 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. kennethsolomon/make-service

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

kennethsolomon/make-service
===========================

Can run 'php artisan make:service Foobar' to create new Services.

v1.1.2(3y ago)116MITPHP

Since Jan 3Pushed 3y ago1 watchersCompare

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

READMEChangelog (4)DependenciesVersions (5)Used By (0)

Installation
============

[](#installation)

### Type `composer require kennethsolomon/make-service --dev`

[](#type-composer-require-kennethsolomonmake-service---dev)

How to use
==========

[](#how-to-use)

### Just type `php artisan make:service FoobarService`

[](#just-type-php-artisan-makeservice-foobarservice)

Inside Controller you can use
=============================

[](#inside-controller-you-can-use)

- Import FoobarService in your controller -&gt; `use App\Services\FoobarService;`
- `$FoobarService = FoobarService::getInstance();`
- `$FoobarService->foo()` # Asumming that there has foo() method inside your service

or

```
  protected $FoobarService;

  public function __construct(FoobarService $FoobarService)
  {
    $this->FoobarService = $FoobarService;
  }
```

- `$this->FoobarService->bar()` # Assuming that there has bar() method inside your service

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

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

1221d ago

### Community

Maintainers

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

---

Top Contributors

[![kennethsolomon](https://avatars.githubusercontent.com/u/34451259?v=4)](https://github.com/kennethsolomon "kennethsolomon (11 commits)")

### Embed Badge

![Health badge](/badges/kennethsolomon-make-service/health.svg)

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

###  Alternatives

[yavin/symfony-form-tree

create select field with indentation for tree structure

1591.1k1](/packages/yavin-symfony-form-tree)[spatie/laravel-help-space

Integrate Helpspace in your Laravel app

2333.7k](/packages/spatie-laravel-help-space)

PHPackages © 2026

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