Author: Manuel Lemos
Updated on: 2023-03-16
Posted on: 2023-03-16
Package: Yii2 Query Relation Manager
Applications that use the MVC design pattern usually need to perform queries to retrieve specific model class objects that match certain conditions.
This package uses a query relation manager trait to add the ability to model classes to elaborate complex queries on model objects that match conditions that may include filters on the model object properties and relations with other model class objects.
About the Yii2 Query Relation Manager Package
The package Yii2 Query Relation Manager is one of the few PHP packages that was considered notable recently because it does something that is worth paying attention.
The basic purpose is: Run queries to model objects using filters
Here follows in more detail what it does:
This package can run queries to model objects using filters.
It provides a trait that can be used with YII2 with model classes that use the ActiveRecord design pattern to add a query relation manager.
The package allows developers to compose and execute queries to model class objects.
The queries can use relations between model classes and filters to define conditions for the objects that the execution of the queries returns as results.
Conclusion
The Yii2 Query Relation Manager can be downloaded from download page or be installed using the PHP Composer tool following instructions in the Composer install instructions page.
This package was considered notable for implementing its benefits in a way that is worth noticing.
Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.
If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package as well nice prizes.
One nice prize that many PHP developers want and you may like is the PHP elePHPant mascot plush.
You need to be a registered user or login to post a comment
Login Immediately with your account on:
Comments:
No comments were submitted yet.