PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Smoren Freelight   PHP Query Builder Library for Related Tables   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: PHP Query Builder Library for Related Tables
Build queries to get data from related tables
Author: By
Last change:
Date: 1 year ago
Size: 1,385 bytes
 

Contents

Class file image Download

query-relation-manager

Packagist PHP Version Support Scrutinizer Code Quality Coverage Status Build and test License: MIT

Implements the functionality of getting tree data from a database with one-to-one and one-to-many relationships using only one select-query to the database with flexible conditions configuration.

QueryRelationManager can be integrated with any ORM system based on PHP and potentially compatible with any relational DBMS.

Current package includes an example of integration with raw PDO without ORM.

Also there is an implementation for ActiveRecord as extension for Yii2.

How to install to your project

composer require smoren/query-relation-manager