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

This package is auto-updated.

Last update: 2024-05-12 01:44:54 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