CRUD operations with data structures in relational databases.
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
Library for CRUD operations with data structures in relational databases.
Features:
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.