iresults / core
Iresults Framework
Installs: 156
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/iresults/core
Requires
- php: >=5.6 || ^7.0
This package is auto-updated.
Last update: 2025-10-17 23:25:55 UTC
README
The iresults core package provides fundamental functionality and classes.
The features include:
- Mutable objects (Iresults\Core\Mutable) which read data from different input formats (XML, CSV, YAML,...)
- Key value coding (Iresults\Core\KVCInterface)
- Resolution of property key paths (Iresults\Core\Model)
- Debugging (Iresults\Core\Debug)
- Profiling (Iresults\Core\Profiler)
- Locks (Iresults\Core\System\Lock)
- Tree based data structures (Iresults\Core\Model\DataTree)
- Cache abstraction (Iresults\Core\Cache)
- and many more...