https://github.com/ronv/gif-countdown-timer
Countdown Timer for Emails
https://github.com/ronv/gif-countdown-timer
countdown-timer emails php
Last synced: 10 months ago
JSON representation
Countdown Timer for Emails
- Host: GitHub
- URL: https://github.com/ronv/gif-countdown-timer
- Owner: ronv
- Created: 2015-03-05T17:32:32.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T16:20:43.000Z (almost 3 years ago)
- Last Synced: 2025-03-18T20:54:06.881Z (10 months ago)
- Topics: countdown-timer, emails, php
- Language: PHP
- Homepage:
- Size: 854 KB
- Stars: 21
- Watchers: 2
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GIF Countdown Timer
Countdown Timer for your email campaigns.
Fixed the curly braces issues caused by newer php versions.
# Usage
1. Set timezone
date_default_timezone_set('Europe/Riga');
2. Change background
$image = imagecreatefrompng('background/1.png');
3. Font size
'size'=>65
4. Angle of the text
'angle'=>0
5. Offset on x asis
'x-offset'=>70
6. Offset on y asis
'x-offset'=>10
7. Define the font
'file'=>'fonts/PT_Sans-Web-Regular.ttf'
8. RGB color of the text
'color'=>imagecolorallocate($image, 255, 255, 255)
# Adding to an email
YOUR HOST/GIFcountdownTimer/img.gif?dt=2015-03-07/16:22:20
where dt is date & time.