Download the PHP package yepsql/yepsql without Composer
On this page you can find all versions of the php package yepsql/yepsql. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download yepsql/yepsql
More information about yepsql/yepsql
Files in yepsql/yepsql
Download yepsql/yepsql
More information about yepsql/yepsql
Files in yepsql/yepsql
Vendor yepsql
Package yepsql
Short Description SQL templating helper for PHP inspired by yesql.
License MIT
Homepage https://github.com/LionHeads/YepSQL
Package yepsql
Short Description SQL templating helper for PHP inspired by yesql.
License MIT
Homepage https://github.com/LionHeads/YepSQL
Please rate this library. Is it a good library?
Informations about the package yepsql
YepSQL
SQL templating helper for PHP inspired by yesql.
Requirements: php >= 5.6; pdo_extension;
Install: composer require yepsql/yepsql
Usage
Create a file containing your SQL queries
File example:
`
And call them in your code. Notice: "query-name" is converted to "query_name", php does not support this name methods.
Example:
``
Enjoy.
All versions of yepsql with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
ext-pdo Version *
ext-pdo Version *
The package yepsql/yepsql contains the following files
Loading the files please wait ....