PHPackages                             lagdo/dbadmin-driver-sqlite - 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. lagdo/dbadmin-driver-sqlite

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

lagdo/dbadmin-driver-sqlite
===========================

DbAdmin driver for SQLite.

v0.22.1(3mo ago)023312Apache-2.0PHPPHP &gt;=8.1.0

Since Sep 26Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/lagdo/dbadmin-driver-sqlite)[ Packagist](https://packagist.org/packages/lagdo/dbadmin-driver-sqlite)[ Docs](https://github.com/lagdo/dbadmin-driver-sqlite)[ RSS](/packages/lagdo-dbadmin-driver-sqlite/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (6)Versions (31)Used By (2)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/d030dffc43562ba9fba24f8409682c9ae3787d4338bda19496a50e63358a0de4/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6c6167646f2f646261646d696e2d6472697665722d73716c6974652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/lagdo/dbadmin-driver-sqlite/?branch=main)[![StyleCI](https://camo.githubusercontent.com/728916e20e401506528d6ce535a5635ef0e5a35b8684686c66d3d31ded4bbb3a/68747470733a2f2f7374796c6563692e696f2f7265706f732f3430303430333234342f736869656c643f6272616e63683d6d61696e)](https://styleci.io/repos/400403244)[![Build Status](https://camo.githubusercontent.com/54bdcb933e1f545fe5999e2779b227b39261258b7e83a7515208d8aa33e4c21d/68747470733a2f2f6170692e7472617669732d63692e636f6d2f6c6167646f2f646261646d696e2d6472697665722d73716c6974652e7376673f6272616e63683d6d61696e)](https://app.travis-ci.com/github/lagdo/dbadmin-driver-sqlite)[![Coverage Status](https://camo.githubusercontent.com/57144583f405385a84d35ef1db505576b687e72a261d27a899f6c32f339f8ccb/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6c6167646f2f646261646d696e2d6472697665722d73716c6974652f62616467652e7376673f6272616e63683d6d61696e)](https://coveralls.io/github/lagdo/dbadmin-driver-sqlite?branch=main)

[![Latest Stable Version](https://camo.githubusercontent.com/9d78c2d0244974f282059e39d2e6604b11e90079003dc7b6d370ff948fc9e424/68747470733a2f2f706f7365722e707567782e6f72672f6c6167646f2f646261646d696e2d6472697665722d73716c6974652f762f737461626c65)](https://packagist.org/packages/lagdo/dbadmin-driver-sqlite)[![Total Downloads](https://camo.githubusercontent.com/18ced1cb6ef7e99f1f54cc9a410a60cf086428771f06d15f6c2bc231e1855429/68747470733a2f2f706f7365722e707567782e6f72672f6c6167646f2f646261646d696e2d6472697665722d73716c6974652f646f776e6c6f616473)](https://packagist.org/packages/lagdo/dbadmin-driver-sqlite)[![License](https://camo.githubusercontent.com/aa45d6def688281e4ac251ae882f96c3aac886c15fc2b185072d2399c453060f/68747470733a2f2f706f7365722e707567782e6f72672f6c6167646f2f646261646d696e2d6472697665722d73716c6974652f6c6963656e7365)](https://packagist.org/packages/lagdo/dbadmin-driver-sqlite)

DbAdmin drivers for SQLite
==========================

[](#dbadmin-drivers-for-sqlite)

This package is based on [Adminer](https://github.com/vrana/adminer).

It provides SQLite drivers for [Jaxon DbAdmin](https://github.com/lagdo/jaxon-dbadmin), and implements the interfaces defined in .

It requires either the `php-sqlite3` or the `pdo_sqlite` PHP extension to be installed, and uses the former by default.

**Installation**

Install with Composer.

```
composer require lagdo/dbadmin-driver-sqlite

```

**Configuration**

Declare the directories containing the databases in the `packages` section on the `Jaxon` config file. Set the `driver` option to `sqlite`. Databases are files with extension `db`, `sdb` or `sqlite`.

```
    'app' => [
        'packages' => [
            Lagdo\DbAdmin\Db\DbAdminPackage::class => [
                'servers' => [
                    'server_id' => [ // A unique identifier for this server
                        'driver' => 'sqlite',
                        'name' => '',      // The name to be displayed in the dashboard UI.
                        'directory' => '', // The directory containing the database files.
                    ],
                ],
            ],
        ],
    ],
```

Check the [Jaxon DbAdmin](https://github.com/lagdo/jaxon-dbadmin) documentation for more information about the package usage.

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance82

Actively maintained with recent releases

Popularity12

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~55 days

Recently: every ~13 days

Total

30

Last Release

92d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ebb668d7515d81741c86e42cf3194f5623636fbb15dd5412e26ea8320865d229?d=identicon)[lagdo](/maintainers/lagdo)

---

Top Contributors

[![feuzeu](https://avatars.githubusercontent.com/u/15174329?v=4)](https://github.com/feuzeu "feuzeu (60 commits)")

---

Tags

databasesqlitesqldashboardadminadminer

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/lagdo-dbadmin-driver-sqlite/health.svg)

```
[![Health](https://phpackages.com/badges/lagdo-dbadmin-driver-sqlite/health.svg)](https://phpackages.com/packages/lagdo-dbadmin-driver-sqlite)
```

###  Alternatives

[doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.

9.7k578.4M5.6k](/packages/doctrine-dbal)[cycle/database

DBAL, schema introspection, migration and pagination

64690.9k31](/packages/cycle-database)[opis/database

A database abstraction layer over PDO, that provides a powerful and intuitive query builder, bundled with an easy to use schema builder

10184.2k3](/packages/opis-database)[delight-im/db

Safe and convenient SQL database access in a driver-agnostic way

49156.8k7](/packages/delight-im-db)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
