2017 © Pedro Peláez
 

library pdo

Provides a PDO instance decorator with convenience methods, and a connection manager.

image

atlas/pdo

Provides a PDO instance decorator with convenience methods, and a connection manager.

  • Wednesday, July 4, 2018
  • by pmjones
  • Repository
  • 2 Watchers
  • 5 Stars
  • 147 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 119 % Grown

The README.md

Atlas.Pdo

This package provides a Connection that decorates any [PDO] (http://php.net/PDO) instance to provide the following:, (*1)

  • A perform() that method acts just like query(), but binds values to a prepared statement as part of the call., (*2)

  • Several fetch*() methods to return results in commonly-occurring situations., (*3)

  • Several yield*() methods as fetch*() equivalents to yield results instead of returning them., (*4)

  • Query logging, including backtraces to find where queries were issued., (*5)

This package also provides a ConnectionLocator to register, instantiate, and retain named Connection objects for default, read (slave), and write (master) databases., (*6)

Read the documentation here., (*7)

The Versions

04/07 2018

1.x-dev

1.9999999.9999999.9999999-dev https://github.com/atlasphp/Atlas.Pdo

Provides a PDO instance decorator with convenience methods, and a connection manager.

  Sources   Download

MIT

The Requires

  • php >=7.1

 

The Development Requires

database sql pdo connection

07/05 2018

1.0.0

1.0.0.0 https://github.com/atlasphp/Atlas.Pdo

Provides a PDO instance decorator with convenience methods, and a connection manager.

  Sources   Download

MIT

The Requires

  • php >=7.1

 

The Development Requires

database sql pdo connection

19/04 2018

1.0.0-beta1

1.0.0.0-beta1 https://github.com/atlasphp/Atlas.Pdo

An extension for Atlas PDO connections.

  Sources   Download

MIT

The Requires

  • php >=7.1

 

The Development Requires

sql pdo

07/04 2018

1.0.0-alpha1

1.0.0.0-alpha1 https://github.com/atlasphp/Atlas.Pdo

An extension for Atlas PDO connections.

  Sources   Download

MIT

The Requires

  • php >=7.1

 

The Development Requires

sql pdo

01/03 2018

3.x-dev

3.9999999.9999999.9999999-dev https://github.com/atlasphp/Atlas.Pdo

An extension for Atlas PDO connections.

  Sources   Download

MIT

The Requires

  • php >=7.1

 

The Development Requires

sql pdo