2017 © Pedro Peláez
 

library pdo

A PDO wrapper, because the internet needed another PDO wrapper

image

shinjin/pdo

A PDO wrapper, because the internet needed another PDO wrapper

  • Saturday, April 21, 2018
  • by shinjin
  • Repository
  • 1 Watchers
  • 0 Stars
  • 571 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 10 Versions
  • 0 % Grown

The README.md

Pdo

![Build Status][ico-travis] Coverage Status, (*1)

A PDO wrapper, because the internet needed another PDO wrapper., (*2)

Use shinjin/pdo if you need a thin wrapper that: * uses arrays to unpack query values * uses prepared statements to execute queries and bulk operations * supports upserts (insert or update on duplicate key) * supports nested transactions, (*3)

Install

Via Composer, (*4)

``` bash $ composer require shinjin/pdo, (*5)


## Usage ``` php $connection_parameters = array( 'driver' => 'mysql', 'dbname' => 'dbtest', 'user' => 'shinjin', 'password' => 'awesomepasswd' ); $db = new Db($connection_parameters); $statement = 'SELECT * FROM guestbook WHERE id = ?'; $parameters = array(1); $result = $db->query($statement, $parameters)->fetchAll();

See Usage for a complete list of examples., (*6)

Change log

See CHANGELOG., (*7)

Testing

bash $ composer test, (*8)

Contributing

Bugfixes and updates to support new db drivers are welcome. Please submit pull requests to Github., (*9)

Authors

License

The MIT License (MIT). Please see License File for more information., (*10)

The Versions

21/04 2018

dev-master

9999999-dev http://github.com/shinjin/pdo

A PDO wrapper, because the internet needed another PDO wrapper

  Sources   Download

MIT

The Requires

  • php ^5.6 || ^7.0

 

The Development Requires

by Rick Shin

pdo pdo wrapper

06/04 2018

0.6.3

0.6.3.0 http://github.com/shinjin/pdo

A PDO wrapper, because the internet needed another PDO wrapper

  Sources   Download

MIT

The Requires

  • php ^5.6 || ^7.0

 

The Development Requires

by Rick Shin

pdo pdo wrapper

04/04 2018

0.6.2

0.6.2.0 http://github.com/shinjin/pdo

A PDO wrapper, because the internet needed another PDO wrapper

  Sources   Download

MIT

The Requires

  • php ^5.6 || ^7.0

 

The Development Requires

by Rick Shin

pdo pdo wrapper

03/04 2018

0.6.1

0.6.1.0 http://github.com/shinjin/pdo

A PDO wrapper, because the internet needed another PDO wrapper

  Sources   Download

MIT

The Requires

  • php ^5.6 || ^7.0

 

The Development Requires

by Rick Shin

pdo pdo wrapper

02/04 2018

0.6

0.6.0.0 http://github.com/shinjin/pdo

A PDO wrapper, because the internet needed another PDO wrapper

  Sources   Download

MIT

The Requires

  • php ^5.6 || ^7.0

 

The Development Requires

by Rick Shin

pdo pdo wrapper

01/04 2018

0.5

0.5.0.0 http://github.com/shinjin/pdo

A PDO wrapper, because the internet needed another PDO wrapper

  Sources   Download

MIT

The Requires

  • php ^5.6 || ^7.0

 

The Development Requires

by Rick Shin

pdo pdo wrapper

16/03 2018

0.4

0.4.0.0 http://github.com/shinjin/pdo

A PDO wrapper, because the internet needed another PDO wrapper

  Sources   Download

MIT

The Requires

  • php ^5.6 || ^7.0

 

The Development Requires

by Rick Shin

pdo pdo wrapper

08/03 2018

0.3

0.3.0.0 http://github.com/shinjin/pdo

A PDO wrapper, because the internet needed another PDO wrapper

  Sources   Download

MIT

The Requires

  • php ^5.6 || ^7.0

 

The Development Requires

by Rick Shin

pdo pdo wrapper

23/02 2018

0.2

0.2.0.0 http://github.com/shinjin/pdo

A PDO wrapper, because the internet needed another PDO wrapper

  Sources   Download

MIT

The Requires

  • php ^5.6 || ^7.0

 

The Development Requires

by Rick Shin

pdo pdo wrapper

14/02 2018

0.1

0.1.0.0 http://github.com/shinjin/pdo

A PDO wrapper, because the internet needed another PDO wrapper

  Sources   Download

MIT

The Requires

  • php ^5.6 || ^7.0

 

The Development Requires

by Rick Shin

pdo pdo wrapper