PHPackages                             berlioz/atlas-package - 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. berlioz/atlas-package

ActiveBerlioz-package[Database &amp; ORM](/categories/database)

berlioz/atlas-package
=====================

Atlas.ORM package for Berlioz Framework

v1.1.0(4mo ago)04.4k↓35.7%3MITPHPPHP ^7.2 || ^8.0

Since Jun 11Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/BerliozFramework/AtlasPackage)[ Packagist](https://packagist.org/packages/berlioz/atlas-package)[ Docs](https://getberlioz.com)[ RSS](/packages/berlioz-atlas-package/feed)WikiDiscussions 1.x Synced 1mo ago

READMEChangelog (6)Dependencies (5)Versions (8)Used By (0)

Atlas ORM package for Berlioz Framework
=======================================

[](#atlas-orm-package-for-berlioz-framework)

[![Latest Version](https://camo.githubusercontent.com/87b62fdaa222716455b024c495d7cf5593a804eb1c41636beaebfe0f3a994443/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6265726c696f7a2f61746c61732d7061636b6167652e7376673f7374796c653d666c61742d737175617265)](https://github.com/BerliozFramework/AtlasPackage/releases)[![Software license](https://camo.githubusercontent.com/71de75c116e14115f441fad686ebfb4264902f71c6b61ecd4e3878fa43c21129/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f4265726c696f7a4672616d65776f726b2f41746c61735061636b6167652e7376673f7374796c653d666c61742d737175617265)](https://github.com/BerliozFramework/AtlasPackage/blob/1.x/LICENSE)[![Quality Grade](https://camo.githubusercontent.com/d9d5805f19ef5f4d380005a71906f122dddbf6f90d52adef8f2804376a5fdf98/68747470733a2f2f696d672e736869656c64732e696f2f636f646163792f67726164652f33356363373963663035633834363037393363353639653562326665316262652f312e782e7376673f7374796c653d666c61742d737175617265)](https://www.codacy.com/manual/BerliozFramework/AtlasPackage)[![Total Downloads](https://camo.githubusercontent.com/90d74db8c3b46898694de94265b04cb156fd96fe4f8e9671d8d63ffcbb2b8c95/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6265726c696f7a2f61746c61732d7061636b6167652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/berlioz/atlas-package)

This package is intended to provide **Atlas** in **Berlioz Framework**.

> Atlas is a database framework for PHP to help you work with your persistence model, while providing a path to refactor towards a richer domain model as needed.
>
> [Official website of Atlas](http://atlasphp.io/)

For more information, and use of Berlioz Framework, go to website and online documentation :

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

[](#installation)

### Composer

[](#composer)

You can install **Atlas Package** with [Composer](https://getcomposer.org/), it's the recommended installation.

```
$ composer require berlioz/atlas-package
```

### Dependencies

[](#dependencies)

- **PHP** &gt;= 7.1
- Packages:
    - **berlioz/core**
    - **atlas/orm**
    - **atlas/cli**

Usage
-----

[](#usage)

Package add a service named `atlas`, who correspond to the `\Atlas\Orm\Atlas` class.

See [**Atlas ORM** documentation](http://atlasphp.io/) for more information.

Configuration
-------------

[](#configuration)

Default configuration:

```
{
  "atlas": {
    "pdo": {
      "connection_locator": {
        "default": {
          "dsn": null,
          "username": null,
          "password": null
        },
        "read": {},
        "write": {}
      }
    },
    "orm": {
      "atlas": {
         "transaction_class": "Atlas\\Orm\\Transaction\\AutoTransact",
         "log_queries": "%berlioz.debug%"
      }
    }
  }
}
```

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance76

Regular maintenance activity

Popularity24

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 94.4% 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 ~290 days

Recently: every ~395 days

Total

8

Last Release

132d ago

Major Versions

v1.0.0-beta2 → v2.0.0-beta12021-09-10

PHP version history (3 changes)v1.0.0-beta1PHP ^7.2

v1.0.0-beta2PHP ^7.2 || ^8.0

v2.0.0-beta1PHP ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/18268216?v=4)[Ronan Giron](/maintainers/ElGigi)[@ElGigi](https://github.com/ElGigi)

---

Top Contributors

[![ElGigi](https://avatars.githubusercontent.com/u/18268216?v=4)](https://github.com/ElGigi "ElGigi (34 commits)")[![baptistemeunier](https://avatars.githubusercontent.com/u/9265559?v=4)](https://github.com/baptistemeunier "baptistemeunier (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/berlioz-atlas-package/health.svg)

```
[![Health](https://phpackages.com/badges/berlioz-atlas-package/health.svg)](https://phpackages.com/packages/berlioz-atlas-package)
```

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

Use ramsey/uuid as a Doctrine field type.

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

Reliese Components for Laravel Framework code generation.

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

Laravel Userstamps provides an Eloquent trait which automatically maintains `created\_by` and `updated\_by` columns on your model, populated by the currently authenticated user in your application.

7511.7M13](/packages/wildside-userstamps)

PHPackages © 2026

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