An open API service indexing awesome lists of open source software.

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

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.