https://github.com/nextras/orm-intellij
Nextras ORM Plugin for PhpStorm
https://github.com/nextras/orm-intellij
intellij-plugin nextras nextras-orm phpstorm
Last synced: 8 months ago
JSON representation
Nextras ORM Plugin for PhpStorm
- Host: GitHub
- URL: https://github.com/nextras/orm-intellij
- Owner: nextras
- License: mit
- Created: 2015-05-05T09:47:09.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T20:07:39.000Z (11 months ago)
- Last Synced: 2025-01-22T21:19:52.175Z (11 months ago)
- Topics: intellij-plugin, nextras, nextras-orm, phpstorm
- Language: Kotlin
- Homepage: https://plugins.jetbrains.com/plugin/7912-nextras-orm
- Size: 463 KB
- Stars: 13
- Watchers: 8
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- Funding: .github/funding.yml
- License: license.md
Awesome Lists containing this project
README
Nextras Orm Plugin for PhpStorm
===============================
Provides support for [Nextras Orm](https://github.com/nextras/orm) – an ORM library for PHP.
Supported features:
- **Entity modifiers highlighting** - see clearly your modifiers;
- **Entity modifiers reference contributor** - renames of property changes references to it in modifiers;
- **Entity setter & getter generator** - helps you to create these methods;
- **Collection expression auto-completion** - suggests entity properties and allow relationships traversing;
- **Collection & Repository entity type propagation** - propagates specific entity types for `find*`, `get*`, and persisting methods;
## Contributing
### Provisioning
- Install IntelliJ IDEA Community or Ultimate
- Clone & Open this project
- Make changes, Run plugin and debug
- Open PR with changed, fill `changelog.md` in the `Unreleased` section.