firebrandhq / silverstripe-hail
Silverstripe 4 plugin to integrate with Hail (https://get.hail.to)
Installs: 1 651
Dependents: 2
Suggesters: 0
Security: 0
Stars: 3
Watchers: 4
Forks: 4
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- php: ^8.1
- composer-plugin-api: ^2.0
- guzzlehttp/guzzle: ^7
- silverstripe/cms: ^5.0
- silverstripe/environmentcheck: ^3.0
- silverstripe/framework: ^5.0
- symfony/console: ^6.1
Requires (Dev)
- composer/composer: ^2.0
Suggests
- firebrandhq/silverstripe-hail-elemental: Add Hail Carousel Element type to Elemental
- firebrandhq/silverstripe-hail-opengraph: Add OpenGraph tags to Hail Pages and Hail Articles
- 5.x-dev
- 5.0.6
- 5.0.5
- 5.0.4
- 5.0.3
- 5.0.2
- 5.0.1
- 5.0.0
- 4.x-dev
- 4.5.3
- 4.5.2
- 4.5.1
- 4.5.0
- 4.4.2
- 4.4.1
- 4.4.0
- 4.3.2
- 4.3.1
- 4.3.0
- 4.2.1
- 4.2
- 4.1.16
- 4.1.15
- 4.1.14
- 4.1.13
- 4.1.12
- 4.1.11
- 4.1.10
- 4.1.9
- 4.1.8
- 4.1.7
- 4.1.6
- 4.1.5
- 4.1.4
- 4.1.3
- 4.1.2
- 4.1.1
- 4.1.0
- dev-master / 4.0.x-dev
- 4.0.15
- 4.0.14
- 4.0.13
- 4.0.12
- 4.0.11
- 4.0.10
- 4.0.9
- 4.0.8
- 4.0.7
- 4.0.6
- 4.0.5
- 4.0.4
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 2.x-dev
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.11
- 2.1.10
- 2.1.9
- 2.1.8
- 2.1.7
- 2.1.6
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.x-dev
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.2
- 1.0.1
- 1.0.0
- dev-lphs
- dev-dev-multiorgs
- dev-dev
This package is auto-updated.
Last update: 2024-10-17 02:30:17 UTC
README
Hail.to Integration for SilverStripe 4
Silverstripe 4 module to integrate with Hail (https://get.hail.to)
If you need this module for SilverStripe 3 please refer to this branch.
❗ If you are getting errors while fetching, please update to 4.2 version
Features
- Display Hail content inside your SilverStripe website
- Ready to use with Bootstrap 4.1 styles and templates
- Video and Image header for articles and publications
- Hail Page
- TinyMCE plugin
- Configurable
- Simplified code base
- Emojis support as an option
- SEO friendly
- OpenGraph integration, see OpenGraph Support section
- Silverstripe Elemental integration, see SilverStripe Elemental Support section
- And more...
Requirements
- PHP ^7.1
- SilverStripe ^4.4
- guzzlehttp/guzzle ^6.3
- silverstripe/environmentcheck ^2.0
- symfony/console ^4.2
- Access to create cronjob (optional)
- jQuery and Bootstrap 4+ (included), see jQuery and Boostrap requirements
For SilverStripe 4.1 to 4.3 use version 4.2.1
Upgrade from older versions
This module has been re written for SilverStripe 4 and includes breaking changes compared to previous version. Please perform a fresh install if you are upgrading from previous versions by removing and re installing the module.
Installation
Run the following command:
composer require firebrandhq/silverstripe-hail "^4"
(Optional) Enable Emojis Support (has to be done before doing the dev/build):
See Emojis Support configuration
Install Silverstripe Sake:
cd your-webroot/
sudo ./vendor/bin/sake installsake
Please ensure sake is using php ^7.1
Perform a dev/build
Add the following lines (adapt them to your environment) to your crontab:
You need to add those jobs to the cronjob of the user running your webserver (example on Ubuntu with apache2: sudo crontab -e -u www-data)
* * * * * cd /your-webroot/ && /usr/local/bin/sake dev/tasks/hail-fetch-queue */5 * * * * cd /your-webroot/ && /usr/local/bin/sake dev/tasks/hail-check-status 0 * * * * cd /your-webroot/ && /usr/local/bin/sake dev/tasks/hail-fetch-recurring
You can adapt the frequency of the hail-fetch-recurring job to your needs, it will always fetch up until previous fetch
Authorize Silverstripe to fetch from Hail:
-
Go to hail.to and signin, then go to your Developer Settings (https://hail.to/app/user/applications) and create a new application (Add new button)
-
Add the generated Hail Client ID and Client Secret to your .env file:
HAIL_CLIENT_ID=[CLIENTID] HAIL_CLIENT_SECRET=[CLIENTSECRET]
-
Go to SilverStripe admin settings page (/admin/settings/), then on the Hail tab
-
Copy the Callback URL
-
Back to the Hail Developer Settings, Click "Add new" in the redirect URI section and paste the Callback URL
-
You are now ready to authorize your Hail application, go back to the SilverStripe Admin settings and click the "Authorise SilverStripe to Access Hail" button.
-
After the authorization process is complete, you will be able to select the Hail Organisation(s) you want to fetch content from in the Admin Settings of SilverStripe.
-
(Optional) You can globally exclude content with specific Public or Private tags in the Admin Settings of SilverStripe
-
Save your Admin Settings
You can now either wait for your cron job to fetch the content or force a full fetch from the Hail menu in SilverStripe CMS using the Fetch button (top left in the page).
jQuery and Bootstrap requirements
We include jQuery 3.3.1 and Bootstrap 4.1 (javascript and css) in our Hail Page and Hail Articles by default.
If you need to include your own jQuery and/or Bootstrap (If you compiled Bootstrap from source or want to include those globally for example), simply block our requirement(s) by adding one or all the following to your PageController init() function:
protected function init() { parent::init(); // You can include any CSS or JS required by your project here. // See: https://docs.silverstripe.org/en/developer_guides/templates/requirements/ \SilverStripe\View\Requirements::block('firebrandhq/silverstripe-hail: thirdparty/bootstrap/styles/bootstrap.min.css'); \SilverStripe\View\Requirements::block('firebrandhq/silverstripe-hail: thirdparty/jquery/js/jquery.min.js'); \SilverStripe\View\Requirements::block('firebrandhq/silverstripe-hail: thirdparty/bootstrap/js/bootstrap.bundle.min.js'); }
Configuration
The following yml configuration options are available for override:
Hail API Client configuration:
- BaseApiUrl: Base URL of the Hail API
- AuthorizationUrl: Full URL of the Hail authorization
- RefreshRate: Time after which a Hail Object is considered outdated
- EnableEmojiSupport: See Emojis Support configuration
- OnlyFetchPublishedObjects: By default the Hail module only fetches published objects, you can change this behavior by setting this value to false
Default configuration:
Firebrand\Hail\Api\Client: BaseApiUrl: 'https://hail.to/api/v1/' AuthorizationUrl: 'https://hail.to/oauth/authorise' RefreshRate: 86400 EnableEmojiSupport: false OnlyFetchPublishedObjects: true
Hail Page Controller configuration:
- UseDefaultCss: true / false Enables the default styles on Hail Pages and articles (Using Bootstrap 4.1)
Default configuration:
Firebrand\Hail\Pages\HailPageController: UseDefaultCss: true
Hail Recurring Fetch Task configuration:
- Emails: Fetching errors will be sent to the following email list (comma separated), put to false if you want to disable the emails
Default configuration:
Firebrand\Hail\Tasks\FetchRecurringTask: Emails: ''
In order to override those values you need to add a new yml file into your mysite/_config/ folder, specifying that your configuration needs to be included after Hail's.
Example yml config file:
--- Name: 'myhailconfig' After: - '#hail-config' --- Firebrand\Hail\Api\Client: EnableEmojiSupport: true Firebrand\Hail\Tasks\FetchRecurringTask: Emails: 'developers@mycompany.com' ---
Usage
Once everything is configured and your Hail content is fetched you can create a Hail Page in the SilverStripe CMS to display the content on your website. The configuration of the Hail Page should be self explanatory, see screenshots below:
Hail Page configuration:
Once configured and published your Hail Page should look like this (using default styles and templates):
Emojis Support
IMPORTANT: Enabling Emojis Support will change the charset and collation of your SilverStripe database to utf8mb4 and utf8mb4_general_ci respectively.
utf8mb4 is backward compatible with utf8 so it should work with any existing or new database, we still chose to disable the feature to avoid imposing this change.
To enable Emojis support please add the following to your SilverStripe yml (following the example below) config and perform a dev/build.
Example yml config file:
--- Name: 'myhailconfig' After: - '#hail-config' --- Firebrand\Hail\Api\Client: EnableEmojiSupport: true ---
OpenGraph Support
Open Graph support is now directly included in this module, provided you use Tractorcow's module for OG
If you wish to modify our OG implementation for Hail pages / articles, you can use SilverStripe injection to do so.
SilverStripe Elemental Support
We offer a pre built SilverStripe Elemental block (Hail Carousel) for you to use:
See Hail Elemental module for installation instructions
Contributing
Versioning
This library follows Semver. According to Semver, you will be able to upgrade to any minor or patch version of this library without any breaking changes to the public API. Semver also requires that we clearly define the public API for this library.
All methods, with public
visibility, are part of the public API. All other methods are not part of the public API. Where possible, we'll try to keep protected
methods backwards-compatible in minor/patch versions, but if you're overriding methods then please test your work before upgrading.
Reporting Issues
Please create an issue for any bugs you've found, or features you're missing.