PHPackages                             nahk/sql-pdo-class - 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. nahk/sql-pdo-class

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

nahk/sql-pdo-class
==================

2361[1 PRs](https://github.com/nahk/sql-pdo-class/pulls)PHP

Since Apr 29Pushed 12y ago1 watchersCompare

[ Source](https://github.com/nahk/sql-pdo-class)[ Packagist](https://packagist.org/packages/nahk/sql-pdo-class)[ RSS](/packages/nahk-sql-pdo-class/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

sql-pdo-class
=============

[](#sql-pdo-class)

A shortcut class of PDO to use with any SQL Database (for now)

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

[](#installation)

First, you need composer. Download it :

```
curl -sS https://getcomposer.org/installer | php

```

Look if he's installed :

```
php composer.phar

```

And then install the project :

```
php composer.phar install

```

In the composer.json of your project, add :

```
"require": {
    "nahk/sql-pdo-class": ">=1.0-dev"
}

```

Usage example :

```
