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

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

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.