PHPackages                             laravel-enso/people - 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. [Admin Panels](/categories/admin)
4. /
5. laravel-enso/people

ActiveLibrary[Admin Panels](/categories/admin)

laravel-enso/people
===================

Person management for Laravel Enso

4.7.8(2mo ago)552.1k↑72.7%69MITPHP

Since Oct 7Pushed 2mo ago4 watchersCompare

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

READMEChangelogDependencies (22)Versions (128)Used By (9)

People
======

[](#people)

[![License](https://camo.githubusercontent.com/f2efb2429a2862e86dca60ed27df849d0e90d569871b1c86b36814a32a8754d7/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d656e736f2f70656f706c652f6c6963656e7365)](LICENSE)[![Stable](https://camo.githubusercontent.com/18df3c4c6e28322b702e63a2433a4d45727a4da06285caec36ddcffdc4aa7059/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d656e736f2f70656f706c652f76657273696f6e)](https://packagist.org/packages/laravel-enso/people)[![Downloads](https://camo.githubusercontent.com/b055a077887a516e98d1cd355e9ca4e065a9dc4ab24f7200688dbb350620963a/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d656e736f2f70656f706c652f646f776e6c6f616473)](https://packagist.org/packages/laravel-enso/people)[![PHP](https://camo.githubusercontent.com/ef6afd4ccdaa708a9b1a0a353d6d03a13ca1f03887b8db701d4118dc30a6735a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d382e302532422d3737376262342e737667)](composer.json)[![Issues](https://camo.githubusercontent.com/94cd439710cb14d65fb332fa3f1c4fc6b53b56299ddb77f450b4a012a83f3d5a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6c61726176656c2d656e736f2f70656f706c652e737667)](https://github.com/laravel-enso/people/issues)[![Merge Requests](https://camo.githubusercontent.com/68b7a390d5f873b32a34db1840f95d0b4ee0eb27b4ec58789e7d2fa9c6617ab1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732d70722f6c61726176656c2d656e736f2f70656f706c652e737667)](https://github.com/laravel-enso/people/pulls)

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

[](#description)

People manages person records for Laravel Enso.

The package exposes CRUD, options, table init, table data, and Excel export endpoints for people, and integrates addresses, remembering, searchable behavior, and morph-map registration for the `Person` model.

It is intended to provide a reusable person domain that can be referenced by other Enso modules.

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

[](#installation)

Install the package:

```
composer require laravel-enso/people
```

Run the package migrations:

```
php artisan migrate
```

Optional publish:

```
php artisan vendor:publish --tag=people-factory
```

Features
--------

[](#features)

- Person CRUD endpoints.
- Options endpoint for select fields.
- Table init, table data, and Excel export endpoints.
- Morph-map registration for the `Person` model.
- Integration with addresses and searchable helpers.

Usage
-----

[](#usage)

Main route group:

- `administration.people.*`

API
---

[](#api)

### HTTP routes

[](#http-routes)

- `GET api/administration/people/create`
- `POST api/administration/people`
- `GET api/administration/people/{person}/edit`
- `PATCH api/administration/people/{person}`
- `DELETE api/administration/people/{person}`
- `GET api/administration/people/initTable`
- `GET api/administration/people/tableData`
- `GET api/administration/people/exportExcel`
- `GET api/administration/people/options`

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

[](#depends-on)

Required Enso packages:

- [`laravel-enso/addresses`](https://docs.laravel-enso.com/backend/addresses.html) [↗](https://github.com/laravel-enso/addresses)
- [`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/enums`](https://docs.laravel-enso.com/backend/enums.html) [↗](https://github.com/laravel-enso/enums)
- [`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/searchable`](https://docs.laravel-enso.com/backend/searchable.html) [↗](https://github.com/laravel-enso/searchable)
- [`laravel-enso/tables`](https://docs.laravel-enso.com/backend/tables.html) [↗](https://github.com/laravel-enso/tables)
- [`laravel-enso/track-who`](https://docs.laravel-enso.com/backend/track-who.html) [↗](https://github.com/laravel-enso/track-who)

Companion frontend package:

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

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

61

—

FairBetter than 98% of packages

Maintenance87

Actively maintained with recent releases

Popularity35

Limited adoption so far

Community29

Small or concentrated contributor base

Maturity80

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 58.3% 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 ~23 days

Recently: every ~4 days

Total

117

Last Release

62d ago

Major Versions

1.1.12 → 2.0.02019-03-08

2.5.11 → 3.0.02020-06-30

3.2.3 → 4.0.02022-02-25

PHP version history (2 changes)1.0.0PHP &gt;=7.1.0

2.5.0PHP &gt;=7.4.0

### Community

Maintainers

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

---

Top Contributors

[![aocneanu](https://avatars.githubusercontent.com/u/16073274?v=4)](https://github.com/aocneanu "aocneanu (116 commits)")[![gandesc](https://avatars.githubusercontent.com/u/14071925?v=4)](https://github.com/gandesc "gandesc (31 commits)")[![vmcvlad](https://avatars.githubusercontent.com/u/37445394?v=4)](https://github.com/vmcvlad "vmcvlad (19 commits)")[![AbdullahiAbdulkabir](https://avatars.githubusercontent.com/u/33360580?v=4)](https://github.com/AbdullahiAbdulkabir "AbdullahiAbdulkabir (10 commits)")[![GITmanuela](https://avatars.githubusercontent.com/u/44998004?v=4)](https://github.com/GITmanuela "GITmanuela (7 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (7 commits)")[![raftx24](https://avatars.githubusercontent.com/u/10864136?v=4)](https://github.com/raftx24 "raftx24 (5 commits)")[![jlsjonas](https://avatars.githubusercontent.com/u/932193?v=4)](https://github.com/jlsjonas "jlsjonas (2 commits)")[![DevIonut](https://avatars.githubusercontent.com/u/19207797?v=4)](https://github.com/DevIonut "DevIonut (2 commits)")

---

Tags

laravellaravel-ensopeoplepeople-managementpersonperson-managementpeoplelaravel-ensoperson-management

### Embed Badge

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

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

###  Alternatives

[laravel-enso/localisation

Language and translation management for Laravel Enso

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

Excel Importer dependency for Laravel Enso

2044.0k6](/packages/laravel-enso-data-import)[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)[laravel-enso/tutorials

Tutorial management backend for Laravel Enso

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

Role management for Laravel Enso

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

PHPackages © 2026

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