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

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

appdeck/sql
===========

Abstraction to SQL queries by using a PDO Wrapper

0.1.0(12y ago)1229[1 PRs](https://github.com/appdeck/sql/pulls)GPL-3.0PHPPHP &gt;=5.3.0

Since Mar 11Pushed 9y ago1 watchersCompare

[ Source](https://github.com/appdeck/sql)[ Packagist](https://packagist.org/packages/appdeck/sql)[ Docs](http://appdeck.github.io/sql)[ RSS](/packages/appdeck-sql/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (1)Dependencies (2)Versions (3)Used By (0)

sql
===

[](#sql)

Abstraction to SQL queries by using a PDO Wrapper

[![Build Status](https://camo.githubusercontent.com/84110c29b419b2fcccda1857194fc8d797951ec174df6b774fbf66d9bfda13c5/68747470733a2f2f7472617669732d63692e6f72672f6170706465636b2f73716c2e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/appdeck/sql)[![Latest Stable Version](https://camo.githubusercontent.com/22f33f01266bfb35d59820a0301991919e2171df2ee068400213ea814e53c761/68747470733a2f2f706f7365722e707567782e6f72672f6170706465636b2f73716c2f762f737461626c652e706e67)](https://packagist.org/packages/appdeck/sql)[![Total Downloads](https://camo.githubusercontent.com/660d5663db834fcc11cb4fd92529558734f4716af30539eb142beabda3a4a657/68747470733a2f2f706f7365722e707567782e6f72672f6170706465636b2f73716c2f646f776e6c6f6164732e706e67)](https://packagist.org/packages/appdeck/sql)

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

[](#installation)

This library can be found on [Packagist](https://packagist.org/packages/appdeck/sql). The recommended way to install this is through [composer](http://getcomposer.org).

Edit your `composer.json` and add:

```
{
    "require": {
        "appdeck/sql": "0.1.*"
    }
}
```

And install dependencies:

```
$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar install
```

Features
--------

[](#features)

- PSR-0 compliant for easy interoperability

Examples
--------

[](#examples)

Examples of basic usage are located in the examples/ directory.

Bugs and feature requests
-------------------------

[](#bugs-and-feature-requests)

Have a bug or a feature request? [Please open a new issue](https://github.com/appdeck/sql/issues). Before opening any issue, please search for existing issues and read the [Issue Guidelines](https://github.com/necolas/issue-guidelines), written by [Nicolas Gallagher](https://github.com/necolas/).

Versioning
----------

[](#versioning)

sql will be maintained under the Semantic Versioning guidelines as much as possible.

Releases will be numbered with the following format:

`..`

And constructed with the following guidelines:

- Breaking backward compatibility bumps the major (and resets the minor and patch)
- New additions without breaking backward compatibility bumps the minor (and resets the patch)
- Bug fixes and misc changes bumps the patch

For more information on SemVer, please visit .

Authors
-------

[](#authors)

**Flávio Heleno**

-
-

**Vinícius Campitelli**

-
-

Copyright and license
---------------------

[](#copyright-and-license)

Copyright 2014 appdeck under [GPL-3.0](LICENSE).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4451d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/42b9c9cbc06973a61587667fc811b853f4d71843f35ba2535f3900083e69ab3f?d=identicon)[flavioheleno](/maintainers/flavioheleno)

---

Top Contributors

[![flavioheleno](https://avatars.githubusercontent.com/u/471860?v=4)](https://github.com/flavioheleno "flavioheleno (2 commits)")

---

Tags

sqlpdowrapperpdo-wrappersql abstraction

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/appdeck-sql/health.svg)

```
[![Health](https://phpackages.com/badges/appdeck-sql/health.svg)](https://phpackages.com/packages/appdeck-sql)
```

###  Alternatives

[doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.

9.7k578.4M5.6k](/packages/doctrine-dbal)[ifsnop/mysqldump-php

PHP version of mysqldump cli that comes with MySQL

1.3k5.5M69](/packages/ifsnop-mysqldump-php)[aura/sqlquery

Object-oriented query builders for MySQL, Postgres, SQLite, and SQLServer; can be used with any database connection library.

4572.9M34](/packages/aura-sqlquery)[paragonie/easydb

Easy-to-use database abstraction

744273.4k23](/packages/paragonie-easydb)[ezsql/ezsql

Advance database access library. Make interacting with a database ridiculously easy. An universal interchangeable CRUD system.

86946.7k](/packages/ezsql-ezsql)[morris/lessql

LessQL: A lightweight and performant PHP ORM alternative

405140.0k3](/packages/morris-lessql)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
