vpashkov/yii2-represent

CRUD operations with data structures in relational databases.

2.1.3 2022-08-22 02:44 UTC

This package is auto-updated.

Last update: 2024-04-22 06:16:29 UTC


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.