PHPackages                             nomess/orm - 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. nomess/orm

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

nomess/orm
==========

Orm for nomess

1.0.8(5y ago)0362PHP

Since Sep 6Pushed 4y ago1 watchersCompare

[ Source](https://github.com/romainlavabre/nomess-orm)[ Packagist](https://packagist.org/packages/nomess/orm)[ RSS](/packages/nomess-orm/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (27)Used By (2)

nomess-orm
==========

[](#nomess-orm)

nomess / orm is a very powerful orm requiring little configuration.

!!! This project is no longer maintained

It supports Mysql and PostgreSql.

### Methods:

[](#methods)

> find($classname : string, $idOrSql : int|string|null, $parameters = \[\] : array): object|array|null

```
  use Nomess\Component\Orm\EntityManagerInterface;

  $entityManager = new EntityManager(...)

  // On select all
  $samples = $entityManager->find(Sample::class);

  // Select one
  $sample = $entityManager->find(Sample::class, 1);

  // Select with Sql
  $samples = $entityManager->find(Sample::class, 'username = :username', [
    'username' => 'nomess'
  ]);

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity65

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

Total

26

Last Release

2038d ago

Major Versions

0.0.3.x-dev → 1.0.02020-09-10

### Community

Maintainers

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

---

Top Contributors

[![romainlavabre](https://avatars.githubusercontent.com/u/68106520?v=4)](https://github.com/romainlavabre "romainlavabre (32 commits)")

### Embed Badge

![Health badge](/badges/nomess-orm/health.svg)

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

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[mongodb/mongodb

MongoDB driver library

1.6k64.0M546](/packages/mongodb-mongodb)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90340.3M211](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)

PHPackages © 2026

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