PHPackages                             finesse/wired - 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. finesse/wired

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

finesse/wired
=============

Light standalone ORM with a query builder and no external configuration

v0.7.2(7y ago)15261MITPHPPHP &gt;=7.0CI failing

Since Nov 7Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Finesse/Wired)[ Packagist](https://packagist.org/packages/finesse/wired)[ Docs](https://github.com/Finesse/Wired)[ RSS](/packages/finesse-wired/feed)WikiDiscussions master Synced 4d ago

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

Wired
=====

[](#wired)

[![Latest Stable Version](https://camo.githubusercontent.com/9d4d96cb085ccdaa5ec0b07b57613c83465e0a1f9cf2935a332e65b0661fc345/68747470733a2f2f706f7365722e707567782e6f72672f66696e657373652f77697265642f762f737461626c65)](https://packagist.org/packages/finesse/wired)[![Total Downloads](https://camo.githubusercontent.com/eb463e5f2885eb8869b300705bffa073a5efb0876ea728baad9ea267e99d799c/68747470733a2f2f706f7365722e707567782e6f72672f66696e657373652f77697265642f646f776e6c6f616473)](https://packagist.org/packages/finesse/wired)[![PHP from Packagist](https://camo.githubusercontent.com/8211e756571fa4998fe1b13e70eeecbb85e87b5cd91f885ccf3612e74937f123/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f66696e657373652f77697265642e737667)](https://camo.githubusercontent.com/8211e756571fa4998fe1b13e70eeecbb85e87b5cd91f885ccf3612e74937f123/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f66696e657373652f77697265642e737667)[![Test Status](https://github.com/finesse/Wired/workflows/Test/badge.svg)](https://github.com/Finesse/Wired/actions?workflow=Test)[![Maintainability](https://camo.githubusercontent.com/bcbc1b66aa97b09fd99898d987f2b000cf4955f08c07d4e6d7b2bd9f7e9b72b8/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f64336632616331323933373039663035343330322f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/Finesse/Wired/maintainability)[![Test Coverage](https://camo.githubusercontent.com/8c315c5113b0b901899442fb91ad02eca47f6954ed2710c902a5cf14639b6d2c/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f64336632616331323933373039663035343330322f746573745f636f766572616765)](https://codeclimate.com/github/Finesse/Wired/test_coverage)

Wired is an ORM for PHP.

Key features:

- Simple configuration and usage. Only a database connection data (host, login, etc.) and models classes are required.
- Light itself, uses light dependencies that can be used separately (e.g. [query builder](https://github.com/Finesse/QueryScribe), [database connector](https://github.com/Finesse/MicroDB)).
- Not a part of a framework.
- Supports table prefixes.
- No static facades, only explicit delivery using dependency injection.
- Has a query builder with powerful features like nested queries.
- Exceptions on errors.

Supported DBMSs:

- MySQL
- SQLite
- PostrgeSQL (partially, see [the issue](https://github.com/Finesse/MicroDB#known-problems))

If you need a new database system support please implement it [there](https://github.com/Finesse/MicroDB) and [there](https://github.com/Finesse/QueryScribe) using pull requests.

Documentation
-------------

[](#documentation)

The documentation is available at [wired-orm.readthedocs.io](http://wired-orm.readthedocs.io).

Also all the classes, methods and properties has a PHPDoc comment in the code.

Versions compatibility
----------------------

[](#versions-compatibility)

The project follows the [Semantic Versioning](http://semver.org).

License
-------

[](#license)

MIT. See [the LICENSE](LICENSE) file for details.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 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 ~50 days

Recently: every ~93 days

Total

11

Last Release

2608d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9006227?v=4)[Sergey M.](/maintainers/Finesse)[@Finesse](https://github.com/Finesse)

---

Top Contributors

[![Finesse](https://avatars.githubusercontent.com/u/9006227?v=4)](https://github.com/Finesse "Finesse (78 commits)")

---

Tags

databaselibrarymysqlormpdoquery-buildersqlsqlitedatabaseormmysqlsqlitesqlpdoquery builder

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/finesse-wired/health.svg)

```
[![Health](https://phpackages.com/badges/finesse-wired/health.svg)](https://phpackages.com/packages/finesse-wired)
```

###  Alternatives

[cycle/orm

PHP DataMapper ORM and Data Modelling Engine

1.3k835.4k65](/packages/cycle-orm)[cycle/database

DBAL, schema introspection, migration and pagination

64690.9k31](/packages/cycle-database)[tommyknocker/pdo-database-class

Framework-agnostic PHP database library with unified API for MySQL, MariaDB, PostgreSQL, SQLite, MSSQL, and Oracle. Query Builder, caching, sharding, window functions, CTEs, JSON, migrations, ActiveRecord, CLI tools, AI-powered analysis. Zero external dependencies.

845.7k](/packages/tommyknocker-pdo-database-class)[ramadan/easy-model

A Laravel package for enjoyably managing database queries.

101.6k](/packages/ramadan-easy-model)

PHPackages © 2026

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