tereta / core
1.0.10
2026-04-28 09:59 UTC
Requires
- php: >=8.4
README
π Π ΡΡΡΠΊΠΈΠΉ | English
Overview
Foundation module used across the application. It provides small, reusable building blocks that most other modules depend on:
- Traits β
Singletonfor DI-backed single-instance services,Factoryfor class-level factory access, andChainfor composing chain-of-responsibility handlers. - Services β
Reflection(enrichedReflectionClasswith attribute lookup). - Models β
Value, a lightweight, array-backed container for passing structured data (nested objects, collections) between services without defining a dedicated DTO. - Interfaces β
Chain, the contract consumed by theChaintrait.
You will rarely use this module directly; it is the shared runtime that other
modules (Db, Cache, Logger, Route, etc.) build on top of.
Installation
composer require tereta/core
Author and License
Author: Tereta Alexander
Website: tereta.dev
License: Apache License 2.0. See LICENSE.
www.ββββββββββββββββββββββββ βββββββββββββββββ ββββββ
ββββββββββββββββββββββββββββββββββββββββββββββββββ
βββ ββββββ ββββββββββββββ βββ ββββββββ
βββ ββββββ ββββββββββββββ βββ ββββββββ
βββ βββββββββββ βββββββββββ βββ βββ βββ
βββ βββββββββββ βββββββββββ βββ βββ βββ
.dev
Copyright (c) 2024-2026 Tereta Alexander