First stable version of yiisoft/data package is tagged.
The package provides generic data abstractions. The aim is to hide storage aspect from the operations of reading, writing and processing data.
Features are:
- Data reader abstraction with counting, sorting, limiting and offsetting, reading criteria filter and post-filter.
- Pagination abstraction along with offset and keyset implementations.
- Data writer abstraction.
- Data processor abstraction.
Main purpose of this abstraction is to use it in lists and grids of admin panels.