2017 © Pedro PelĂĄez
 

library sql

Abstraction to SQL queries by using a PDO Wrapper

image

appdeck/sql

Abstraction to SQL queries by using a PDO Wrapper

  • Saturday, May 13, 2017
  • by flavioheleno
  • Repository
  • 2 Watchers
  • 1 Stars
  • 214 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

sql

Abstraction to SQL queries by using a PDO Wrapper, (*1)

Build Status Latest Stable Version Total Downloads, (*2)

Installation

This library can be found on Packagist. The recommended way to install this is through composer., (*3)

Edit your composer.json and add:, (*4)

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

And install dependencies:, (*5)

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

Features

  • PSR-0 compliant for easy interoperability

Examples

Examples of basic usage are located in the examples/ directory., (*6)

Bugs and feature requests

Have a bug or a feature request? Please open a new issue. Before opening any issue, please search for existing issues and read the Issue Guidelines, written by Nicolas Gallagher., (*7)

Versioning

sql will be maintained under the Semantic Versioning guidelines as much as possible., (*8)

Releases will be numbered with the following format:, (*9)

<major>.<minor>.<patch>, (*10)

And constructed with the following guidelines:, (*11)

  • 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 http://semver.org/., (*12)

Authors

FlĂĄvio Heleno, (*13)

VinĂ­cius Campitelli, (*14)

Copyright 2014 appdeck under GPL-3.0., (*15)

The Versions

13/05 2017

dev-dependenci9564

dev-dependenci9564 http://appdeck.github.io/sql

Abstraction to SQL queries by using a PDO Wrapper

  Sources   Download

GPL-3.0

The Requires

  • php >=5.3.0

 

The Development Requires

sql wrapper pdo pdo wrapper sql abstraction

11/03 2014

dev-master

9999999-dev http://appdeck.github.io/sql

Abstraction to SQL queries by using a PDO Wrapper

  Sources   Download

GPL-3.0

The Requires

  • php >=5.3.0

 

The Development Requires

sql wrapper pdo pdo wrapper sql abstraction

11/03 2014

0.1.0

0.1.0.0 http://appdeck.github.io/sql

Abstraction to SQL queries by using a PDO Wrapper

  Sources   Download

GPL-3.0

The Requires

  • php >=5.3.0

 

The Development Requires

sql wrapper pdo pdo wrapper sql abstraction