PHPackages                             progrmanial/fast-sql - 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. progrmanial/fast-sql

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

progrmanial/fast-sql
====================

A secure and flexible PHP class for generating SQL queries.

v1.1.x-dev(1y ago)0641MITPHPPHP &gt;=7.2

Since Jan 5Pushed 1y ago2 watchersCompare

[ Source](https://github.com/imransaadullah/fast-sql)[ Packagist](https://packagist.org/packages/progrmanial/fast-sql)[ RSS](/packages/progrmanial-fast-sql/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

fast-sql
========

[](#fast-sql)

fast-sql is a PHP class designed to provide a secure and flexible way to generate SQL queries. It supports various SQL operations, parameter binding to prevent SQL injection, transactions, and caching for improved performance.

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

[](#installation)

You can install fast-sql using Composer. Add the following to your `composer.json` file:

```
{
    "require": {
        "progrmanial/fast-sql": "dev-master"
    }
}
```

Then run:
---------

[](#then-run)

```
composer install
```

Usage
-----

[](#usage)

```
