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

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

ee-objects/entries
==================

Provides an object based approach to ExpressionEngine Channel Entries

0.3(4y ago)0201MITPHPPHP &gt;=7.1

Since Jan 24Pushed 3y ago1 watchersCompare

[ Source](https://github.com/EE-Objects/Entries)[ Packagist](https://packagist.org/packages/ee-objects/entries)[ RSS](/packages/ee-objects-entries/feed)WikiDiscussions main Synced 4w ago

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

EE Objects Entries
==================

[](#ee-objects-entries)

This library allows developers to treat ExpressionEngine Channel Entries 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/entries` as a requirement to your `composer.json`:

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

### Implementation

[](#implementation)

```
use EeObjects\Channels\Entries\Entry;

$entry = ee('ee_objects:ChannelEntryService')->getEntry(5079);
if ($entry instanceof Entry) {
    $my_custom_filed = $entry->get('my_custom_filed');

    $entry->set('my_custom_filed', 'Some Value');
    $entry->save();

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

Docs
----

[](#docs)

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

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

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

1552d 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 (7 commits)")

### Embed Badge

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

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

###  Alternatives

[laracasts/utilities

Transform your PHP to JavaScript

2.2k10.0M39](/packages/laracasts-utilities)[lord/laroute

Access Laravels URL/Route helper functions, from JavaScript.

8022.0M8](/packages/lord-laroute)[spatie/server-side-rendering

Server side rendering JavaScript in your PHP application

631780.3k3](/packages/spatie-server-side-rendering)[fluidtypo3/flux

The flux package from FluidTYPO3

152982.2k20](/packages/fluidtypo3-flux)[dusterio/link-preview

Link preview generation for PHP with Laravel support

126326.6k3](/packages/dusterio-link-preview)[iamcal/lib_autolink

Adds anchors to urls in a text

631.3M3](/packages/iamcal-lib-autolink)

PHPackages © 2026

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