iresults/core

Iresults Framework

Maintainers

Details

github.com/iresults/core

Source

Issues

Installs: 156

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/iresults/core

3.3.2 2018-06-19 10:07 UTC

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...