PHPackages                             fumagally/php-pdo-mysql - 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. fumagally/php-pdo-mysql

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

fumagally/php-pdo-mysql
=======================

A PHP MySQL PDO Class

2022.6.7(3y ago)020Apache-2.0PHPPHP &gt;=5.3.6

Since Jun 1Pushed 3y ago1 watchersCompare

[ Source](https://github.com/fumagally/php-pdo-mysql)[ Packagist](https://packagist.org/packages/fumagally/php-pdo-mysql)[ RSS](/packages/fumagally-php-pdo-mysql/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

PHP-PDO-MySQL-Class
===================

[](#php-pdo-mysql-class)

A PHP MySQL PDO class.

- [Install](#install)
- [Initialize](#initialize)
- [Preventing SQL Injection Attacks](#preventing-sql-injection-attacks)
- [Basic Usage](#basic-usage)
- [Transaction](#transaction)
- [Iterator](#iterator)

Install
-------

[](#install)

Copy the files under `src/` to your program

OR

```
composer require fumagally/php-pdo-mysql

```

Initialize
----------

[](#initialize)

```
