Download the PHP package siriusphp/sql without Composer
On this page you can find all versions of the php package siriusphp/sql. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download siriusphp/sql
More information about siriusphp/sql
Files in siriusphp/sql
Download siriusphp/sql
More information about siriusphp/sql
Files in siriusphp/sql
Vendor siriusphp
Package sql
Short Description Flexible query building library for PDO connections with a small API surface and auto-complete support (low cognitive load). Requires an atlas/pdo connection.
License MIT
Package sql
Short Description Flexible query building library for PDO connections with a small API surface and auto-complete support (low cognitive load). Requires an atlas/pdo connection.
License MIT
Please rate this library. Is it a good library?
Informations about the package sql
Sirius Sql
The siriusphp/sql
library is designed to help you build and execute SQL simple and complex queries in a fast and safe way.
The vocabulary is as close to SQL as possible as you may see from the example below:
Links
- documentation
- changelog
Acknowledgements
This library is a derivative work of atlas/query. I made this library for 2 reasons:
- to reduce cognitive load by removing some methods and implementing other ways to achieve the same goals (eg: nested conditions)
- to optimize some operations for the most common scenarios (eg:
where($column, $str, 'does_not_contain')
vswhere($column . ' LIKE ', '%' . $str . '%')
All versions of sql with dependencies
PHP Build Version
Package Version
The package siriusphp/sql contains the following files
Loading the files please wait ....