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.7.2(2mo ago)08.1k↓55.4%3MITPHP

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 today

READMEChangelogDependencies (12)Versions (54)Used By (0)

Services
========

[](#services)

[![License](https://camo.githubusercontent.com/7e1f5ec2680935a163a12252e3ae90e3caab48c7cf0e6054770dccb813af2cb0/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d656e736f2f73657276696365732f6c6963656e7365)](LICENSE)[![Stable](https://camo.githubusercontent.com/99a21eab98ea30eaecf965b3b279e4d1b0904d4c20f5e06f3e6cff6db67cc2e4/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d656e736f2f73657276696365732f76657273696f6e)](https://packagist.org/packages/laravel-enso/services)[![Downloads](https://camo.githubusercontent.com/714dd41a2b54eaa0b6c78be8881a52a0245972dc6d45e1b2c6b438331d6cd568/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d656e736f2f73657276696365732f646f776e6c6f616473)](https://packagist.org/packages/laravel-enso/services)[![PHP](https://camo.githubusercontent.com/da7cf113b588d26fe679dfefe4a15009272ed358ad4e786ad3c78b45faa61d69/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d382e322532422d3737376262342e737667)](composer.json)[![Issues](https://camo.githubusercontent.com/36a8dee316631f6e18184281df31d86a7449c78d72dcc4ac1d834999b6477ca5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6c61726176656c2d656e736f2f73657276696365732e737667)](https://github.com/laravel-enso/services/issues)[![Merge Requests](https://camo.githubusercontent.com/0dbf077cd66dea528fe9f05d8d4db0e4b1c7a0f22b69cd673dd8ce7b062719c3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732d70722f6c61726176656c2d656e736f2f73657276696365732e737667)](https://github.com/laravel-enso/services/pulls)

Description
-----------

[](#description)

Services manages sellable service records inside Laravel Enso.

The package ships the service model, CRUD endpoints, validation, options lookup, form builders, and a server-side table builder for the administration UI. It is intended for Enso applications that need reusable service catalog entries alongside products and measurement units.

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

[](#installation)

Install the package:

```
composer require laravel-enso/services
```

Run the package migrations:

```
php artisan migrate
```

Optional publish:

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

Features
--------

[](#features)

- CRUD endpoints for service records.
- Form builders for create and edit flows backed by `service.json`.
- Server-side table builder backed by `services.json`.
- Options endpoint for async selects through `OptionsBuilder`.
- Supplier pivot payload support in the form builder and validator.
- Factories and feature coverage for forms, options, and datatable flows.

Usage
-----

[](#usage)

The package mounts its routes automatically through `AppServiceProvider`.

Main flows:

- create and edit forms through `LaravelEnso\Services\Forms\Builders\Service`
- datatable bootstrap and rows through `LaravelEnso\Services\Tables\Builders\Service`
- select options through `LaravelEnso\Services\Http\Controllers\Options`

Validation is handled by `LaravelEnso\Services\Http\Requests\ValidateService`, which requires:

- `measurement_unit_id`
- `name`
- unique `code`
- positive `list_price`
- integer `vat_percent`
- optional supplier rows with acquisition prices

API
---

[](#api)

Mounted under `api/services`:

- `GET create`
- `POST /`
- `GET {service}/edit`
- `PATCH {service}`
- `DELETE {service}`
- `GET initTable`
- `GET tableData`
- `GET exportExcel`
- `GET options`

Depends On
----------

[](#depends-on)

Required Enso packages:

- [`laravel-enso/core`](https://docs.laravel-enso.com/backend/core.html) [↗](https://github.com/laravel-enso/core)
- [`laravel-enso/dynamic-methods`](https://docs.laravel-enso.com/backend/dynamic-methods.html) [↗](https://github.com/laravel-enso/dynamic-methods)
- [`laravel-enso/forms`](https://docs.laravel-enso.com/backend/forms.html) [↗](https://github.com/laravel-enso/forms)
- [`laravel-enso/helpers`](https://docs.laravel-enso.com/backend/helpers.html) [↗](https://github.com/laravel-enso/helpers)
- [`laravel-enso/measurement-units`](https://docs.laravel-enso.com/backend/measurement-units.html) [↗](https://github.com/laravel-enso/measurement-units)
- [`laravel-enso/tables`](https://docs.laravel-enso.com/backend/tables.html) [↗](https://github.com/laravel-enso/tables)

Companion frontend package:

- [`@enso-ui/services`](https://docs.laravel-enso.com/frontend/services.html) [↗](https://github.com/enso-ui/services)

Contributions
-------------

[](#contributions)

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

Thank you to all the people who already contributed to Enso!

###  Health Score

53

—

FairBetter than 96% of packages

Maintenance86

Actively maintained with recent releases

Popularity24

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~3 days

Total

44

Last Release

74d 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 (27 commits)")[![vmcvlad](https://avatars.githubusercontent.com/u/37445394?v=4)](https://github.com/vmcvlad "vmcvlad (9 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)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (4 commits)")[![raftx24](https://avatars.githubusercontent.com/u/10864136?v=4)](https://github.com/raftx24 "raftx24 (4 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/localisation

Language and translation management for Laravel Enso

1362.8k11](/packages/laravel-enso-localisation)[laravel-enso/tutorials

Tutorial management backend for Laravel Enso

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

Excel Importer dependency for Laravel Enso

2044.0k6](/packages/laravel-enso-data-import)[laravel-enso/permissions

Permission management for Laravel Enso

1244.2k52](/packages/laravel-enso-permissions)[laravel-enso/roles

Role management for Laravel Enso

1044.9k32](/packages/laravel-enso-roles)[laravel-enso/core

The backend shell of a Laravel Enso application

3465.3k206](/packages/laravel-enso-core)

PHPackages © 2026

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