hypejunction / hypeapps
hypeJunction plugin bootstrap
8.0.0
2026-05-10 10:11 UTC
Requires
- php: >=8.3
- ext-intl: *
- composer/installers: ^2.0
- elgg/elgg: ~7.0.0
- smottt/wideimage: ~1.1.1
This package is auto-updated.
Last update: 2026-05-13 09:38:29 UTC
README
Bootstrap for hypeJunction plugins
- Provides dependency-injection container for earlier Elgg versions
- Provides shims for forward compatibility
- Succeeds hypeFilestore to provide upload handling and fast icon serving
Installation
Composer
Nearly all hypeJunction plugins can be installed with Composer. Update your composer.json with the following dependencies:
Elgg 1.9 - 1.12:
{
"require": {
"hypejunction/ambercal_settings_transfer": "~1.0",
"hypejunction/elgg_stars": "~3.0",
"hypejunction/elgg_tokeninput": "~3.0",
"hypejunction/hypeapps": "~4.0",
"hypejunction/hypedbexplorer": "~3.0",
"hypejunction/hypedropzone": "~4.0",
"hypejunction/hypefaker": "~1.0",
"hypejunction/hypegallery": "~3.0",
"hypejunction/hypegeo": "~1.0",
"hypejunction/hypegraph": "~1.0",
"hypejunction/hypeinbox": "~4.0",
"hypejunction/hypeinteractions": "~3.0",
"hypejunction/hypelists": "~3.0",
"hypejunction/hypemaps": "~2.0",
"hypejunction/hypeplaces": "~3.0",
"hypejunction/hypeprototyper": "~4.0",
"hypejunction/hypeprototyperui": "~4.0",
"hypejunction/hypeprototypervalidators": "~4.0",
"hypejunction/hypescraper": "~4.0",
"hypejunction/hypewall": "~4.0"
}
}
Self-contained Release Package
If you are unfamiliar with Composer, use pre-packaged self-contained zip release. Releases contain all the required files.
Compatibility
| Plugin version | Elgg version |
|---|---|
| 7.0.0 | 7.x |
| 6.0.0 | 6.x |
| 5.0.0 | 5.x |
| 4.0.0 | 4.x |
| 3.0.0 | 3.x |