PHPackages                             gengbin/sqlbatis - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. gengbin/sqlbatis

ActiveLibrary[Database &amp; ORM](/categories/database)

gengbin/sqlbatis
================

This is a tool help you better write sql

v1.1(3y ago)020MITPHP

Since Nov 24Pushed 3y ago1 watchersCompare

[ Source](https://github.com/MygengBin/sqlbatis)[ Packagist](https://packagist.org/packages/gengbin/sqlbatis)[ RSS](/packages/gengbin-sqlbatis/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)DependenciesVersions (7)Used By (0)

sqlbatis
========

[](#sqlbatis)

This is a SQL library for the PHP.

What does this project do?
--------------------------

[](#what-does-this-project-do)

It can help you better for write sql.

Why is this project useful?
---------------------------

[](#why-is-this-project-useful)

It can help you don't doing go to encapsulation Sql Code. let your sql developing extremely easy.

Installation
------------

[](#installation)

### Composer

[](#composer)

From the Command Line:

```
composer require gengbin/sqlbatis
```

In your `composer.json`:

```
{
  "require":{
    "gengbin/sqlbatis": "^1.0"
  }
}
```

Basic Usage
-----------

[](#basic-usage)

1st, suggest you can to write encapsulation.

```
