ee-objects/core
Composer 安装命令:
composer require ee-objects/core
包简介
A set of generics and primitives for ExpressionEngine development
README 文档
README
A set of generics and primitives for ExpressionEngine development.
Requirements
- ExpressionEngine >= 5.5
- PHP >= 7.1
Installation
Add ee-objects/core as a requirement to your composer.json:
$ composer require ee-objects/core
Implementation
There are a collection of stand-alone objects available:
Config
Converts your site config files into an object.
$config = new Config(); $config = $config->load('ee_objects'); $config = $config->load('custom_addon');
Str
String Helper methods
Str::studly('my-string-value);
AbstractItem
Treat all single entities with the same API
Exceptions
Treat errors as objects
Date Handling Service
Handy abstraction for handling dates
Fields Abstraction
A set of objects to make working with Field based data easier (Entries, Members, Categories, etc)
统计信息
- 总下载量: 15
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-01-15