Independent fork by Yii2 Data 2.0.4.
- Providers:
- array
- active (required by Rock DB)
- Pagination
- Sorting
- Standalone module/component for Rock Framework
Bolded features are different from Yii2 Data.
From the Command Line:
composer require romeoz/rock-dataprovider
In your composer.json:
{
"require": {
"romeoz/rock-dataprovider": "*"
}
}
- PHP 5.4+
- For using
ActiveDataProvider
required Rock DB:composer require romeoz/rock-db
All unbolded dependencies is optional
Data providers is open-sourced software licensed under the MIT license.