PHPackages                             laravel-enso/services - 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. laravel-enso/services

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

laravel-enso/services
=====================

Service manager for Laravel Enso

3.5.0(2mo ago)07.7k↓50%3[1 PRs](https://github.com/laravel-enso/services/pulls)MITPHP

Since Nov 29Pushed 2mo ago4 watchersCompare

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

READMEChangelogDependencies (6)Versions (48)Used By (0)

Services
========

[](#services)

[![Codacy Badge](https://camo.githubusercontent.com/3198e40904c63759cbf03126db56c31a93aaa4b4f5d7e85d7ff43af7f6be5ebd/68747470733a2f2f6170702e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f3831626134633365643063613433323362616165363662623834613237353164)](https://www.codacy.com/gh/laravel-enso/services?utm_source=github.com&utm_medium=referral&utm_content=laravel-enso/services&utm_campaign=Badge_Grade)[![StyleCI](https://camo.githubusercontent.com/41c272b469d032ae7c372eec62a219faa47479ffce63299c3170f552ef220f2b/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f38353439323336312f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/85492361)[![License](https://camo.githubusercontent.com/7e1f5ec2680935a163a12252e3ae90e3caab48c7cf0e6054770dccb813af2cb0/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d656e736f2f73657276696365732f6c6963656e7365)](https://packagist.org/packages/laravel-enso/datatable)[![Total Downloads](https://camo.githubusercontent.com/714dd41a2b54eaa0b6c78be8881a52a0245972dc6d45e1b2c6b438331d6cd568/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d656e736f2f73657276696365732f646f776e6c6f616473)](https://packagist.org/packages/laravel-enso/services)[![Latest Stable Version](https://camo.githubusercontent.com/99a21eab98ea30eaecf965b3b279e4d1b0904d4c20f5e06f3e6cff6db67cc2e4/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d656e736f2f73657276696365732f76657273696f6e)](https://packagist.org/packages/laravel-enso/services)

Services package is an extesion of the Laravel Enso enviroment, designed for services management.

**Note:** *This package cannot be used outside of enso enviroment and is not included in [Laravel Enso Core](https://github.com/laravel-enso/Core) packages.*

### Features

[](#features)

- crud operations for services
- includes seeders &amp; factories
- includes front-end assets
- tests

### Instalation

[](#instalation)

- install the package using composer: `composer require laravel-enso/services`
- adds the following alias in `webackpack.mix.js`

```
.webpackConfig({
        resolve: {
            extensions: ['.js', '.vue', '.json'],
            alias: {
                 //other aliases
                '@services': `${__dirname}/vendor/laravel-enso/services/src/resources/js`,
            },
        },
    })

```

- in `resources/js/router.js` file, verify that `RouteMerger` is imported, or import it

`import RouteMerger from '@core-modules/importers/RouteMerger';`

- make sure `routeImporter` is also imported

`import routeImporter from '@core-modules/importers/routeImporter';`

- then use `RouteMerger` to import front-end assets using the alias defined in `webpack.mix.js`

```
(new RouteMerger(routes))
    .add(routeImporter(require.context('./routes', false, /.*\.js$/)))
    .add(routeImporter(require.context('@services/routes', false, /.*\.js$/)));

```

- in `resources/js/app.js` import the package's icons

`import '@services/icons'`

- make sure `hot module replacement` is **not** active, and run `yarn dev` or `npm run dev`

### Publishes

[](#publishes)

- you can publish the product seeder and customize it to your liking

`php artisan vendor:publish --tag=services-factories`

### Icons

[](#icons)

The package uses the following icons:

- `hand-holding-usd`

### Contributions

[](#contributions)

are welcome. Pull requests are great, but issues are good too.

### License

[](#license)

This package is released under the MIT license.

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance84

Actively maintained with recent releases

Popularity24

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 58.1% 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 ~59 days

Total

39

Last Release

81d ago

Major Versions

1.2.6 → 2.0.02020-06-30

2.1.11 → 3.0.02022-02-25

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16073274?v=4)[Adrian Ocneanu](/maintainers/aocneanu)[@aocneanu](https://github.com/aocneanu)

---

Top Contributors

[![gandesc](https://avatars.githubusercontent.com/u/14071925?v=4)](https://github.com/gandesc "gandesc (36 commits)")[![aocneanu](https://avatars.githubusercontent.com/u/16073274?v=4)](https://github.com/aocneanu "aocneanu (6 commits)")[![GITmanuela](https://avatars.githubusercontent.com/u/44998004?v=4)](https://github.com/GITmanuela "GITmanuela (5 commits)")[![AbdullahiAbdulkabir](https://avatars.githubusercontent.com/u/33360580?v=4)](https://github.com/AbdullahiAbdulkabir "AbdullahiAbdulkabir (5 commits)")[![raftx24](https://avatars.githubusercontent.com/u/10864136?v=4)](https://github.com/raftx24 "raftx24 (4 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (3 commits)")[![vmcvlad](https://avatars.githubusercontent.com/u/37445394?v=4)](https://github.com/vmcvlad "vmcvlad (3 commits)")

---

Tags

ensoenso-enviromentlaravellaravel-ensopackageservicesstarterlaravelserviceslaravel-ensoservice-management

### Embed Badge

![Health badge](/badges/laravel-enso-services/health.svg)

```
[![Health](https://phpackages.com/badges/laravel-enso-services/health.svg)](https://phpackages.com/packages/laravel-enso-services)
```

###  Alternatives

[laravel-enso/core

Main requirement &amp; dependency aggregator for Laravel Enso

3463.6k138](/packages/laravel-enso-core)[laravel-enso/localisation

Localisation management dependency for Laravel Enso

1361.1k5](/packages/laravel-enso-localisation)[laravel-enso/tutorials

Tutorial management dependency for Laravel Enso

1139.5k](/packages/laravel-enso-tutorials)[laravel-enso/data-import

Excel Importer dependency for Laravel Enso

2042.6k3](/packages/laravel-enso-data-import)

PHPackages © 2026

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