https://github.com/bearsunday/idea-php-bearsunday-plugin
BEAR.Sunday Plugin for PhpStorm / IntelliJ IDEA
https://github.com/bearsunday/idea-php-bearsunday-plugin
bearsunday phpstorm-plugin
Last synced: 24 days ago
JSON representation
BEAR.Sunday Plugin for PhpStorm / IntelliJ IDEA
- Host: GitHub
- URL: https://github.com/bearsunday/idea-php-bearsunday-plugin
- Owner: bearsunday
- License: mit
- Created: 2015-11-07T20:02:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2026-04-07T02:54:05.000Z (24 days ago)
- Last Synced: 2026-04-07T03:25:20.152Z (24 days ago)
- Topics: bearsunday, phpstorm-plugin
- Language: Java
- Homepage:
- Size: 136 KB
- Stars: 8
- Watchers: 2
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IDEA PHP BEAR.Sunday Plugin


## Links
* Plugin url: https://plugins.jetbrains.com/plugin/8030
## Current Features
* BEAR.Resource goto (app://self/user will be pointed to src/Resource/App/User.php)
* BEAR.Resource URI completion
* BEAR.Resource JSON Schema goto
* Ray.MediaQuery SQL goto
* Ray.QueryModule SQL goto
* Aura.Route goto BEAR.Resource
## Related Plugins
* Php Annotations Plugin: https://plugins.jetbrains.com/plugin/7320
## Requirements
* PhpStorm 2025.1 or later
* JDK 21 (for building)
## Libraries
* URI-Template Library (com.damnhandy:handy-uri-templates:2.1.8)
* Apache Commons Text (org.apache.commons:commons-text:1.12.0)
## Build
```sh
./gradlew buildPlugin
```
## Run in sandbox PhpStorm
```sh
./gradlew runIde
```
## Test
```sh
./gradlew test
```
## TODO
* Highlight resource URI.
* Resource With Query Completion
* Setting form for goto