PHPackages                             ee-objects/members - 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. ee-objects/members

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

ee-objects/members
==================

Provides an object based approach to ExpressionEngine Channel Entries

0.3(4y ago)014[1 issues](https://github.com/EE-Objects/Members/issues)MITPHPPHP &gt;=7.1

Since Jan 24Pushed 4y ago1 watchersCompare

[ Source](https://github.com/EE-Objects/Members)[ Packagist](https://packagist.org/packages/ee-objects/members)[ RSS](/packages/ee-objects-members/feed)WikiDiscussions main Synced 1mo ago

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

EE Objects Members
==================

[](#ee-objects-members)

This library allows developers to treat ExpressionEngine Members as objects within their Addons.

### The Problems This Solve

[](#the-problems-this-solve)

There are two main points this library covers; canonical keys and data types. With the first party Member Model within ExpressionEngine, you're dealing with mostly raw data delivered within a raw format. Specifically, custom fields are delivered in their raw database key and the raw value.

This can complicate development so this library removes that concern.

Requirements
------------

[](#requirements)

- ExpressionEngine &gt;= 5.5
- PHP &gt;= 7.1

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

[](#installation)

Add `ee-objects/members` as a requirement to your `composer.json`:

```
$ composer require ee-objects/members
```

### Implementation

[](#implementation)

```
use EeObjects\Members\Member;

$member = ee('your-addon-name:MembersService')->getMember($member_id);
if ($member instanceof Member) {

    $first_name = $member->get('first_name');

    $member->set('first_name', 'Eric');
    $member->save();

    $member->delete();
}
```

Docs
----

[](#docs)

Available in the [Wiki](https://github.com/EE-Objects/Members/wiki "Wiki") and the [EeObjects Addon](https://github.com/EE-Objects/Example-Addon) repository

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

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

Total

4

Last Release

1561d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/042722642fab9b3e2f7b0711428b40053a2be0d6a1b752e50e7a7fffd06fb712?d=identicon)[mithra62](/maintainers/mithra62)

---

Top Contributors

[![eric-lamb62](https://avatars.githubusercontent.com/u/1008036?v=4)](https://github.com/eric-lamb62 "eric-lamb62 (6 commits)")

### Embed Badge

![Health badge](/badges/ee-objects-members/health.svg)

```
[![Health](https://phpackages.com/badges/ee-objects-members/health.svg)](https://phpackages.com/packages/ee-objects-members)
```

###  Alternatives

[fof/analytics

Tracks analytics using Google Analytics, Google Optimize/GTM and Matomo

3543.1k](/packages/fof-analytics)[inspiredminds/contao-glightbox

Contao extension to integrate GLightbox.

1223.3k1](/packages/inspiredminds-contao-glightbox)[opensoft/epl

The library is a php wrapper for the EPL2 Programming Language. At present do not support all commands EPL2.

1019.3k1](/packages/opensoft-epl)[jumper423/yii2-captcha

Распознавание капч для всех популярных сервисов rucaptcha.com, 2captcha.com, pixodrom.com, captcha24.com, socialink.ru, anti-captcha.com

172.6k2](/packages/jumper423-yii2-captcha)

PHPackages © 2026

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