vpashkov / yii2-represent
CRUD operations with data structures in relational databases.
Installs: 53
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/vpashkov/yii2-represent
README
Library for CRUD operations with data structures in relational databases.
Features:
- Declarative style of describing the data structure
- Full CRUD functionality for data structures
- Limit, offset, count working as you want
- REST API
Install
The preferred way to install this extension is through composer.
Run:
php composer.phar require --prefer-dist vpashkov/represent
or add
"vpashkov/represent": "~2.0.0"
to the require section of your composer.json file.