PHPackages                             trijin/notorm - 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. trijin/notorm

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

trijin/notorm
=============

NotORM is a PHP library for simple working with data in the database. + with advanced join

1.1(10y ago)02741Apache-2.0PHP

Since Apr 27Pushed 1y ago1 watchersCompare

[ Source](https://github.com/trijin/notorm)[ Packagist](https://packagist.org/packages/trijin/notorm)[ Docs](http://www.notorm.com/)[ RSS](/packages/trijin-notorm/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (3)Used By (1)

```
NotORM - http://www.notorm.com/

NotORM is a PHP library for simple working with data in the database. The most interesting feature is a very easy work with table relationships. The overall performance is also very important and NotORM can actually run faster than a native driver.

Requirements:
PHP 5.1+
any database supported by PDO (tested with MySQL, SQLite, PostgreSQL, MS SQL, Oracle)

Usage:

In this version you can something like this:
$db->books
   ->select('books.id, books.title, books2.id as id2, books2.title as title2')
   ->join('books as books2','books.author=books2.author AND books.id!=books2.id');
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 95.5% 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

3670d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/27aed5245828a342748d856e60a2d775d00bb6bb0e66fa0f679d43edb4673468?d=identicon)[trijin](/maintainers/trijin)

---

Top Contributors

[![vrana](https://avatars.githubusercontent.com/u/117453?v=4)](https://github.com/vrana "vrana (236 commits)")[![trijin](https://avatars.githubusercontent.com/u/60360?v=4)](https://github.com/trijin "trijin (5 commits)")[![mkozhukh](https://avatars.githubusercontent.com/u/2178224?v=4)](https://github.com/mkozhukh "mkozhukh (2 commits)")[![dg](https://avatars.githubusercontent.com/u/194960?v=4)](https://github.com/dg "dg (1 commits)")[![wergio](https://avatars.githubusercontent.com/u/1130260?v=4)](https://github.com/wergio "wergio (1 commits)")[![xblitz](https://avatars.githubusercontent.com/u/592097?v=4)](https://github.com/xblitz "xblitz (1 commits)")[![zacharymarshal](https://avatars.githubusercontent.com/u/321407?v=4)](https://github.com/zacharymarshal "zacharymarshal (1 commits)")

---

Tags

databasedbal

### Embed Badge

![Health badge](/badges/trijin-notorm/health.svg)

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

###  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)[doctrine/doctrine-bundle

Symfony DoctrineBundle

4.8k241.3M3.3k](/packages/doctrine-doctrine-bundle)[doctrine/migrations

PHP Doctrine Migrations project offer additional functionality on top of the database abstraction layer (DBAL) for versioning your database schema and easily deploying changes to it. It is a very easy to use and a powerful tool.

4.8k204.8M440](/packages/doctrine-migrations)[dibi/dibi

Dibi is Database Abstraction Library for PHP

5013.8M120](/packages/dibi-dibi)[envms/fluentpdo

FluentPDO is a quick and light PHP library for rapid query building. It features a smart join builder, which automatically creates table joins.

925511.7k13](/packages/envms-fluentpdo)[creof/doctrine2-spatial

Doctrine2 multi-platform support for spatial types and functions

2763.3M11](/packages/creof-doctrine2-spatial)

PHPackages © 2026

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