PHPackages                             r4ndsen/sqlite-php - 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. r4ndsen/sqlite-php

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

r4ndsen/sqlite-php
==================

this library will help you deal with sqlite3 databases in php

1.0.0(3mo ago)02↓92.3%MITPHPPHP ^8.2CI passing

Since Mar 23Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/r4ndsen/sqlite-php)[ Packagist](https://packagist.org/packages/r4ndsen/sqlite-php)[ RSS](/packages/r4ndsen-sqlite-php/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (1)Dependencies (12)Versions (3)Used By (0)

r4ndsen / sqlite-php
====================

[](#r4ndsen--sqlite-php)

High-level helpers for SQLite3 with batteries-included query utilities, schema introspection, and pragma management.

[![Latest Stable Version](https://camo.githubusercontent.com/8e641eee8e4551699680a0a3d4396b7575bf3fce861aa542ff4b4efd8321e1e0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f72346e6473656e2f73716c6974652d7068702e737667)](https://packagist.org/packages/r4ndsen/sqlite-php)[![Build Status](https://github.com/r4ndsen/sqlite-php/actions/workflows/php.yml/badge.svg?branch=main)](https://github.com/r4ndsen/sqlite-php/actions/workflows/php.yml)[![Coverage Status](https://camo.githubusercontent.com/1a7bbd501fe338d1ad5fd9db0eb45c008c7e5de0ee60124d09ecf9bab89b9d60/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f72346e6473656e2f73716c6974652d7068702f62616467652e7376673f6272616e63683d6d61696e)](https://coveralls.io/github/r4ndsen/sqlite-php?branch=main)

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

[](#requirements)

- PHP 8.2 or newer
- `ext-sqlite3` and `ext-mbstring`

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

[](#installation)

### Composer

[](#composer)

```
composer require r4ndsen/sqlite-php
```

### From source

[](#from-source)

```
git clone https://github.com/r4ndsen/sqlite-php.git
cd sqlite-php
composer install
```

Quick start
-----------

[](#quick-start)

```
