hypejunction / hypeapps
hypeJunction plugin bootstrap
Installs: 898
Dependents: 5
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 3
Open Issues: 0
Type:elgg-plugin
Requires
- php: >=5.5
- composer/installers: ~1.0
- smottt/wideimage: ~1.1.1
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.