LaravelPackages.net
Acme Inc.
Toggle sidebar
vpashkov/represent

CRUD operations with data structures in relational databases.

64
4
2.1.3
About vpashkov/represent

vpashkov/represent is a Laravel package for crud operations with data structures in relational databases.. It currently has 4 GitHub stars and 64 downloads on Packagist (latest version 2.1.3). Install it with composer require vpashkov/represent. Discover more Laravel packages by vpashkov or browse all Laravel packages to compare alternatives.

Last updated

Represent v2

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.

Comments