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
- dev-main
- 8.0.0
- 7.0.1
- 7.0.0
- 6.x-dev
- 6.0.1
- 6.0.0
- 5.x-dev
- 5.1.1
- 5.1.0
- 5.0.2
- 5.0.1
- 5.0.0
- 4.x-dev
- 4.3.5
- 4.3.4
- 4.3.3
- 4.3.2
- 4.3.1
- 4.3.0
- 4.2.13
- 4.2.12
- 4.2.11
- 4.2.10
- 4.2.9
- 4.1.3
- 4.1.2
- 4.1.1
- 4.1.0
- 4.0.0
- 3.0.0
- dev-migrate/elgg-7.x
- dev-migrate/elgg-6.x
- dev-migrate/elgg-5.x
- dev-migrate/elgg-4.x
- dev-migrate/elgg-3.x
- dev-dev
This package is auto-updated.
Last update: 2026-06-09 08:23:14 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 |