atlas/orm

An ORM for your persistence model (not your domain model).

Maintainers

👁 pmjones

Package info

github.com/atlasphp/Atlas.Orm

Homepage

pkg:composer/atlas/orm

Statistics

Installs: 143 975

Dependents: 12

Suggesters: 0

Stars: 429

Open Issues: 10

3.1.1 2021-05-30 19:22 UTC

Requires

Requires (Dev)

Suggests

  • atlas/cli: A command-line tool to build skeleton classes.

Provides

None

Conflicts

None

Replaces

None

MIT 9a59b137eba74e8d7f6f23e27238225b1ee07484

ormsqldatamappingmapper


README

Atlas is a data mapper implementation for persistence models (not domain models).

As such, Atlas uses the term "record" to indicate that its objects are not domain objects. Use Atlas records directly for simple data source interactions at first. As a domain model grows within the application, use Atlas records to populate domain objects. (Note that an Atlas record is a "passive" record, not an active record. It is disconnected from the database.)

Documentation is at http://atlasphp.io.