This application display current UTF time as a gif. Animation never ends, because in each second new frame is generated and then thanks to HTTP connection it is streamed to client.
This project display endless GIF with current UTC time.
- PHP 7
- GD library
- Composer
Run composer dump-autoload -o
, to generate autoload files.
You can use any web server (apache/nginx) to run web server, or just simply type php -S localhost
to start PHP web server:80.
After that navigate to http://localhost
to see it in action.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Adam Szaraniec - Project Demo - mimol91
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details