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

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

ee-objects/core
===============

A set of generics and primitives for ExpressionEngine development

0.2(4y ago)015MITPHPPHP &gt;=7.1

Since Jan 24Pushed 4y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (3)Used By (0)

EE Objects Core
===============

[](#ee-objects-core)

A set of generics and primitives for ExpressionEngine development.

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

[](#requirements)

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

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

[](#installation)

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

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

### Implementation

[](#implementation)

There are a collection of stand-alone objects available:

#### `Config`

[](#config)

Converts your site config files into an object.

```
$config = new Config();
$config = $config->load('ee_objects');
$config = $config->load('custom_addon');
```

#### `Str`

[](#str)

String Helper methods

```
Str::studly('my-string-value);
```

#### `AbstractItem`

[](#abstractitem)

Treat all single entities with the same API

#### `Exceptions`

[](#exceptions)

Treat errors as objects

#### Date Handling Service

[](#date-handling-service)

Handy abstraction for handling dates

#### Fields Abstraction

[](#fields-abstraction)

A set of objects to make working with Field based data easier (Entries, Members, Categories, etc)

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity35

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

Unknown

Total

1

Last Release

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

### Embed Badge

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

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

###  Alternatives

[coldtrick/widget_manager

Manage your widgets

214.3k](/packages/coldtrick-widget-manager)[withinboredom/time

Converting time to units

152.7k1](/packages/withinboredom-time)[thalidzhokov/exchange-rates-cbrf

ExchangeRatesCBRF Class to get exchange rates of the Central Bank of Russia

102.7k](/packages/thalidzhokov-exchange-rates-cbrf)

PHPackages © 2026

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