Skip to content

ronv/gif-countdown-timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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');

  1. Change background

$image = imagecreatefrompng('background/1.png');

  1. Font size

'size'=>65

  1. Angle of the text

'angle'=>0

  1. Offset on x asis

'x-offset'=>70

  1. Offset on y asis

'x-offset'=>10

  1. Define the font

'file'=>'fonts/PT_Sans-Web-Regular.ttf'

  1. 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.

About

Countdown Timer for Emails

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages