Packanalyst (beta)

Logo Packanalyst Packanalyst Explore PHP classes from Packagist

  • Search
  • Feedback
  • About
  • API
  • Team

Package aura/sql (3.x-dev)

A PDO extension that provides lazy connections, array quoting, query profiling, value binding, and convenience methods for common fetch styles. Because it extends PDO, existing code that uses PDO can use this without any changes to the existing code.

Other packages versions: 1.x-dev 2.x-dev 2.x-dev

View on Packagist

Declared items in this package

    Aura\Sql\AbstractExtendedPdo
    Aura\Sql\ConnectionLocator
    Aura\Sql\ConnectionLocatorInterface
    Aura\Sql\DecoratedPdo
    Aura\Sql\Exception
    Aura\Sql\Exception\CannotBindValue
    Aura\Sql\Exception\CannotDisconnect
    Aura\Sql\Exception\ConnectionNotFound
    Aura\Sql\Exception\MissingParameter
    Aura\Sql\ExtendedPdo
    Aura\Sql\ExtendedPdoInterface
    Aura\Sql\Parser\AbstractParser
    Aura\Sql\Parser\MysqlParser
    Aura\Sql\Parser\NullParser
    Aura\Sql\Parser\ParserInterface
    Aura\Sql\Parser\PgsqlParser
    Aura\Sql\Parser\SqliteParser
    Aura\Sql\Parser\SqlsrvParser
    Aura\Sql\PdoInterface
    Aura\Sql\Profiler\MemoryLogger
    Aura\Sql\Profiler\Profiler
    Aura\Sql\Profiler\ProfilerInterface