Download the PHP package hypercode/query without Composer
On this page you can find all versions of the php package hypercode/query. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hypercode/query
More information about hypercode/query
Files in hypercode/query
Download hypercode/query
More information about hypercode/query
Files in hypercode/query
Vendor hypercode
Package query
Short Description With that, you can use PHP to create SQL query.
License none
Package query
Short Description With that, you can use PHP to create SQL query.
License none
Please rate this library. Is it a good library?
Informations about the package query
Hyper Query
This project is, basically, a SQL query constructor. With that, you can use PHP to create SQL query with a more practical method practical
Exemples of SELECT
A select table query
``
A select table query with a specific fields
``
A select table query, but show just a one result
`` Click here to see more functions to use on select
A select table query, with a where condition.
``
Click here to see more about Where conditions
Exemples of INSERT
A insert values query
``
`` Click here to see more about insert method
Exemples of DELETE
A delete query
``
``
Exemples of UPDATE
A update query
``
All versions of query with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
The package hypercode/query contains the following files
Loading the files please wait ....