Download the PHP package mphpmaster/model-query-selector without Composer
On this page you can find all versions of the php package mphpmaster/model-query-selector. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mphpmaster/model-query-selector
More information about mphpmaster/model-query-selector
Files in mphpmaster/model-query-selector
Package model-query-selector
Short Description Laravel ModelQuerySelector - SQL Column Selection Utility
License MIT
Informations about the package model-query-selector
Laravel ModelQuerySelector - SQL Column Selection Utility
Laravel ModelQuerySelector is a powerful package designed to simplify the construction of SQL select queries in Laravel applications. It offers a fluent interface for building column selections and table aliases, streamlining the creation of complex queries.
Features
- Fluent Interface: Easily construct SQL select queries using a fluent and intuitive syntax.
- Column Selections: Efficiently specify columns to be selected in the query.
- Table Aliases: Define table aliases for improved query readability and clarity.
- Dynamic and Static Methods: Use both static and dynamic method calls to create queries.
Dependencies:
- php >=8.1 REQUIRED IN YOUR PROJECT
- laravel >=8 REQUIRED IN YOUR PROJECT
- illuminate/support >=8 composer will install it automaticly
- laravel/helpers ^1.5 composer will install it automaticly
Installation
You can install the Laravel ModelQuerySelector package via Composer. Run the following command in your terminal:
The package will automatically register its service provider.
Usage
Helper Function
You can use the mqs
helper function to create an instance of ModelQuerySelector
:
Manual Instantiation
You can also manually instantiate ModelQuerySelector
as follows:
toString
Method
The toString
method returns the string representation of the ModelQuerySelector
instance:
License
The Laravel ModelQuerySelector package is open-source software licensed under the MIT license.
Contributing
Contributions are welcome! Feel free to submit bug reports, feature requests, or pull requests on GitHub.
Support
For any questions or issues, please open an issue on GitHub.
Credits
This package was created and is maintained by hlaCk.
Acknowledgements
Special thanks to the Laravel community for their continued support and contributions.
Stand with Palestine 🇵🇸 #FreePalestine
All versions of model-query-selector with dependencies
laravel/framework Version >=8
illuminate/support Version >=8
laravel/helpers Version ^1.5