PHPackages                             slyusarchyn/laravel-service-creator - 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. slyusarchyn/laravel-service-creator

ActiveLibrary

slyusarchyn/laravel-service-creator
===================================

Laravel service creator

v1.0.1(6y ago)3257GPL-2.0PHPPHP ^7.1.3CI failing

Since Sep 1Pushed 6y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (4)Used By (0)

Laravel service creator
=======================

[](#laravel-service-creator)

[![PHP](https://camo.githubusercontent.com/ff137d40c1dd911565698510fce5c53893a26cb31b73417fc428b5cffdfce8cd/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f7461672f736c79757361726368796e2f6c61726176656c2d736572766963652d63726561746f722e737667)](https://github.com/slyusarchyn/laravel-service-creator)[![Downloads](https://camo.githubusercontent.com/820e76b988f1d31856b77531c64ad2845ff4b10971c4da24b2abcbbef4308175/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736c79757361726368796e2f6c61726176656c2d736572766963652d63726561746f722e737667)](https://packagist.org/packages/slyusarchyn/laravel-service-creator)[![Stars](https://camo.githubusercontent.com/e730a993262de1b5fb95ae57d3967d6f615e33417b75fe89748bcfc5582e020e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f736c79757361726368796e2f6c61726176656c2d736572766963652d63726561746f722e737667)](https://github.com/slyusarchyn/laravel-service-creator)

Laravel service creator

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

[](#installation)

To install this package you will need:

- Laravel 5.5 +
- PHP &gt;= 7.1.3

Install via **composer** - edit your `composer.json` to require the package.

```
"require": {
    "slyusarchyn/laravel-service-creator": "1.0.*"
}
```

Then run `composer update` in your terminal to install it in.

OR

Run `composer require slyusarchyn/laravel-service-creator`

After installation you need to add the service provider to your `app.php` config file.

```
'providers' => [
    // ...
    Slyusarchyn\LaravelServiceCreator\LaravelServiceCreatorServiceProvider::class,
    // ...
],
```

How to use?
-----------

[](#how-to-use)

### Create new service

[](#create-new-service)

For creating new service, you should use that command where "UserService" is your service name.

```
php artisan make:service UserService
```

### Create new service with service provider

[](#create-new-service-with-service-provider)

If you want to create a service with a service provider, you should use that command:

```
php artisan make:service UserService --p
```

If you have created a new service provider, you must add it to the `app.php` config file.

License
-------

[](#license)

MIT License

Copyright (c) 2019 slyusarchyn

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Total

2

Last Release

2319d ago

### Community

Maintainers

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

---

Top Contributors

[![slyusarchyn](https://avatars.githubusercontent.com/u/16454952?v=4)](https://github.com/slyusarchyn "slyusarchyn (5 commits)")

---

Tags

laravelpackageservice creator

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/slyusarchyn-laravel-service-creator/health.svg)

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

###  Alternatives

[awssat/laravel-visits

Laravel Redis visits counter for Eloquent models

975163.6k2](/packages/awssat-laravel-visits)[joisarjignesh/bigbluebutton

BigBlueButton Server API Library for Laravel

162145.5k1](/packages/joisarjignesh-bigbluebutton)[threesquared/laravel-paymill

Laravel wrapper for the Paymill API

121.3k](/packages/threesquared-laravel-paymill)

PHPackages © 2026

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