Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nextras/orm

Orm with clean object design, smart relationship loading and powerful collections.
https://github.com/nextras/orm

database nextras object-relational-mapper orm php

Last synced: 4 days ago
JSON representation

Orm with clean object design, smart relationship loading and powerful collections.

Awesome Lists containing this project

README

        

Nextras Orm
===========

[![Build Status](https://img.shields.io/github/actions/workflow/status/nextras/orm/build.yml?branch=main)](https://github.com/nextras/orm/actions?query=workflow%3ABuild+branch%3Amaster)
[![Downloads this Month](https://img.shields.io/packagist/dm/nextras/orm.svg?style=flat)](https://packagist.org/packages/nextras/orm)
[![Stable Version](https://img.shields.io/packagist/v/nextras/orm.svg?style=flat)](https://packagist.org/packages/nextras/orm)
[![Code coverage](https://img.shields.io/coveralls/nextras/orm.svg?style=flat)](https://coveralls.io/r/nextras/orm)

Lightweight and high-performance ORM with clean object design.

Supported platforms:
- MySQL,
- PostgreSQL,
- MS SQL Server.

### Docs & resources

- [Documentation](https://nextras.org/orm/docs)
- [Nextras Orm PhpStorm Plug-in](https://github.com/nextras/orm-intellij)
- [Nextras Orm PhpStan extension](https://github.com/nextras/orm-phpstan)
- [Demo with Nette framework - source code](https://github.com/nextras/orm-demo-nette)

### Extensions

- [Integration to PHP-DI](https://github.com/Zarganwar/php-di-nextras-orm-extension)
- [Nextras Orm Generator](https://github.com/contributte/nextras-orm-generator)
- [Doctrine-like events for entities](https://github.com/contributte/nextras-orm-events)
- [Extensions for ORM](https://github.com/Mikulas/nextras-ormext) (Json, Crypto, PgArray, CompositeType, StatefulProperty, etc.; currently without further development, but may help as an inspiration)

### License

MIT. See full [license](license.md).