PHPackages                             czogori/rentgen - 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. czogori/rentgen

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

czogori/rentgen
===============

Database abstraction layer for information and manipulation schema

v0.9.1(12y ago)12.9k1MITPHPPHP &gt;=5.3.2

Since Dec 7Pushed 7y agoCompare

[ Source](https://github.com/czogori/Rentgen)[ Packagist](https://packagist.org/packages/czogori/rentgen)[ RSS](/packages/czogori-rentgen/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (6)Versions (3)Used By (1)

Rentgen
=======

[](#rentgen)

[![Build Status](https://camo.githubusercontent.com/3aa889bb056b565d5f8965abe7aa1a5336a1eddedc8207ba4a97de081d2025a2/68747470733a2f2f7472617669732d63692e6f72672f637a6f676f72692f52656e7467656e2e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/czogori/Rentgen)[![Latest Stable Version](https://camo.githubusercontent.com/715d23bfbec74734013792780bf93a8616de4494d068196c7031280f6b76d60b/68747470733a2f2f706f7365722e707567782e6f72672f637a6f676f72692f72656e7467656e2f762f737461626c652e706e67)](https://packagist.org/packages/czogori/rentgen)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/ae3d3ea797142837904433127520ed8d2770bbceacff6e271495ca737690ed06/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f637a6f676f72692f52656e7467656e2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/czogori/Rentgen/?branch=master)

Database abstraction layer for both information and manipulation schema

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

[](#installation)

Using composer:

```
{
    "require": {
        "czogori/rentgen": "dev-master"
    }
}
```

Basic usage
-----------

[](#basic-usage)

Create sample table

```
$rentgen = new Rentgen();
$manipulation = $rentgen->createManipulationInstance();

$table = new Table('foo');
$table->addColumn(new StringColumn('bar'));
$table->addColumn(new IntegerColumn('baz', array('not_null' => true)));
$manipulation->create($table);
```

Get information about foo table

```
$info = $rentgen->createInfoInstance();
$fooTable = $info->getTable(new Table('foo'));
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

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

Unknown

Total

1

Last Release

4587d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2b13eb184ecde0164452c4e4cb84b23a1b986161eaa38fde9595e393951f76bf?d=identicon)[czogori](/maintainers/czogori)

---

Top Contributors

[![czogori](https://avatars.githubusercontent.com/u/892292?v=4)](https://github.com/czogori "czogori (265 commits)")

---

Tags

databasedbal

### Embed Badge

![Health badge](/badges/czogori-rentgen/health.svg)

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

###  Alternatives

[symfony/framework-bundle

Provides a tight integration between Symfony components and the Symfony full-stack framework

3.6k246.0M11.1k](/packages/symfony-framework-bundle)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M378](/packages/easycorp-easyadmin-bundle)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M196](/packages/sulu-sulu)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M524](/packages/shopware-core)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

101466.4k45](/packages/friendsoftypo3-content-blocks)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19664.8M1.6k](/packages/drupal-core)

PHPackages © 2026

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