PHPackages                             nineton-nasa/norm - 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. nineton-nasa/norm

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

nineton-nasa/norm
=================

A Basic ORM and DB library

1.0.12(3y ago)234MITPHPPHP &gt;=7.4.0

Since Sep 8Pushed 3y ago1 watchersCompare

[ Source](https://github.com/supernarsi/norm)[ Packagist](https://packagist.org/packages/nineton-nasa/norm)[ Docs](https://github.com/supernarsi/norm)[ RSS](/packages/nineton-nasa-norm/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (16)Used By (0)

Introduction
============

[](#introduction)

Norm is an ORM library written in PHP language. It provides a convenient way to connect to databases and map objects to database tables. The library aims to provide a simple and easy-to-use API, allowing developers to create and manipulate databases with ease.

Installation
============

[](#installation)

Install using Composer:

```
composer require nineton-nasa/norm
```

Creating Model &amp; Mapper
===========================

[](#creating-model--mapper)

1. Create a Database Configuration File
---------------------------------------

[](#1-create-a-database-configuration-file)

Create a `.norm-db.ini` file in the same directory as the vendor directory, and modify the corresponding parameters (file content reference `.norm-db.example.ini`).

```
[DATABASE]
TYPE = mysql
HOSTNAME = 127.0.0.1
HOSTPORT = 3306
DATABASE = db-name
USERNAME = root
PASSWORD = password
CHARSET = utf8mb4
```

2. Execute Commands
-------------------

[](#2-execute-commands)

Execute the following commands in the vendor directory, and enter the corresponding parameters as prompted:

```
./bin/norm-create
```

Features
========

[](#features)

The main features of Norm ORM Library are:

- Map objects to database tables
- Access data in database tables through model classes
- Support complex queries
- Support transaction processing

Contributors
============

[](#contributors)

Norm is an open-source project, and all developers are welcome to participate. If you find any errors or defects, please submit an issue or pull request.

License
=======

[](#license)

Norm is licensed under the MIT license. See [LICENSE](LICENSE) for the full license text.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Recently: every ~47 days

Total

13

Last Release

1289d ago

### Community

Maintainers

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

---

Top Contributors

[![supernarsi](https://avatars.githubusercontent.com/u/1551704?v=4)](https://github.com/supernarsi "supernarsi (63 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nineton-nasa-norm/health.svg)

```
[![Health](https://phpackages.com/badges/nineton-nasa-norm/health.svg)](https://phpackages.com/packages/nineton-nasa-norm)
```

###  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)
