PHPackages                             carloscarucce/pdo-crud-functions - 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. carloscarucce/pdo-crud-functions

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

carloscarucce/pdo-crud-functions
================================

Provides functions for common tasks using PDO

v1.0(4y ago)014MITPHPPHP &gt;=7.1

Since Feb 9Pushed 4y ago1 watchersCompare

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

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

pdo-crud-functions
==================

[](#pdo-crud-functions)

Provides functions for common tasks using PDO

---

Requirements
------------

[](#requirements)

- PHP 7.1+
- PDO Extension installed and active

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

[](#installation)

With composer:

```
composer require carloscarucce/pdo-crud-functions

```

Manual:

- Download code from the repository
- Move files into your project folder
- Include the desired function in your script whenever you want to use it (*include 'path/to/project/pdo\_insert\_row.php'*, for example)

Examples
--------

[](#examples)

First you have to connect to your database using PDO.

```
