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: 9 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 (about 11 years ago)
- Default Branch: main
- Last Pushed: 2025-05-02T17:48:28.000Z (21 days ago)
- Last Synced: 2025-05-06T11:35:23.970Z (17 days ago)
- Topics: database, nextras, object-relational-mapper, orm, php
- Language: PHP
- Homepage: https://nextras.org/orm
- Size: 3.18 MB
- Stars: 311
- Watchers: 31
- Forks: 60
- Open Issues: 41
-
Metadata Files:
- Readme: readme.md
- Contributing: contributing.md
- Funding: .github/FUNDING.yml
- License: license.md
Awesome Lists containing this project
README
Nextras Orm
===========[](https://github.com/nextras/orm/actions?query=workflow%3ABuild+branch%3Amaster)
[](https://packagist.org/packages/nextras/orm)
[](https://packagist.org/packages/nextras/orm)
[](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).