PHPackages                             joelalejandro/medoo-transactional - 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. joelalejandro/medoo-transactional

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

joelalejandro/medoo-transactional
=================================

The Lightest PHP database framework to accelerate development (with support for transactions)

v0.9.6.2(11y ago)076MITPHPPHP &gt;=5.1

Since Apr 28Pushed 11y agoCompare

[ Source](https://github.com/joelalejandro/Medoo-Transactional)[ Packagist](https://packagist.org/packages/joelalejandro/medoo-transactional)[ Docs](http://medoo.in)[ RSS](/packages/joelalejandro-medoo-transactional/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (5)Used By (0)

[Medoo](http://medoo.in)
------------------------

[](#medoo)

> The Lightest PHP database framework to accelerate development

### Main Features

[](#main-features)

- **Lightweight** - Only 14KB with one file.
- **Easy** - Extremely easy to learn and use, friendly construction.
- **Powerful** - Support various common and complex SQL queries.
- **Compatible** - Support various SQL database, including MySQL, MSSQL, SQLite, MariaDB, Sybase, Oracle, PostgreSQL and more.
- **Security** - Prevent SQL injection.
- **Free** - Under MIT license, you can use it anywhere if you want.
- **Transaction-compatible** - This fork exposes PDO transaction-related methods (beginTransaction, commit, rollback).

### Get Started

[](#get-started)

```
// Include Medoo (configured)
require_once 'medoo.php';

// Initialize
$database = new medoo();

// Enjoy
$database->insert('account', [
    'user_name' => 'foo'
    'email' => 'foo@bar.com',
    'age' => 25,
    'lang' => ['en', 'fr', 'jp', 'cn']
]);

// Or initialize via independent configuration
$database = new medoo([
    'database_type' => 'mysql',
    'database_name' => 'name',
    'server' => 'localhost',
    'username' => 'your_username',
    'password' => 'your_password',
]);
```

### Contribution Guides

[](#contribution-guides)

For most of time, Medoo is using develop branch for adding feature and fixing bug, and the branch will be merged into master branch while releasing a public version. For contribution, submit your code to the develop branch, and start a pull request into it.

On develop branch, each commits are started with `[fix]`, `[feature]` or `[update]` tag to indicate the change.

Keep it simple and keep it clear.

### Liscense

[](#liscense)

Medoo is under the MIT License.

### Links

[](#links)

- Official website:
- Documentation:

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.6% 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 ~54 days

Total

3

Last Release

4288d ago

### Community

Maintainers

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

---

Top Contributors

[![catfan](https://avatars.githubusercontent.com/u/1467904?v=4)](https://github.com/catfan "catfan (148 commits)")[![Angelaon](https://avatars.githubusercontent.com/u/13937887?v=4)](https://github.com/Angelaon "Angelaon (15 commits)")[![qatrix](https://avatars.githubusercontent.com/u/1537121?v=4)](https://github.com/qatrix "qatrix (5 commits)")[![IfnotFr](https://avatars.githubusercontent.com/u/1242308?v=4)](https://github.com/IfnotFr "IfnotFr (3 commits)")[![joelalejandro](https://avatars.githubusercontent.com/u/118913?v=4)](https://github.com/joelalejandro "joelalejandro (3 commits)")[![utopiaio](https://avatars.githubusercontent.com/u/2365328?v=4)](https://github.com/utopiaio "utopiaio (2 commits)")[![amoydavid](https://avatars.githubusercontent.com/u/734190?v=4)](https://github.com/amoydavid "amoydavid (1 commits)")

---

Tags

databasemysqlsqlitesqlmssql

### Embed Badge

![Health badge](/badges/joelalejandro-medoo-transactional/health.svg)

```
[![Health](https://phpackages.com/badges/joelalejandro-medoo-transactional/health.svg)](https://phpackages.com/packages/joelalejandro-medoo-transactional)
```

###  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)[catfan/medoo

The lightweight PHP database framework to accelerate development

4.9k1.5M194](/packages/catfan-medoo)[ezsql/ezsql

Advance database access library. Make interacting with a database ridiculously easy. An universal interchangeable CRUD system.

86946.7k](/packages/ezsql-ezsql)[cycle/database

DBAL, schema introspection, migration and pagination

64690.9k31](/packages/cycle-database)[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)
