PHPackages                             laravel-enso/packaging-units - 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/packaging-units

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

laravel-enso/packaging-units
============================

Packaging unit management for Laravel Enso

2.6.1(2mo ago)010.1k↓27.6%21MITPHP

Since Sep 9Pushed 2mo ago3 watchersCompare

[ Source](https://github.com/laravel-enso/packaging-units)[ Packagist](https://packagist.org/packages/laravel-enso/packaging-units)[ Docs](https://github.com/laravel-enso/packaging-units)[ RSS](/packages/laravel-enso-packaging-units/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (16)Versions (31)Used By (1)

Packaging Units
===============

[](#packaging-units)

[![License](https://camo.githubusercontent.com/c7af9b5220d32b17a0dc544b78d13d1dce9cd07810aefe5471b834117c9d32df/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d656e736f2f7061636b6167696e672d756e6974732f6c6963656e7365)](LICENSE)[![Stable](https://camo.githubusercontent.com/62b6c2c386aad001f51aded6c23d7c294092c4a1fdecb882923d91e7a1c257c3/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d656e736f2f7061636b6167696e672d756e6974732f76657273696f6e)](https://packagist.org/packages/laravel-enso/packaging-units)[![Downloads](https://camo.githubusercontent.com/cb258be3f841c8baea0e31a6e9c747d106f19dd38709865a9c002fa15ff0150e/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d656e736f2f7061636b6167696e672d756e6974732f646f776e6c6f616473)](https://packagist.org/packages/laravel-enso/packaging-units)[![PHP](https://camo.githubusercontent.com/da7cf113b588d26fe679dfefe4a15009272ed358ad4e786ad3c78b45faa61d69/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d382e322532422d3737376262342e737667)](composer.json)[![Issues](https://camo.githubusercontent.com/8f5bc5946c14e539f9092feab6fd9f80b579adeaaccb969178e9da882289574e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6c61726176656c2d656e736f2f7061636b6167696e672d756e6974732e737667)](https://github.com/laravel-enso/packaging-units/issues)[![Merge Requests](https://camo.githubusercontent.com/846095275c2a1f5d79014ee9ec95b7da23ce846e1218fec8a9102c7b3ce283fd/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732d70722f6c61726176656c2d656e736f2f7061636b6167696e672d756e6974732e737667)](https://github.com/laravel-enso/packaging-units/pulls)

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

[](#description)

Packaging Units adds Enso administration flows for packaging and packing-unit records.

The package exposes CRUD, options, table init, table data, and Excel export endpoints, and includes seeders and factories for bootstrapping packaging-unit data.

It is intended to support product and logistics domains that distinguish packaging from measurement units.

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

[](#installation)

Install the package:

```
composer require laravel-enso/packaging-units
```

Run the package migrations:

```
php artisan migrate
```

Optional publishes:

```
php artisan vendor:publish --tag=packaging-unit-factory
php artisan vendor:publish --tag=packaging-unit-seeder
```

Features
--------

[](#features)

- Packaging-unit CRUD endpoints.
- Options endpoint for select fields.
- Table init, table data, and Excel export endpoints.
- Seeders and factories for initial data.

Usage
-----

[](#usage)

Main route group:

- `administration.packagingUnits.*`

API
---

[](#api)

### HTTP routes

[](#http-routes)

- `GET api/administration/packagingUnits/create`
- `POST api/administration/packagingUnits`
- `GET api/administration/packagingUnits/{packagingUnit}/edit`
- `PATCH api/administration/packagingUnits/{packagingUnit}`
- `DELETE api/administration/packagingUnits/{packagingUnit}`
- `GET api/administration/packagingUnits/initTable`
- `GET api/administration/packagingUnits/tableData`
- `GET api/administration/packagingUnits/exportExcel`
- `GET api/administration/packagingUnits/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/data-import`](https://docs.laravel-enso.com/backend/data-import.html) [↗](https://github.com/laravel-enso/data-import)
- [`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/migrator`](https://docs.laravel-enso.com/backend/migrator.html) [↗](https://github.com/laravel-enso/migrator)
- [`laravel-enso/rememberable`](https://docs.laravel-enso.com/backend/rememberable.html) [↗](https://github.com/laravel-enso/rememberable)
- [`laravel-enso/select`](https://docs.laravel-enso.com/backend/select.html) [↗](https://github.com/laravel-enso/select)
- [`laravel-enso/tables`](https://docs.laravel-enso.com/backend/tables.html) [↗](https://github.com/laravel-enso/tables)

Companion frontend package:

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

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

52

—

FairBetter than 96% of packages

Maintenance86

Actively maintained with recent releases

Popularity25

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity66

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

Total

25

Last Release

75d ago

Major Versions

1.1.7 → 2.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 (13 commits)")[![aocneanu](https://avatars.githubusercontent.com/u/16073274?v=4)](https://github.com/aocneanu "aocneanu (12 commits)")[![raftx24](https://avatars.githubusercontent.com/u/10864136?v=4)](https://github.com/raftx24 "raftx24 (8 commits)")[![GITmanuela](https://avatars.githubusercontent.com/u/44998004?v=4)](https://github.com/GITmanuela "GITmanuela (4 commits)")[![vmcvlad](https://avatars.githubusercontent.com/u/37445394?v=4)](https://github.com/vmcvlad "vmcvlad (4 commits)")[![AbdullahiAbdulkabir](https://avatars.githubusercontent.com/u/33360580?v=4)](https://github.com/AbdullahiAbdulkabir "AbdullahiAbdulkabir (2 commits)")

---

Tags

unitslaravel-ensopackaging-units

### Embed Badge

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

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

###  Alternatives

[laravel-enso/localisation

Language and translation management for Laravel Enso

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

Role management for Laravel Enso

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

Excel Importer dependency for Laravel Enso

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

Tutorial management backend for Laravel Enso

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

The backend shell of a Laravel Enso application

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

Permission management for Laravel Enso

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

PHPackages © 2026

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