Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nextras/orm
- Owner: nextras
- License: mit
- Created: 2014-04-20T21:12:47.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T22:33:56.000Z (11 days ago)
- Last Synced: 2024-10-29T23:49:29.737Z (11 days ago)
- Topics: database, nextras, object-relational-mapper, orm, php
- Language: PHP
- Homepage: https://nextras.org/orm
- Size: 3.07 MB
- Stars: 309
- Watchers: 33
- Forks: 58
- Open Issues: 36
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: license.md
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).