slifin / beeline-php
There is no license information available for the latest version (v1.0) of this package.
Data orientated query builder
v1.0
2019-06-26 09:18 UTC
Requires
- php: ^7.0
This package is auto-updated.
Last update: 2025-03-12 03:36:09 UTC
README
Data orientated query builder
Getting started
Pull the query builder into your project using composer:
composer require slifin/beeline-php
Create your first query:
<?php require_once __DIR__ . '/vendor/autoload.php'; \slifin\beeline\format([ 'select' => [1] ]); // ['SELECT ?', 1];
Usage documentation
For now I suggest reading the corresponding documentation from honeySQL: https://github.com/jkk/honeysql