A set of generics and primitives for ExpressionEngine development.
- ExpressionEngine >= 5.5
- PHP >= 7.1
Add ee-objects/core as a requirement to your composer.json:
$ composer require ee-objects/coreThere are a collection of stand-alone objects available:
Converts your site config files into an object.
$config = new Config();
$config = $config->load('ee_objects');
$config = $config->load('custom_addon');String Helper methods
Str::studly('my-string-value);Treat all single entities with the same API
Treat errors as objects
Handy abstraction for handling dates
A set of objects to make working with Field based data easier (Entries, Members, Categories, etc)