Download the PHP package textagroup/countdown without Composer
On this page you can find all versions of the php package textagroup/countdown. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download textagroup/countdown
More information about textagroup/countdown
Files in textagroup/countdown
Package countdown
Short Description Add a countdown widget to a page
License BSD-3-Clause
Informations about the package countdown
SilverStripe Countdown Widget
Maintainer Contact
- Kirk Mayo (Nickname: textagroup) [email protected]
Requirements
- SilverStripe 3.1
Documentation
Adds a countdown widget to a SilverStripe page widget
Installation
composer require "textagroup/countdown"
Setup
To setup a countdown timer the first thing to do is to apply the CoundownWidgetExtension to the page object.
This can be setup in the config yml file as per the example below which will add it to all pages
or alternatively you can apply the extension through some PHP code
This will add a countdown tab to the page in the CMS where you can set the Countdown date and the format of the countdown.
Then you need to setup where you want the countdown to appear by adding the the variable $Countdown to the relevant SilverStripe template.
This will add a div or span to your page with a Countdown timer you can then style the div or span with CSS via the relavant class which defaults to CountdownClock but can be amended via the CMS you can also amend the deafult element ID which defaults to clock
See the following page for examples and information of the jQuery module used
Functionality
This module adds a countdown timer to a SilverStripe page and a date field to the cms section for the page which is used to set the countdown date
TO DO
- Testing
- Maybe more countdown clock styles
- Internationalisation